Shades of Endeavour #215598
Tints of Endeavour #215598
RGB
CMYK
RGB Variations
Color information
#215598 (or 0x215598) is known color: Endeavour. HEX triplet: 21, 55 and 98. RGB value is (33,85,152). Sum of RGB (Red+Green+Blue) = 33+85+152=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #215598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215598 is #DEAA67. Grayscale: #4C4C4C. Windows color (decimal): -14592616 or 9983265. OLE color: 9983265.
HSL color Cylindrical-coordinate representation of color #215598: hue angle of 213.78º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215598 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 85 | 152 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.40 |
| HSL | 213.78º | 0.64% | 0.36% | - |
| HSV(B) | 213.78º | 0.78% | 0.6% | - |
| XYZ | 9.54 | 9.09 | 30.96 | - |
| YUV | 77.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 152 | 0.78 | 0.44 | 0 | 0.40 | 213.78 | 0.64 | 0.36 |
| Hex | 21 | 55 | 98 | 4E | 2C | 0 | 28 | D6 | 40 | 24 |
| Octal | 41 | 125 | 230 | 116 | 54 | 0 | 50 | 326 | 100 | 44 |
| Binary | 100001 | 1010101 | 10011000 | 1001110 | 101100 | 0 | 101000 | 11010110 | 1000000 | 100100 |
Color Harmonies of #215598
Complementary color
Monochromatic Colors of #215598
Black with #215598
Text Example
Text Example
White with #215598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215598; }
p { color: rgb(33,85,152); }
H1.HeaderClassName
{
color: #215598;
}
.AnyTagClassName
{
color: #215598;
}
</style>
background-color css
<style>
a { background-color: #215598; }
a { background-color: rgb(33,85,152); }
div.DivClassName
{
background-color: #215598;
}
.BgClassName
{
background-color: #215598;
}
</style>
border-color css
<style>
span { border-color: #215598; }
span { border-color: rgb(33,85,152); }
td.TdClassName
{
border-color: #215598;
}
.TagClassName
{
border-color: #215598;
}
</style>