Shades of Endeavour #214FA1
Tints of Endeavour #214FA1
RGB
CMYK
RGB Variations
Color information
#214FA1 (or 0x214FA1) is known color: Endeavour. HEX triplet: 21, 4F and A1. RGB value is (33,79,161). Sum of RGB (Red+Green+Blue) = 33+79+161=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #214FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214FA1 is #DEB05E. Grayscale: #4A4A4A. Windows color (decimal): -14594143 or 10571553. OLE color: 10571553.
HSL color Cylindrical-coordinate representation of color #214FA1: hue angle of 218.44º 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 #214FA1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 79 | 161 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.37 |
| HSL | 218.44º | 0.66% | 0.38% | - |
| HSV(B) | 218.44º | 0.8% | 0.63% | - |
| XYZ | 9.86 | 8.49 | 34.84 | - |
| YUV | 74.59 | 176.76 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 161 | 0.80 | 0.51 | 0 | 0.37 | 218.44 | 0.66 | 0.38 |
| Hex | 21 | 4F | A1 | 50 | 33 | 0 | 25 | DA | 42 | 26 |
| Octal | 41 | 117 | 241 | 120 | 63 | 0 | 45 | 332 | 102 | 46 |
| Binary | 100001 | 1001111 | 10100001 | 1010000 | 110011 | 0 | 100101 | 11011010 | 1000010 | 100110 |
Color Harmonies of #214FA1
Complementary color
Monochromatic Colors of #214FA1
Black with #214FA1
Text Example
Text Example
White with #214FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FA1; }
p { color: rgb(33,79,161); }
H1.HeaderClassName
{
color: #214FA1;
}
.AnyTagClassName
{
color: #214FA1;
}
</style>
background-color css
<style>
a { background-color: #214FA1; }
a { background-color: rgb(33,79,161); }
div.DivClassName
{
background-color: #214FA1;
}
.BgClassName
{
background-color: #214FA1;
}
</style>
border-color css
<style>
span { border-color: #214FA1; }
span { border-color: rgb(33,79,161); }
td.TdClassName
{
border-color: #214FA1;
}
.TagClassName
{
border-color: #214FA1;
}
</style>