Shades of Endeavour #214998
Tints of Endeavour #214998
RGB
CMYK
RGB Variations
Color information
#214998 (or 0x214998) is known color: Endeavour. HEX triplet: 21, 49 and 98. RGB value is (33,73,152). Sum of RGB (Red+Green+Blue) = 33+73+152=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #214998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214998 is #DEB667. Grayscale: #454545. Windows color (decimal): -14595688 or 9980193. OLE color: 9980193.
HSL color Cylindrical-coordinate representation of color #214998: hue angle of 219.83º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214998 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 73 | 152 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.40 |
| HSL | 219.83º | 0.64% | 0.36% | - |
| HSV(B) | 219.83º | 0.78% | 0.6% | - |
| XYZ | 8.68 | 7.36 | 30.67 | - |
| YUV | 70.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 152 | 0.78 | 0.52 | 0 | 0.40 | 219.83 | 0.64 | 0.36 |
| Hex | 21 | 49 | 98 | 4E | 34 | 0 | 28 | DC | 40 | 24 |
| Octal | 41 | 111 | 230 | 116 | 64 | 0 | 50 | 334 | 100 | 44 |
| Binary | 100001 | 1001001 | 10011000 | 1001110 | 110100 | 0 | 101000 | 11011100 | 1000000 | 100100 |
Color Harmonies of #214998
Complementary color
Monochromatic Colors of #214998
Black with #214998
Text Example
Text Example
White with #214998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214998; }
p { color: rgb(33,73,152); }
H1.HeaderClassName
{
color: #214998;
}
.AnyTagClassName
{
color: #214998;
}
</style>
background-color css
<style>
a { background-color: #214998; }
a { background-color: rgb(33,73,152); }
div.DivClassName
{
background-color: #214998;
}
.BgClassName
{
background-color: #214998;
}
</style>
border-color css
<style>
span { border-color: #214998; }
span { border-color: rgb(33,73,152); }
td.TdClassName
{
border-color: #214998;
}
.TagClassName
{
border-color: #214998;
}
</style>