Shades of Endeavour #215188
Tints of Endeavour #215188
RGB
CMYK
RGB Variations
Color information
#215188 (or 0x215188) is known color: Endeavour. HEX triplet: 21, 51 and 88. RGB value is (33,81,136). Sum of RGB (Red+Green+Blue) = 33+81+136=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #215188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215188 is #DEAE77. Grayscale: #484848. Windows color (decimal): -14593656 or 8933665. OLE color: 8933665.
HSL color Cylindrical-coordinate representation of color #215188: hue angle of 212.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215188 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 81 | 136 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.47 |
| HSL | 212.04º | 0.61% | 0.33% | - |
| HSV(B) | 212.04º | 0.76% | 0.53% | - |
| XYZ | 8.01 | 7.99 | 24.41 | - |
| YUV | 72.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 136 | 0.76 | 0.40 | 0 | 0.47 | 212.04 | 0.61 | 0.33 |
| Hex | 21 | 51 | 88 | 4C | 28 | 0 | 2F | D4 | 3D | 21 |
| Octal | 41 | 121 | 210 | 114 | 50 | 0 | 57 | 324 | 75 | 41 |
| Binary | 100001 | 1010001 | 10001000 | 1001100 | 101000 | 0 | 101111 | 11010100 | 111101 | 100001 |
Color Harmonies of #215188
Complementary color
Monochromatic Colors of #215188
Black with #215188
Text Example
Text Example
White with #215188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215188; }
p { color: rgb(33,81,136); }
H1.HeaderClassName
{
color: #215188;
}
.AnyTagClassName
{
color: #215188;
}
</style>
background-color css
<style>
a { background-color: #215188; }
a { background-color: rgb(33,81,136); }
div.DivClassName
{
background-color: #215188;
}
.BgClassName
{
background-color: #215188;
}
</style>
border-color css
<style>
span { border-color: #215188; }
span { border-color: rgb(33,81,136); }
td.TdClassName
{
border-color: #215188;
}
.TagClassName
{
border-color: #215188;
}
</style>