Shades of Endeavour #214D83
Tints of Endeavour #214D83
RGB
CMYK
RGB Variations
Color information
#214D83 (or 0x214D83) is known color: Endeavour. HEX triplet: 21, 4D and 83. RGB value is (33,77,131). Sum of RGB (Red+Green+Blue) = 33+77+131=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #214D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D83 is #DEB27C. Grayscale: #454545. Windows color (decimal): -14594685 or 8604961. OLE color: 8604961.
HSL color Cylindrical-coordinate representation of color #214D83: hue angle of 213.06º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214D83 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 77 | 131 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.49 |
| HSL | 213.06º | 0.6% | 0.32% | - |
| HSV(B) | 213.06º | 0.75% | 0.51% | - |
| XYZ | 7.38 | 7.27 | 22.49 | - |
| YUV | 70 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 131 | 0.75 | 0.41 | 0 | 0.49 | 213.06 | 0.6 | 0.32 |
| Hex | 21 | 4D | 83 | 4B | 29 | 0 | 31 | D5 | 3C | 20 |
| Octal | 41 | 115 | 203 | 113 | 51 | 0 | 61 | 325 | 74 | 40 |
| Binary | 100001 | 1001101 | 10000011 | 1001011 | 101001 | 0 | 110001 | 11010101 | 111100 | 100000 |
Color Harmonies of #214D83
Complementary color
Monochromatic Colors of #214D83
Black with #214D83
Text Example
Text Example
White with #214D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D83; }
p { color: rgb(33,77,131); }
H1.HeaderClassName
{
color: #214D83;
}
.AnyTagClassName
{
color: #214D83;
}
</style>
background-color css
<style>
a { background-color: #214D83; }
a { background-color: rgb(33,77,131); }
div.DivClassName
{
background-color: #214D83;
}
.BgClassName
{
background-color: #214D83;
}
</style>
border-color css
<style>
span { border-color: #214D83; }
span { border-color: rgb(33,77,131); }
td.TdClassName
{
border-color: #214D83;
}
.TagClassName
{
border-color: #214D83;
}
</style>