HEX: #376AAA
RGB: (55,106,170)
#376AAA enthält hauptsächlich blaue Farbe. Für #376AAA ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #376AAA wird in RGB als (55,106,170) definiert.
RGB: (55,106,170) (22%,42%,67%)
R 55 von 255 = 22%
G 106 von 255 = 42%
B 170 von 255 = 67%
R + G + B ~ 44%. #376AAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
55 + 106 + 170 = 331 (100%)
R 55 von 331 ~ 16.62%
G 106 von 331 ~ 32.02%
B 170 von 331 ~ 51.36%
Die Farbe #376AAA wird in CMYK als (68,38,0,33) definiert.
CMYK: (68,38,0,33) C68M38Y0K33 (68%,38%,0%,33%) (0.68/0.38/0.00/0.33)
37 | 6A | AA | |
---|---|---|---|
RGB | 55 | 106 | 170 |
HSL | 213° | 51.11% | 44.12% |
HSB/HSV | 213° | 67.65% | 66.67% |
CMYK | 67.65% | 37.65% | 0.00% |
33.33% |
Hexadezimal | 37 | 6A | AA |
Dezimal | 55 | 106 | 170 |
Binär | 110111 | 1101010 | 10101010 |
Oktal | 67 | 152 | 252 |
Beispiele css- und html für Elemente in der Farbe #376AAA. Bitte benutzen Sie auch rgb(55,106,170) statt hex-Code.
.myTextColor { color: #376AAA; }
<p style="color:#376AAA">This sample text font color is #376AAA.</p>
Die Farbe dieses Textes ist #376AAA.
.myBgColor { background-color: #376AAA; }
<div style="background-color:#376AAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #376AAA.
.myBorderColor { border: 1px solid #376AAA; }
<div style="border:3px solid #376AAA">Div</div>
Die Grenzen von diesem div sind in Farbe #376AAA.
.myOpacity80 { color: #376AAA; opacity: 0.8; }
<p style="color:#376AAA;opacity:0.8;">80%</p>
Text in Farbe #376AAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376AAA;}
<p style="text-shadow: 3px 3px 1px #376AAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #376AAA.
.textShadow {text-shadow: 3px 3px 1px #376AAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376AAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #376AAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376AAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376AAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #376AAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #376AAA; -webkit-box-shadow: 1px 1px 3px 2px #376AAA; box-shadow: 1px 1px 3px 2px #376AAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #376AAA; -webkit-box-shadow: 1px 1px 3px 2px #376AAA; box-shadow:1px 1px 3px 2px #376AAA;">
Div content here</div>
Dieser Text ist in der Farbe #376AAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #376AAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #376AAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #376AAA.