HEX: #3B76AB
RGB: (59,118,171)
#3B76AB enthält hauptsächlich grüne und blaue Farbe. Für #3B76AB ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #3B76AB wird in RGB als (59,118,171) definiert.
RGB: (59,118,171)
(23%, 46%, 67%)
R 59 von 255 = 23%
G 118 von 255 = 46%
B 171 von 255 = 67%
R + G + B ~ 45%. #3B76AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 59 + 118 + 171 = 348 (100%)
R 59 von 348 ~ 16.95%
G 118 von 348 ~ 33.91%
B 171 von 348 ~ 49.14'%
Die Farbe #3B76AB wird in CMYK als (65,31,0,33) definiert.
CMYK: (65,31,0,33)
C65M31Y0K33 (65%, 31%, 0%, 33%)
(0.65 / 0.31 / 0.00 / 0.33)
Farbe #3B76AB in den populären Farbmodellen.
3B | 76 | AB | |
---|---|---|---|
RGB | 59 | 118 | 171 |
HSL | 208° | 48.70% | 45.10% |
HSB/HSV | 208° | 65.50% | 67.06% |
CMYK | 65.50% | 30.99% | 0.00% |
32.94% |
Die Farbe #3B76AB in den populären Zahlensystemen.
Hexadezimal | 3B | 76 | AB |
Dezimal | 59 | 118 | 171 |
Binär | 111011 | 1110110 | 10101011 |
Oktal | 73 | 166 | 253 |
Dunkle Töne der Farbe #3B76AB
Helle Töne der Farbe #3B76AB
Beispiele css- und html für Elemente in der Farbe #3B76AB. Bitte benutzen Sie auch rgb(59,118,171) statt hex-Code.
.myTextColor { color: #3B76AB; }
<p style="color:#3B76AB">This sample text font color is #3B76AB.</p>
Die Farbe dieses Textes ist #3B76AB.
.myBgColor { background-color: #3B76AB; }
<div style="background-color:#3B76AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #3B76AB.
.myBorderColor { border: 1px solid #3B76AB; }
<div style="border:3px solid #3B76AB">Div</div>
Die Grenzen von diesem div sind in Farbe #3B76AB.
.myOpacity80 { color: #3B76AB; opacity: 0.8; }
<p style="color:#3B76AB;opacity:0.8;">80%</p>
Text in Farbe #3B76AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #3B76AB;}
<p style="text-shadow: 3px 3px 1px #3B76AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #3B76AB.
.textShadow {text-shadow: 3px 3px 1px #3B76AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #3B76AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #3B76AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B76AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#3B76AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #3B76AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3B76AB;
-webkit-box-shadow: 1px 1px 3px 2px #3B76AB;
box-shadow: 1px 1px 3px 2px #3B76AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B76AB; -webkit-box-shadow: 1px 1px 3px 2px #3B76AB; box-shadow:1px 1px 3px 2px #3B76AB;">
Div content here
</div>
Dieser Text ist in der Farbe #3B76AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #3B76AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #3B76AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #3B76AB.
Kontrastfarbe für #hex ist #C48954.