HEX: #2976AB
RGB: (41,118,171)
#2976AB enthält hauptsächlich grüne und blaue Farbe. Für #2976AB ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #2976AB wird in RGB als (41,118,171) definiert.
RGB: (41,118,171) (16%,46%,67%)
R 41 von 255 = 16%
G 118 von 255 = 46%
B 171 von 255 = 67%
R + G + B ~ 43%. #2976AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
41 + 118 + 171 = 330 (100%)
R 41 von 330 ~ 12.42%
G 118 von 330 ~ 35.76%
B 171 von 330 ~ 51.82%
Die Farbe #2976AB wird in CMYK als (76,31,0,33) definiert.
CMYK: (76,31,0,33) C76M31Y0K33 (76%,31%,0%,33%) (0.76/0.31/0.00/0.33)
29 | 76 | AB | |
---|---|---|---|
RGB | 41 | 118 | 171 |
HSL | 204° | 61.32% | 41.57% |
HSB/HSV | 204° | 76.02% | 67.06% |
CMYK | 76.02% | 30.99% | 0.00% |
32.94% |
Hexadezimal | 29 | 76 | AB |
Dezimal | 41 | 118 | 171 |
Binär | 101001 | 1110110 | 10101011 |
Oktal | 51 | 166 | 253 |
Beispiele css- und html für Elemente in der Farbe #2976AB. Bitte benutzen Sie auch rgb(41,118,171) statt hex-Code.
.myTextColor { color: #2976AB; }
<p style="color:#2976AB">This sample text font color is #2976AB.</p>
Die Farbe dieses Textes ist #2976AB.
.myBgColor { background-color: #2976AB; }
<div style="background-color:#2976AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #2976AB.
.myBorderColor { border: 1px solid #2976AB; }
<div style="border:3px solid #2976AB">Div</div>
Die Grenzen von diesem div sind in Farbe #2976AB.
.myOpacity80 { color: #2976AB; opacity: 0.8; }
<p style="color:#2976AB;opacity:0.8;">80%</p>
Text in Farbe #2976AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #2976AB;}
<p style="text-shadow: 3px 3px 1px #2976AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #2976AB.
.textShadow {text-shadow: 3px 3px 1px #2976AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #2976AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #2976AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2976AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#2976AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #2976AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2976AB; -webkit-box-shadow: 1px 1px 3px 2px #2976AB; box-shadow: 1px 1px 3px 2px #2976AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #2976AB; -webkit-box-shadow: 1px 1px 3px 2px #2976AB; box-shadow:1px 1px 3px 2px #2976AB;">
Div content here</div>
Dieser Text ist in der Farbe #2976AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #2976AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #2976AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #2976AB.