Shades of Endeavour #214E84
Tints of Endeavour #214E84
RGB
CMYK
RGB Variations
Color information
#214E84 (or 0x214E84) is known color: Endeavour. HEX triplet: 21, 4E and 84. RGB value is (33,78,132). Sum of RGB (Red+Green+Blue) = 33+78+132=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #214E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E84 is #DEB17B. Grayscale: #464646. Windows color (decimal): -14594428 or 8670753. OLE color: 8670753.
HSL color Cylindrical-coordinate representation of color #214E84: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214E84 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 78 | 132 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.48 |
| HSL | 212.73º | 0.6% | 0.32% | - |
| HSV(B) | 212.73º | 0.75% | 0.52% | - |
| XYZ | 7.52 | 7.44 | 22.87 | - |
| YUV | 70.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 132 | 0.75 | 0.41 | 0 | 0.48 | 212.73 | 0.6 | 0.32 |
| Hex | 21 | 4E | 84 | 4B | 29 | 0 | 30 | D5 | 3C | 20 |
| Octal | 41 | 116 | 204 | 113 | 51 | 0 | 60 | 325 | 74 | 40 |
| Binary | 100001 | 1001110 | 10000100 | 1001011 | 101001 | 0 | 110000 | 11010101 | 111100 | 100000 |
Color Harmonies of #214E84
Complementary color
Monochromatic Colors of #214E84
Black with #214E84
Text Example
Text Example
White with #214E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E84; }
p { color: rgb(33,78,132); }
H1.HeaderClassName
{
color: #214E84;
}
.AnyTagClassName
{
color: #214E84;
}
</style>
background-color css
<style>
a { background-color: #214E84; }
a { background-color: rgb(33,78,132); }
div.DivClassName
{
background-color: #214E84;
}
.BgClassName
{
background-color: #214E84;
}
</style>
border-color css
<style>
span { border-color: #214E84; }
span { border-color: rgb(33,78,132); }
td.TdClassName
{
border-color: #214E84;
}
.TagClassName
{
border-color: #214E84;
}
</style>