Shades of Endeavour #214E95
Tints of Endeavour #214E95
RGB
CMYK
RGB Variations
Color information
#214E95 (or 0x214E95) is known color: Endeavour. HEX triplet: 21, 4E and 95. RGB value is (33,78,149). Sum of RGB (Red+Green+Blue) = 33+78+149=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #214E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E95 is #DEB16A. Grayscale: #484848. Windows color (decimal): -14594411 or 9784865. OLE color: 9784865.
HSL color Cylindrical-coordinate representation of color #214E95: hue angle of 216.72º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214E95 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 78 | 149 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.42 |
| HSL | 216.72º | 0.64% | 0.36% | - |
| HSV(B) | 216.72º | 0.78% | 0.58% | - |
| XYZ | 8.78 | 7.94 | 29.5 | - |
| YUV | 72.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 149 | 0.78 | 0.48 | 0 | 0.42 | 216.72 | 0.64 | 0.36 |
| Hex | 21 | 4E | 95 | 4E | 30 | 0 | 2A | D9 | 40 | 24 |
| Octal | 41 | 116 | 225 | 116 | 60 | 0 | 52 | 331 | 100 | 44 |
| Binary | 100001 | 1001110 | 10010101 | 1001110 | 110000 | 0 | 101010 | 11011001 | 1000000 | 100100 |
Color Harmonies of #214E95
Complementary color
Monochromatic Colors of #214E95
Black with #214E95
Text Example
Text Example
White with #214E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E95; }
p { color: rgb(33,78,149); }
H1.HeaderClassName
{
color: #214E95;
}
.AnyTagClassName
{
color: #214E95;
}
</style>
background-color css
<style>
a { background-color: #214E95; }
a { background-color: rgb(33,78,149); }
div.DivClassName
{
background-color: #214E95;
}
.BgClassName
{
background-color: #214E95;
}
</style>
border-color css
<style>
span { border-color: #214E95; }
span { border-color: rgb(33,78,149); }
td.TdClassName
{
border-color: #214E95;
}
.TagClassName
{
border-color: #214E95;
}
</style>