Shades of Endeavour #215189
Tints of Endeavour #215189
RGB
CMYK
RGB Variations
Color information
#215189 (or 0x215189) is known color: Endeavour. HEX triplet: 21, 51 and 89. RGB value is (33,81,137). Sum of RGB (Red+Green+Blue) = 33+81+137=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #215189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215189 is #DEAE76. Grayscale: #484848. Windows color (decimal): -14593655 or 8999201. OLE color: 8999201.
HSL color Cylindrical-coordinate representation of color #215189: hue angle of 212.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215189 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 81 | 137 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.46 |
| HSL | 212.31º | 0.61% | 0.33% | - |
| HSV(B) | 212.31º | 0.76% | 0.54% | - |
| XYZ | 8.08 | 8.01 | 24.79 | - |
| YUV | 73.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 137 | 0.76 | 0.41 | 0 | 0.46 | 212.31 | 0.61 | 0.33 |
| Hex | 21 | 51 | 89 | 4C | 29 | 0 | 2E | D4 | 3D | 21 |
| Octal | 41 | 121 | 211 | 114 | 51 | 0 | 56 | 324 | 75 | 41 |
| Binary | 100001 | 1010001 | 10001001 | 1001100 | 101001 | 0 | 101110 | 11010100 | 111101 | 100001 |
Color Harmonies of #215189
Complementary color
Monochromatic Colors of #215189
Black with #215189
Text Example
Text Example
White with #215189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215189; }
p { color: rgb(33,81,137); }
H1.HeaderClassName
{
color: #215189;
}
.AnyTagClassName
{
color: #215189;
}
</style>
background-color css
<style>
a { background-color: #215189; }
a { background-color: rgb(33,81,137); }
div.DivClassName
{
background-color: #215189;
}
.BgClassName
{
background-color: #215189;
}
</style>
border-color css
<style>
span { border-color: #215189; }
span { border-color: rgb(33,81,137); }
td.TdClassName
{
border-color: #215189;
}
.TagClassName
{
border-color: #215189;
}
</style>