Shades of Endeavour #215799
Tints of Endeavour #215799
RGB
CMYK
RGB Variations
Color information
#215799 (or 0x215799) is known color: Endeavour. HEX triplet: 21, 57 and 99. RGB value is (33,87,153). Sum of RGB (Red+Green+Blue) = 33+87+153=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #215799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215799 is #DEA866. Grayscale: #4E4E4E. Windows color (decimal): -14592103 or 10049313. OLE color: 10049313.
HSL color Cylindrical-coordinate representation of color #215799: hue angle of 213º degrees, saturation: 0.65, 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 #215799 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 87 | 153 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.4 |
| HSL | 213º | 0.65% | 0.36% | - |
| HSV(B) | 213º | 0.78% | 0.6% | - |
| XYZ | 9.79 | 9.44 | 31.44 | - |
| YUV | 78.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 153 | 0.78 | 0.43 | 0 | 0.4 | 213 | 0.65 | 0.36 |
| Hex | 21 | 57 | 99 | 4E | 2B | 0 | 28 | D5 | 41 | 24 |
| Octal | 41 | 127 | 231 | 116 | 53 | 0 | 50 | 325 | 101 | 44 |
| Binary | 100001 | 1010111 | 10011001 | 1001110 | 101011 | 0 | 101000 | 11010101 | 1000001 | 100100 |
Color Harmonies of #215799
Complementary color
Monochromatic Colors of #215799
Black with #215799
Text Example
Text Example
White with #215799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215799; }
p { color: rgb(33,87,153); }
H1.HeaderClassName
{
color: #215799;
}
.AnyTagClassName
{
color: #215799;
}
</style>
background-color css
<style>
a { background-color: #215799; }
a { background-color: rgb(33,87,153); }
div.DivClassName
{
background-color: #215799;
}
.BgClassName
{
background-color: #215799;
}
</style>
border-color css
<style>
span { border-color: #215799; }
span { border-color: rgb(33,87,153); }
td.TdClassName
{
border-color: #215799;
}
.TagClassName
{
border-color: #215799;
}
</style>