Shades of Endeavour #214DA0
Tints of Endeavour #214DA0
RGB
CMYK
RGB Variations
Color information
#214DA0 (or 0x214DA0) is known color: Endeavour. HEX triplet: 21, 4D and A0. RGB value is (33,77,160). Sum of RGB (Red+Green+Blue) = 33+77+160=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #214DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214DA0 is #DEB25F. Grayscale: #484848. Windows color (decimal): -14594656 or 10505505. OLE color: 10505505.
HSL color Cylindrical-coordinate representation of color #214DA0: hue angle of 219.21º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214DA0 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 77 | 160 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.37 |
| HSL | 219.21º | 0.66% | 0.38% | - |
| HSV(B) | 219.21º | 0.79% | 0.63% | - |
| XYZ | 9.63 | 8.17 | 34.33 | - |
| YUV | 73.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 160 | 0.79 | 0.52 | 0 | 0.37 | 219.21 | 0.66 | 0.38 |
| Hex | 21 | 4D | A0 | 4F | 34 | 0 | 25 | DB | 42 | 26 |
| Octal | 41 | 115 | 240 | 117 | 64 | 0 | 45 | 333 | 102 | 46 |
| Binary | 100001 | 1001101 | 10100000 | 1001111 | 110100 | 0 | 100101 | 11011011 | 1000010 | 100110 |
Color Harmonies of #214DA0
Complementary color
Monochromatic Colors of #214DA0
Black with #214DA0
Text Example
Text Example
White with #214DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DA0; }
p { color: rgb(33,77,160); }
H1.HeaderClassName
{
color: #214DA0;
}
.AnyTagClassName
{
color: #214DA0;
}
</style>
background-color css
<style>
a { background-color: #214DA0; }
a { background-color: rgb(33,77,160); }
div.DivClassName
{
background-color: #214DA0;
}
.BgClassName
{
background-color: #214DA0;
}
</style>
border-color css
<style>
span { border-color: #214DA0; }
span { border-color: rgb(33,77,160); }
td.TdClassName
{
border-color: #214DA0;
}
.TagClassName
{
border-color: #214DA0;
}
</style>