Shades of Endeavour #214EA2
Tints of Endeavour #214EA2
RGB
CMYK
RGB Variations
Color information
#214EA2 (or 0x214EA2) is known color: Endeavour. HEX triplet: 21, 4E and A2. RGB value is (33,78,162). Sum of RGB (Red+Green+Blue) = 33+78+162=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #214EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EA2 is #DEB15D. Grayscale: #494949. Windows color (decimal): -14594398 or 10636833. OLE color: 10636833.
HSL color Cylindrical-coordinate representation of color #214EA2: hue angle of 219.07º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214EA2 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 78 | 162 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.36 |
| HSL | 219.07º | 0.66% | 0.38% | - |
| HSV(B) | 219.07º | 0.8% | 0.64% | - |
| XYZ | 9.87 | 8.38 | 35.28 | - |
| YUV | 74.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 162 | 0.80 | 0.52 | 0 | 0.36 | 219.07 | 0.66 | 0.38 |
| Hex | 21 | 4E | A2 | 50 | 34 | 0 | 24 | DB | 42 | 26 |
| Octal | 41 | 116 | 242 | 120 | 64 | 0 | 44 | 333 | 102 | 46 |
| Binary | 100001 | 1001110 | 10100010 | 1010000 | 110100 | 0 | 100100 | 11011011 | 1000010 | 100110 |
Color Harmonies of #214EA2
Complementary color
Monochromatic Colors of #214EA2
Black with #214EA2
Text Example
Text Example
White with #214EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EA2; }
p { color: rgb(33,78,162); }
H1.HeaderClassName
{
color: #214EA2;
}
.AnyTagClassName
{
color: #214EA2;
}
</style>
background-color css
<style>
a { background-color: #214EA2; }
a { background-color: rgb(33,78,162); }
div.DivClassName
{
background-color: #214EA2;
}
.BgClassName
{
background-color: #214EA2;
}
</style>
border-color css
<style>
span { border-color: #214EA2; }
span { border-color: rgb(33,78,162); }
td.TdClassName
{
border-color: #214EA2;
}
.TagClassName
{
border-color: #214EA2;
}
</style>