HEX: #387BCE
RGB: (56,123,206)
#387BCE enthält hauptsächlich blaue Farbe. Für #387BCE ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #387BCE wird in RGB als (56,123,206) definiert.
RGB: (56,123,206) (22%,48%,81%)
R 56 von 255 = 22%
G 123 von 255 = 48%
B 206 von 255 = 81%
R + G + B ~ 50%. #387BCE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
56 + 123 + 206 = 385 (100%)
R 56 von 385 ~ 14.55%
G 123 von 385 ~ 31.95%
B 206 von 385 ~ 53.51%
Die Farbe #387BCE wird in CMYK als (73,40,0,19) definiert.
CMYK: (73,40,0,19) C73M40Y0K19 (73%,40%,0%,19%) (0.73/0.40/0.00/0.19)
38 | 7B | CE | |
---|---|---|---|
RGB | 56 | 123 | 206 |
HSL | 213° | 60.48% | 51.37% |
HSB/HSV | 213° | 72.82% | 80.78% |
CMYK | 72.82% | 40.29% | 0.00% |
19.22% |
Hexadezimal | 38 | 7B | CE |
Dezimal | 56 | 123 | 206 |
Binär | 111000 | 1111011 | 11001110 |
Oktal | 70 | 173 | 316 |
Beispiele css- und html für Elemente in der Farbe #387BCE. Bitte benutzen Sie auch rgb(56,123,206) statt hex-Code.
.myTextColor { color: #387BCE; }
<p style="color:#387BCE">This sample text font color is #387BCE.</p>
Die Farbe dieses Textes ist #387BCE.
.myBgColor { background-color: #387BCE; }
<div style="background-color:#387BCE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #387BCE.
.myBorderColor { border: 1px solid #387BCE; }
<div style="border:3px solid #387BCE">Div</div>
Die Grenzen von diesem div sind in Farbe #387BCE.
.myOpacity80 { color: #387BCE; opacity: 0.8; }
<p style="color:#387BCE;opacity:0.8;">80%</p>
Text in Farbe #387BCE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387BCE;}
<p style="text-shadow: 3px 3px 1px #387BCE">Text here.</p>
Dieser Text hat den Schatten in Farbe #387BCE.
.textShadow {text-shadow: 3px 3px 1px #387BCE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387BCE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #387BCE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387BCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387BCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #387BCE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387BCE; -webkit-box-shadow: 1px 1px 3px 2px #387BCE; box-shadow: 1px 1px 3px 2px #387BCE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #387BCE; -webkit-box-shadow: 1px 1px 3px 2px #387BCE; box-shadow:1px 1px 3px 2px #387BCE;">
Div content here</div>
Dieser Text ist in der Farbe #387BCE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #387BCE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #387BCE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #387BCE.