Shades of Endeavour #214C93
Tints of Endeavour #214C93
RGB
CMYK
RGB Variations
Color information
#214C93 (or 0x214C93) is known color: Endeavour. HEX triplet: 21, 4C and 93. RGB value is (33,76,147). Sum of RGB (Red+Green+Blue) = 33+76+147=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #214C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C93 is #DEB36C. Grayscale: #464646. Windows color (decimal): -14594925 or 9653281. OLE color: 9653281.
HSL color Cylindrical-coordinate representation of color #214C93: hue angle of 217.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214C93 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 76 | 147 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.42 |
| HSL | 217.37º | 0.63% | 0.35% | - |
| HSV(B) | 217.37º | 0.78% | 0.58% | - |
| XYZ | 8.48 | 7.6 | 28.62 | - |
| YUV | 71.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 147 | 0.78 | 0.48 | 0 | 0.42 | 217.37 | 0.63 | 0.35 |
| Hex | 21 | 4C | 93 | 4E | 30 | 0 | 2A | D9 | 3F | 23 |
| Octal | 41 | 114 | 223 | 116 | 60 | 0 | 52 | 331 | 77 | 43 |
| Binary | 100001 | 1001100 | 10010011 | 1001110 | 110000 | 0 | 101010 | 11011001 | 111111 | 100011 |
Color Harmonies of #214C93
Complementary color
Monochromatic Colors of #214C93
Black with #214C93
Text Example
Text Example
White with #214C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C93; }
p { color: rgb(33,76,147); }
H1.HeaderClassName
{
color: #214C93;
}
.AnyTagClassName
{
color: #214C93;
}
</style>
background-color css
<style>
a { background-color: #214C93; }
a { background-color: rgb(33,76,147); }
div.DivClassName
{
background-color: #214C93;
}
.BgClassName
{
background-color: #214C93;
}
</style>
border-color css
<style>
span { border-color: #214C93; }
span { border-color: rgb(33,76,147); }
td.TdClassName
{
border-color: #214C93;
}
.TagClassName
{
border-color: #214C93;
}
</style>