Shades of Endeavour #215889
Tints of Endeavour #215889
RGB
CMYK
RGB Variations
Color information
#215889 (or 0x215889) is known color: Endeavour. HEX triplet: 21, 58 and 89. RGB value is (33,88,137). Sum of RGB (Red+Green+Blue) = 33+88+137=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #215889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215889 is #DEA776. Grayscale: #4C4C4C. Windows color (decimal): -14591863 or 9000993. OLE color: 9000993.
HSL color Cylindrical-coordinate representation of color #215889: hue angle of 208.27º 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 #215889 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 88 | 137 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.46 |
| HSL | 208.27º | 0.61% | 0.33% | - |
| HSV(B) | 208.27º | 0.76% | 0.54% | - |
| XYZ | 8.63 | 9.11 | 24.97 | - |
| YUV | 77.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 137 | 0.76 | 0.36 | 0 | 0.46 | 208.27 | 0.61 | 0.33 |
| Hex | 21 | 58 | 89 | 4C | 24 | 0 | 2E | D0 | 3D | 21 |
| Octal | 41 | 130 | 211 | 114 | 44 | 0 | 56 | 320 | 75 | 41 |
| Binary | 100001 | 1011000 | 10001001 | 1001100 | 100100 | 0 | 101110 | 11010000 | 111101 | 100001 |
Color Harmonies of #215889
Complementary color
Monochromatic Colors of #215889
Black with #215889
Text Example
Text Example
White with #215889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215889; }
p { color: rgb(33,88,137); }
H1.HeaderClassName
{
color: #215889;
}
.AnyTagClassName
{
color: #215889;
}
</style>
background-color css
<style>
a { background-color: #215889; }
a { background-color: rgb(33,88,137); }
div.DivClassName
{
background-color: #215889;
}
.BgClassName
{
background-color: #215889;
}
</style>
border-color css
<style>
span { border-color: #215889; }
span { border-color: rgb(33,88,137); }
td.TdClassName
{
border-color: #215889;
}
.TagClassName
{
border-color: #215889;
}
</style>