Shades of Endeavour #214B8D
Tints of Endeavour #214B8D
RGB
CMYK
RGB Variations
Color information
#214B8D (or 0x214B8D) is known color: Endeavour. HEX triplet: 21, 4B and 8D. RGB value is (33,75,141). Sum of RGB (Red+Green+Blue) = 33+75+141=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #214B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B8D is #DEB472. Grayscale: #454545. Windows color (decimal): -14595187 or 9259809. OLE color: 9259809.
HSL color Cylindrical-coordinate representation of color #214B8D: hue angle of 216.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214B8D is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 75 | 141 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.45 |
| HSL | 216.67º | 0.62% | 0.34% | - |
| HSV(B) | 216.67º | 0.77% | 0.55% | - |
| XYZ | 7.95 | 7.28 | 26.19 | - |
| YUV | 69.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 141 | 0.77 | 0.47 | 0 | 0.45 | 216.67 | 0.62 | 0.34 |
| Hex | 21 | 4B | 8D | 4D | 2F | 0 | 2D | D9 | 3E | 22 |
| Octal | 41 | 113 | 215 | 115 | 57 | 0 | 55 | 331 | 76 | 42 |
| Binary | 100001 | 1001011 | 10001101 | 1001101 | 101111 | 0 | 101101 | 11011001 | 111110 | 100010 |
Color Harmonies of #214B8D
Complementary color
Monochromatic Colors of #214B8D
Black with #214B8D
Text Example
Text Example
White with #214B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B8D; }
p { color: rgb(33,75,141); }
H1.HeaderClassName
{
color: #214B8D;
}
.AnyTagClassName
{
color: #214B8D;
}
</style>
background-color css
<style>
a { background-color: #214B8D; }
a { background-color: rgb(33,75,141); }
div.DivClassName
{
background-color: #214B8D;
}
.BgClassName
{
background-color: #214B8D;
}
</style>
border-color css
<style>
span { border-color: #214B8D; }
span { border-color: rgb(33,75,141); }
td.TdClassName
{
border-color: #214B8D;
}
.TagClassName
{
border-color: #214B8D;
}
</style>