Shades of Endeavour #214A85
Tints of Endeavour #214A85
RGB
CMYK
RGB Variations
Color information
#214A85 (or 0x214A85) is known color: Endeavour. HEX triplet: 21, 4A and 85. RGB value is (33,74,133). Sum of RGB (Red+Green+Blue) = 33+74+133=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #214A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A85 is #DEB57A. Grayscale: #444444. Windows color (decimal): -14595451 or 8735265. OLE color: 8735265.
HSL color Cylindrical-coordinate representation of color #214A85: hue angle of 215.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214A85 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 74 | 133 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.48 |
| HSL | 215.4º | 0.6% | 0.33% | - |
| HSV(B) | 215.4º | 0.75% | 0.52% | - |
| XYZ | 7.31 | 6.91 | 23.14 | - |
| YUV | 68.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 133 | 0.75 | 0.44 | 0 | 0.48 | 215.4 | 0.6 | 0.33 |
| Hex | 21 | 4A | 85 | 4B | 2C | 0 | 30 | D7 | 3C | 21 |
| Octal | 41 | 112 | 205 | 113 | 54 | 0 | 60 | 327 | 74 | 41 |
| Binary | 100001 | 1001010 | 10000101 | 1001011 | 101100 | 0 | 110000 | 11010111 | 111100 | 100001 |
Color Harmonies of #214A85
Complementary color
Monochromatic Colors of #214A85
Black with #214A85
Text Example
Text Example
White with #214A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A85; }
p { color: rgb(33,74,133); }
H1.HeaderClassName
{
color: #214A85;
}
.AnyTagClassName
{
color: #214A85;
}
</style>
background-color css
<style>
a { background-color: #214A85; }
a { background-color: rgb(33,74,133); }
div.DivClassName
{
background-color: #214A85;
}
.BgClassName
{
background-color: #214A85;
}
</style>
border-color css
<style>
span { border-color: #214A85; }
span { border-color: rgb(33,74,133); }
td.TdClassName
{
border-color: #214A85;
}
.TagClassName
{
border-color: #214A85;
}
</style>