Shades of Endeavour #214D90
Tints of Endeavour #214D90
RGB
CMYK
RGB Variations
Color information
#214D90 (or 0x214D90) is known color: Endeavour. HEX triplet: 21, 4D and 90. RGB value is (33,77,144). Sum of RGB (Red+Green+Blue) = 33+77+144=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #214D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D90 is #DEB26F. Grayscale: #474747. Windows color (decimal): -14594672 or 9456929. OLE color: 9456929.
HSL color Cylindrical-coordinate representation of color #214D90: hue angle of 216.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214D90 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 77 | 144 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.44 |
| HSL | 216.22º | 0.63% | 0.35% | - |
| HSV(B) | 216.22º | 0.77% | 0.56% | - |
| XYZ | 8.32 | 7.64 | 27.42 | - |
| YUV | 71.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 144 | 0.77 | 0.47 | 0 | 0.44 | 216.22 | 0.63 | 0.35 |
| Hex | 21 | 4D | 90 | 4D | 2F | 0 | 2C | D8 | 3F | 23 |
| Octal | 41 | 115 | 220 | 115 | 57 | 0 | 54 | 330 | 77 | 43 |
| Binary | 100001 | 1001101 | 10010000 | 1001101 | 101111 | 0 | 101100 | 11011000 | 111111 | 100011 |
Color Harmonies of #214D90
Complementary color
Monochromatic Colors of #214D90
Black with #214D90
Text Example
Text Example
White with #214D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D90; }
p { color: rgb(33,77,144); }
H1.HeaderClassName
{
color: #214D90;
}
.AnyTagClassName
{
color: #214D90;
}
</style>
background-color css
<style>
a { background-color: #214D90; }
a { background-color: rgb(33,77,144); }
div.DivClassName
{
background-color: #214D90;
}
.BgClassName
{
background-color: #214D90;
}
</style>
border-color css
<style>
span { border-color: #214D90; }
span { border-color: rgb(33,77,144); }
td.TdClassName
{
border-color: #214D90;
}
.TagClassName
{
border-color: #214D90;
}
</style>