Shades of Endeavour #285996
Tints of Endeavour #285996
RGB
CMYK
RGB Variations
Color information
#285996 (or 0x285996) is known color: Endeavour. HEX triplet: 28, 59 and 96. RGB value is (40,89,150). Sum of RGB (Red+Green+Blue) = 40+89+150=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #285996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285996 is #D7A669. Grayscale: #515151. Windows color (decimal): -14132842 or 9853224. OLE color: 9853224.
HSL color Cylindrical-coordinate representation of color #285996: hue angle of 213.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285996 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 89 | 150 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.41 |
| HSL | 213.27º | 0.58% | 0.37% | - |
| HSV(B) | 213.27º | 0.73% | 0.59% | - |
| XYZ | 9.95 | 9.8 | 30.22 | - |
| YUV | 81.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 150 | 0.73 | 0.41 | 0 | 0.41 | 213.27 | 0.58 | 0.37 |
| Hex | 28 | 59 | 96 | 49 | 29 | 0 | 29 | D5 | 3A | 25 |
| Octal | 50 | 131 | 226 | 111 | 51 | 0 | 51 | 325 | 72 | 45 |
| Binary | 101000 | 1011001 | 10010110 | 1001001 | 101001 | 0 | 101001 | 11010101 | 111010 | 100101 |
Color Harmonies of #285996
Complementary color
Monochromatic Colors of #285996
Black with #285996
Text Example
Text Example
White with #285996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285996; }
p { color: rgb(40,89,150); }
H1.HeaderClassName
{
color: #285996;
}
.AnyTagClassName
{
color: #285996;
}
</style>
background-color css
<style>
a { background-color: #285996; }
a { background-color: rgb(40,89,150); }
div.DivClassName
{
background-color: #285996;
}
.BgClassName
{
background-color: #285996;
}
</style>
border-color css
<style>
span { border-color: #285996; }
span { border-color: rgb(40,89,150); }
td.TdClassName
{
border-color: #285996;
}
.TagClassName
{
border-color: #285996;
}
</style>