Shades of Endeavour #215588
Tints of Endeavour #215588
RGB
CMYK
RGB Variations
Color information
#215588 (or 0x215588) is known color: Endeavour. HEX triplet: 21, 55 and 88. RGB value is (33,85,136). Sum of RGB (Red+Green+Blue) = 33+85+136=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #215588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215588 is #DEAA77. Grayscale: #4B4B4B. Windows color (decimal): -14592632 or 8934689. OLE color: 8934689.
HSL color Cylindrical-coordinate representation of color #215588: hue angle of 209.71º 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 #215588 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 85 | 136 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.47 |
| HSL | 209.71º | 0.61% | 0.33% | - |
| HSV(B) | 209.71º | 0.76% | 0.53% | - |
| XYZ | 8.32 | 8.6 | 24.51 | - |
| YUV | 75.27 | 162.27 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 136 | 0.76 | 0.38 | 0 | 0.47 | 209.71 | 0.61 | 0.33 |
| Hex | 21 | 55 | 88 | 4C | 26 | 0 | 2F | D2 | 3D | 21 |
| Octal | 41 | 125 | 210 | 114 | 46 | 0 | 57 | 322 | 75 | 41 |
| Binary | 100001 | 1010101 | 10001000 | 1001100 | 100110 | 0 | 101111 | 11010010 | 111101 | 100001 |
Color Harmonies of #215588
Complementary color
Monochromatic Colors of #215588
Black with #215588
Text Example
Text Example
White with #215588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215588; }
p { color: rgb(33,85,136); }
H1.HeaderClassName
{
color: #215588;
}
.AnyTagClassName
{
color: #215588;
}
</style>
background-color css
<style>
a { background-color: #215588; }
a { background-color: rgb(33,85,136); }
div.DivClassName
{
background-color: #215588;
}
.BgClassName
{
background-color: #215588;
}
</style>
border-color css
<style>
span { border-color: #215588; }
span { border-color: rgb(33,85,136); }
td.TdClassName
{
border-color: #215588;
}
.TagClassName
{
border-color: #215588;
}
</style>