HEX: #246EAA
RGB: (36,110,170)
#246EAA enthält hauptsächlich blaue Farbe. Für #246EAA ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #246EAA wird in RGB als (36,110,170) definiert.
RGB: (36,110,170)
(14%, 43%, 67%)
R 36 von 255 = 14%
G 110 von 255 = 43%
B 170 von 255 = 67%
R + G + B ~ 41%. #246EAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 36 + 110 + 170 = 316 (100%)
R 36 von 316 ~ 11.39%
G 110 von 316 ~ 34.81%
B 170 von 316 ~ 53.8'%
Die Farbe #246EAA wird in CMYK als (79,35,0,33) definiert.
CMYK: (79,35,0,33)
C79M35Y0K33 (79%, 35%, 0%, 33%)
(0.79 / 0.35 / 0.00 / 0.33)
Farbe #246EAA in den populären Farbmodellen.
24 | 6E | AA | |
---|---|---|---|
RGB | 36 | 110 | 170 |
HSL | 207° | 65.05% | 40.39% |
HSB/HSV | 207° | 78.82% | 66.67% |
CMYK | 78.82% | 35.29% | 0.00% |
33.33% |
Die Farbe #246EAA in den populären Zahlensystemen.
Hexadezimal | 24 | 6E | AA |
Dezimal | 36 | 110 | 170 |
Binär | 100100 | 1101110 | 10101010 |
Oktal | 44 | 156 | 252 |
Dunkle Töne der Farbe #246EAA
Helle Töne der Farbe #246EAA
Beispiele css- und html für Elemente in der Farbe #246EAA. Bitte benutzen Sie auch rgb(36,110,170) statt hex-Code.
.myTextColor { color: #246EAA; }
<p style="color:#246EAA">This sample text font color is #246EAA.</p>
Die Farbe dieses Textes ist #246EAA.
.myBgColor { background-color: #246EAA; }
<div style="background-color:#246EAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #246EAA.
.myBorderColor { border: 1px solid #246EAA; }
<div style="border:3px solid #246EAA">Div</div>
Die Grenzen von diesem div sind in Farbe #246EAA.
.myOpacity80 { color: #246EAA; opacity: 0.8; }
<p style="color:#246EAA;opacity:0.8;">80%</p>
Text in Farbe #246EAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #246EAA;}
<p style="text-shadow: 3px 3px 1px #246EAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #246EAA.
.textShadow {text-shadow: 3px 3px 1px #246EAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #246EAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #246EAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#246EAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#246EAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #246EAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #246EAA;
-webkit-box-shadow: 1px 1px 3px 2px #246EAA;
box-shadow: 1px 1px 3px 2px #246EAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #246EAA; -webkit-box-shadow: 1px 1px 3px 2px #246EAA; box-shadow:1px 1px 3px 2px #246EAA;">
Div content here
</div>
Dieser Text ist in der Farbe #246EAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #246EAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #246EAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #246EAA.
Kontrastfarbe für #hex ist #DB9155.