Shades of Endeavour #215888
Tints of Endeavour #215888
RGB
CMYK
RGB Variations
Color information
#215888 (or 0x215888) is known color: Endeavour. HEX triplet: 21, 58 and 88. RGB value is (33,88,136). Sum of RGB (Red+Green+Blue) = 33+88+136=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #215888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215888 is #DEA777. Grayscale: #4C4C4C. Windows color (decimal): -14591864 or 8935457. OLE color: 8935457.
HSL color Cylindrical-coordinate representation of color #215888: hue angle of 207.96º 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 #215888 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 88 | 136 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.47 |
| HSL | 207.96º | 0.61% | 0.33% | - |
| HSV(B) | 207.96º | 0.76% | 0.53% | - |
| XYZ | 8.56 | 9.08 | 24.59 | - |
| YUV | 77.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 136 | 0.76 | 0.35 | 0 | 0.47 | 207.96 | 0.61 | 0.33 |
| Hex | 21 | 58 | 88 | 4C | 23 | 0 | 2F | D0 | 3D | 21 |
| Octal | 41 | 130 | 210 | 114 | 43 | 0 | 57 | 320 | 75 | 41 |
| Binary | 100001 | 1011000 | 10001000 | 1001100 | 100011 | 0 | 101111 | 11010000 | 111101 | 100001 |
Color Harmonies of #215888
Complementary color
Monochromatic Colors of #215888
Black with #215888
Text Example
Text Example
White with #215888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215888; }
p { color: rgb(33,88,136); }
H1.HeaderClassName
{
color: #215888;
}
.AnyTagClassName
{
color: #215888;
}
</style>
background-color css
<style>
a { background-color: #215888; }
a { background-color: rgb(33,88,136); }
div.DivClassName
{
background-color: #215888;
}
.BgClassName
{
background-color: #215888;
}
</style>
border-color css
<style>
span { border-color: #215888; }
span { border-color: rgb(33,88,136); }
td.TdClassName
{
border-color: #215888;
}
.TagClassName
{
border-color: #215888;
}
</style>