Shades of Endeavour #214A8A
Tints of Endeavour #214A8A
RGB
CMYK
RGB Variations
Color information
#214A8A (or 0x214A8A) is known color: Endeavour. HEX triplet: 21, 4A and 8A. RGB value is (33,74,138). Sum of RGB (Red+Green+Blue) = 33+74+138=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #214A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A8A is #DEB575. Grayscale: #444444. Windows color (decimal): -14595446 or 9062945. OLE color: 9062945.
HSL color Cylindrical-coordinate representation of color #214A8A: hue angle of 216.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214A8A is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 74 | 138 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.46 |
| HSL | 216.57º | 0.61% | 0.34% | - |
| HSV(B) | 216.57º | 0.76% | 0.54% | - |
| XYZ | 7.66 | 7.06 | 25 | - |
| YUV | 69.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 138 | 0.76 | 0.46 | 0 | 0.46 | 216.57 | 0.61 | 0.34 |
| Hex | 21 | 4A | 8A | 4C | 2E | 0 | 2E | D9 | 3D | 22 |
| Octal | 41 | 112 | 212 | 114 | 56 | 0 | 56 | 331 | 75 | 42 |
| Binary | 100001 | 1001010 | 10001010 | 1001100 | 101110 | 0 | 101110 | 11011001 | 111101 | 100010 |
Color Harmonies of #214A8A
Complementary color
Monochromatic Colors of #214A8A
Black with #214A8A
Text Example
Text Example
White with #214A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A8A; }
p { color: rgb(33,74,138); }
H1.HeaderClassName
{
color: #214A8A;
}
.AnyTagClassName
{
color: #214A8A;
}
</style>
background-color css
<style>
a { background-color: #214A8A; }
a { background-color: rgb(33,74,138); }
div.DivClassName
{
background-color: #214A8A;
}
.BgClassName
{
background-color: #214A8A;
}
</style>
border-color css
<style>
span { border-color: #214A8A; }
span { border-color: rgb(33,74,138); }
td.TdClassName
{
border-color: #214A8A;
}
.TagClassName
{
border-color: #214A8A;
}
</style>