Shades of Endeavour #214892
Tints of Endeavour #214892
RGB
CMYK
RGB Variations
Color information
#214892 (or 0x214892) is known color: Endeavour. HEX triplet: 21, 48 and 92. RGB value is (33,72,146). Sum of RGB (Red+Green+Blue) = 33+72+146=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #214892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214892 is #DEB76D. Grayscale: #444444. Windows color (decimal): -14595950 or 9586721. OLE color: 9586721.
HSL color Cylindrical-coordinate representation of color #214892: hue angle of 219.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214892 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 72 | 146 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.43 |
| HSL | 219.29º | 0.63% | 0.35% | - |
| HSV(B) | 219.29º | 0.77% | 0.57% | - |
| XYZ | 8.13 | 7.03 | 28.12 | - |
| YUV | 68.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 146 | 0.77 | 0.51 | 0 | 0.43 | 219.29 | 0.63 | 0.35 |
| Hex | 21 | 48 | 92 | 4D | 33 | 0 | 2B | DB | 3F | 23 |
| Octal | 41 | 110 | 222 | 115 | 63 | 0 | 53 | 333 | 77 | 43 |
| Binary | 100001 | 1001000 | 10010010 | 1001101 | 110011 | 0 | 101011 | 11011011 | 111111 | 100011 |
Color Harmonies of #214892
Complementary color
Monochromatic Colors of #214892
Black with #214892
Text Example
Text Example
White with #214892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214892; }
p { color: rgb(33,72,146); }
H1.HeaderClassName
{
color: #214892;
}
.AnyTagClassName
{
color: #214892;
}
</style>
background-color css
<style>
a { background-color: #214892; }
a { background-color: rgb(33,72,146); }
div.DivClassName
{
background-color: #214892;
}
.BgClassName
{
background-color: #214892;
}
</style>
border-color css
<style>
span { border-color: #214892; }
span { border-color: rgb(33,72,146); }
td.TdClassName
{
border-color: #214892;
}
.TagClassName
{
border-color: #214892;
}
</style>