Shades of Endeavour #214C91
Tints of Endeavour #214C91
RGB
CMYK
RGB Variations
Color information
#214C91 (or 0x214C91) is known color: Endeavour. HEX triplet: 21, 4C and 91. RGB value is (33,76,145). Sum of RGB (Red+Green+Blue) = 33+76+145=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #214C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C91 is #DEB36E. Grayscale: #464646. Windows color (decimal): -14594927 or 9522209. OLE color: 9522209.
HSL color Cylindrical-coordinate representation of color #214C91: hue angle of 216.96º 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 #214C91 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 76 | 145 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.43 |
| HSL | 216.96º | 0.63% | 0.35% | - |
| HSV(B) | 216.96º | 0.77% | 0.57% | - |
| XYZ | 8.32 | 7.54 | 27.8 | - |
| YUV | 71.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 145 | 0.77 | 0.48 | 0 | 0.43 | 216.96 | 0.63 | 0.35 |
| Hex | 21 | 4C | 91 | 4D | 30 | 0 | 2B | D9 | 3F | 23 |
| Octal | 41 | 114 | 221 | 115 | 60 | 0 | 53 | 331 | 77 | 43 |
| Binary | 100001 | 1001100 | 10010001 | 1001101 | 110000 | 0 | 101011 | 11011001 | 111111 | 100011 |
Color Harmonies of #214C91
Complementary color
Monochromatic Colors of #214C91
Black with #214C91
Text Example
Text Example
White with #214C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C91; }
p { color: rgb(33,76,145); }
H1.HeaderClassName
{
color: #214C91;
}
.AnyTagClassName
{
color: #214C91;
}
</style>
background-color css
<style>
a { background-color: #214C91; }
a { background-color: rgb(33,76,145); }
div.DivClassName
{
background-color: #214C91;
}
.BgClassName
{
background-color: #214C91;
}
</style>
border-color css
<style>
span { border-color: #214C91; }
span { border-color: rgb(33,76,145); }
td.TdClassName
{
border-color: #214C91;
}
.TagClassName
{
border-color: #214C91;
}
</style>