Shades of Endeavour #214DA1
Tints of Endeavour #214DA1
RGB
CMYK
RGB Variations
Color information
#214DA1 (or 0x214DA1) is known color: Endeavour. HEX triplet: 21, 4D and A1. RGB value is (33,77,161). Sum of RGB (Red+Green+Blue) = 33+77+161=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #214DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214DA1 is #DEB25E. Grayscale: #494949. Windows color (decimal): -14594655 or 10571041. OLE color: 10571041.
HSL color Cylindrical-coordinate representation of color #214DA1: hue angle of 219.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214DA1 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 77 | 161 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.37 |
| HSL | 219.38º | 0.66% | 0.38% | - |
| HSV(B) | 219.38º | 0.8% | 0.63% | - |
| XYZ | 9.71 | 8.2 | 34.79 | - |
| YUV | 73.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 161 | 0.80 | 0.52 | 0 | 0.37 | 219.38 | 0.66 | 0.38 |
| Hex | 21 | 4D | A1 | 50 | 34 | 0 | 25 | DB | 42 | 26 |
| Octal | 41 | 115 | 241 | 120 | 64 | 0 | 45 | 333 | 102 | 46 |
| Binary | 100001 | 1001101 | 10100001 | 1010000 | 110100 | 0 | 100101 | 11011011 | 1000010 | 100110 |
Color Harmonies of #214DA1
Complementary color
Monochromatic Colors of #214DA1
Black with #214DA1
Text Example
Text Example
White with #214DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DA1; }
p { color: rgb(33,77,161); }
H1.HeaderClassName
{
color: #214DA1;
}
.AnyTagClassName
{
color: #214DA1;
}
</style>
background-color css
<style>
a { background-color: #214DA1; }
a { background-color: rgb(33,77,161); }
div.DivClassName
{
background-color: #214DA1;
}
.BgClassName
{
background-color: #214DA1;
}
</style>
border-color css
<style>
span { border-color: #214DA1; }
span { border-color: rgb(33,77,161); }
td.TdClassName
{
border-color: #214DA1;
}
.TagClassName
{
border-color: #214DA1;
}
</style>