HEX: #387BCB
RGB: (56,123,203)
#387BCB enthält hauptsächlich blaue Farbe. Für #387BCB ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #387BCB wird in RGB als (56,123,203) definiert.
RGB: (56,123,203)
(22%, 48%, 80%)
R 56 von 255 = 22%
G 123 von 255 = 48%
B 203 von 255 = 80%
R + G + B ~ 50%. #387BCB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 56 + 123 + 203 = 382 (100%)
R 56 von 382 ~ 14.66%
G 123 von 382 ~ 32.2%
B 203 von 382 ~ 53.14'%
Die Farbe #387BCB wird in CMYK als (72,39,0,20) definiert.
CMYK: (72,39,0,20)
C72M39Y0K20 (72%, 39%, 0%, 20%)
(0.72 / 0.39 / 0.00 / 0.20)
Farbe #387BCB in den populären Farbmodellen.
38 | 7B | CB | |
---|---|---|---|
RGB | 56 | 123 | 203 |
HSL | 213° | 58.57% | 50.78% |
HSB/HSV | 213° | 72.41% | 79.61% |
CMYK | 72.41% | 39.41% | 0.00% |
20.39% |
Die Farbe #387BCB in den populären Zahlensystemen.
Hexadezimal | 38 | 7B | CB |
Dezimal | 56 | 123 | 203 |
Binär | 111000 | 1111011 | 11001011 |
Oktal | 70 | 173 | 313 |
Dunkle Töne der Farbe #387BCB
Helle Töne der Farbe #387BCB
Beispiele css- und html für Elemente in der Farbe #387BCB. Bitte benutzen Sie auch rgb(56,123,203) statt hex-Code.
.myTextColor { color: #387BCB; }
<p style="color:#387BCB">This sample text font color is #387BCB.</p>
Die Farbe dieses Textes ist #387BCB.
.myBgColor { background-color: #387BCB; }
<div style="background-color:#387BCB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #387BCB.
.myBorderColor { border: 1px solid #387BCB; }
<div style="border:3px solid #387BCB">Div</div>
Die Grenzen von diesem div sind in Farbe #387BCB.
.myOpacity80 { color: #387BCB; opacity: 0.8; }
<p style="color:#387BCB;opacity:0.8;">80%</p>
Text in Farbe #387BCB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387BCB;}
<p style="text-shadow: 3px 3px 1px #387BCB">Text here.</p>
Dieser Text hat den Schatten in Farbe #387BCB.
.textShadow {text-shadow: 3px 3px 1px #387BCB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387BCB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #387BCB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387BCB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387BCB, Direction=45, Strength=4)">Text</p>
This text has shadow with #387BCB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #387BCB;
-webkit-box-shadow: 1px 1px 3px 2px #387BCB;
box-shadow: 1px 1px 3px 2px #387BCB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #387BCB; -webkit-box-shadow: 1px 1px 3px 2px #387BCB; box-shadow:1px 1px 3px 2px #387BCB;">
Div content here
</div>
Dieser Text ist in der Farbe #387BCB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #387BCB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #387BCB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #387BCB.
Kontrastfarbe für #hex ist #C78434.