HEX: #334A7D
RGB: (51,74,125)
#334A7D enthält hauptsächlich grüne und blaue Farbe. Für #334A7D ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #334A7D wird in RGB als (51,74,125) definiert.
RGB: (51,74,125) (20%,29%,49%)
R 51 von 255 = 20%
G 74 von 255 = 29%
B 125 von 255 = 49%
R + G + B ~ 33%. #334A7D ziemlich dunkle Farbe.
R + G + B =
51 + 74 + 125 = 250 (100%)
R 51 von 250 ~ 20.4%
G 74 von 250 ~ 29.6%
B 125 von 250 ~ 50%
Die Farbe #334A7D wird in CMYK als (59,41,0,51) definiert.
CMYK: (59,41,0,51) C59M41Y0K51 (59%,41%,0%,51%) (0.59/0.41/0.00/0.51)
33 | 4A | 7D | |
---|---|---|---|
RGB | 51 | 74 | 125 |
HSL | 221° | 42.05% | 34.51% |
HSB/HSV | 221° | 59.20% | 49.02% |
CMYK | 59.20% | 40.80% | 0.00% |
50.98% |
Hexadezimal | 33 | 4A | 7D |
Dezimal | 51 | 74 | 125 |
Binär | 110011 | 1001010 | 1111101 |
Oktal | 63 | 112 | 175 |
Beispiele css- und html für Elemente in der Farbe #334A7D. Bitte benutzen Sie auch rgb(51,74,125) statt hex-Code.
.myTextColor { color: #334A7D; }
<p style="color:#334A7D">This sample text font color is #334A7D.</p>
Die Farbe dieses Textes ist #334A7D.
.myBgColor { background-color: #334A7D; }
<div style="background-color:#334A7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #334A7D.
.myBorderColor { border: 1px solid #334A7D; }
<div style="border:3px solid #334A7D">Div</div>
Die Grenzen von diesem div sind in Farbe #334A7D.
.myOpacity80 { color: #334A7D; opacity: 0.8; }
<p style="color:#334A7D;opacity:0.8;">80%</p>
Text in Farbe #334A7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #334A7D;}
<p style="text-shadow: 3px 3px 1px #334A7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #334A7D.
.textShadow {text-shadow: 3px 3px 1px #334A7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #334A7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #334A7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#334A7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#334A7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #334A7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #334A7D; -webkit-box-shadow: 1px 1px 3px 2px #334A7D; box-shadow: 1px 1px 3px 2px #334A7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #334A7D; -webkit-box-shadow: 1px 1px 3px 2px #334A7D; box-shadow:1px 1px 3px 2px #334A7D;">
Div content here</div>
Dieser Text ist in der Farbe #334A7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #334A7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #334A7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #334A7D.