Shades of Endeavour #214D8D
Tints of Endeavour #214D8D
RGB
CMYK
RGB Variations
Color information
#214D8D (or 0x214D8D) is known color: Endeavour. HEX triplet: 21, 4D and 8D. RGB value is (33,77,141). Sum of RGB (Red+Green+Blue) = 33+77+141=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #214D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D8D is #DEB272. Grayscale: #464646. Windows color (decimal): -14594675 or 9260321. OLE color: 9260321.
HSL color Cylindrical-coordinate representation of color #214D8D: hue angle of 215.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214D8D is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 77 | 141 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.45 |
| HSL | 215.56º | 0.62% | 0.34% | - |
| HSV(B) | 215.56º | 0.77% | 0.55% | - |
| XYZ | 8.09 | 7.55 | 26.23 | - |
| YUV | 71.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 141 | 0.77 | 0.45 | 0 | 0.45 | 215.56 | 0.62 | 0.34 |
| Hex | 21 | 4D | 8D | 4D | 2D | 0 | 2D | D8 | 3E | 22 |
| Octal | 41 | 115 | 215 | 115 | 55 | 0 | 55 | 330 | 76 | 42 |
| Binary | 100001 | 1001101 | 10001101 | 1001101 | 101101 | 0 | 101101 | 11011000 | 111110 | 100010 |
Color Harmonies of #214D8D
Complementary color
Monochromatic Colors of #214D8D
Black with #214D8D
Text Example
Text Example
White with #214D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D8D; }
p { color: rgb(33,77,141); }
H1.HeaderClassName
{
color: #214D8D;
}
.AnyTagClassName
{
color: #214D8D;
}
</style>
background-color css
<style>
a { background-color: #214D8D; }
a { background-color: rgb(33,77,141); }
div.DivClassName
{
background-color: #214D8D;
}
.BgClassName
{
background-color: #214D8D;
}
</style>
border-color css
<style>
span { border-color: #214D8D; }
span { border-color: rgb(33,77,141); }
td.TdClassName
{
border-color: #214D8D;
}
.TagClassName
{
border-color: #214D8D;
}
</style>