HEX: #387AB9
RGB: (56,122,185)
#387AB9 enthält hauptsächlich blaue Farbe. Für #387AB9 ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #387AB9 wird in RGB als (56,122,185) definiert.
RGB: (56,122,185)
(22%, 48%, 73%)
R 56 von 255 = 22%
G 122 von 255 = 48%
B 185 von 255 = 73%
R + G + B ~ 48%. #387AB9 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 56 + 122 + 185 = 363 (100%)
R 56 von 363 ~ 15.43%
G 122 von 363 ~ 33.61%
B 185 von 363 ~ 50.96'%
Die Farbe #387AB9 wird in CMYK als (70,34,0,27) definiert.
CMYK: (70,34,0,27)
C70M34Y0K27 (70%, 34%, 0%, 27%)
(0.70 / 0.34 / 0.00 / 0.27)
Farbe #387AB9 in den populären Farbmodellen.
38 | 7A | B9 | |
---|---|---|---|
RGB | 56 | 122 | 185 |
HSL | 209° | 53.53% | 47.25% |
HSB/HSV | 209° | 69.73% | 72.55% |
CMYK | 69.73% | 34.05% | 0.00% |
27.45% |
Die Farbe #387AB9 in den populären Zahlensystemen.
Hexadezimal | 38 | 7A | B9 |
Dezimal | 56 | 122 | 185 |
Binär | 111000 | 1111010 | 10111001 |
Oktal | 70 | 172 | 271 |
Dunkle Töne der Farbe #387AB9
Helle Töne der Farbe #387AB9
Beispiele css- und html für Elemente in der Farbe #387AB9. Bitte benutzen Sie auch rgb(56,122,185) statt hex-Code.
.myTextColor { color: #387AB9; }
<p style="color:#387AB9">This sample text font color is #387AB9.</p>
Die Farbe dieses Textes ist #387AB9.
.myBgColor { background-color: #387AB9; }
<div style="background-color:#387AB9">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #387AB9.
.myBorderColor { border: 1px solid #387AB9; }
<div style="border:3px solid #387AB9">Div</div>
Die Grenzen von diesem div sind in Farbe #387AB9.
.myOpacity80 { color: #387AB9; opacity: 0.8; }
<p style="color:#387AB9;opacity:0.8;">80%</p>
Text in Farbe #387AB9 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387AB9;}
<p style="text-shadow: 3px 3px 1px #387AB9">Text here.</p>
Dieser Text hat den Schatten in Farbe #387AB9.
.textShadow {text-shadow: 3px 3px 1px #387AB9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387AB9, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #387AB9 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387AB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387AB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #387AB9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #387AB9;
-webkit-box-shadow: 1px 1px 3px 2px #387AB9;
box-shadow: 1px 1px 3px 2px #387AB9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #387AB9; -webkit-box-shadow: 1px 1px 3px 2px #387AB9; box-shadow:1px 1px 3px 2px #387AB9;">
Div content here
</div>
Dieser Text ist in der Farbe #387AB9 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #387AB9 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #387AB9.
Dieser Text ist weiß auf dem Hintergrund in Farbe #387AB9.
Kontrastfarbe für #hex ist #C78546.