Shades of Endeavour #285997
Tints of Endeavour #285997
RGB
CMYK
RGB Variations
Color information
#285997 (or 0x285997) is known color: Endeavour. HEX triplet: 28, 59 and 97. RGB value is (40,89,151). Sum of RGB (Red+Green+Blue) = 40+89+151=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #285997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285997 is #D7A668. Grayscale: #515151. Windows color (decimal): -14132841 or 9918760. OLE color: 9918760.
HSL color Cylindrical-coordinate representation of color #285997: hue angle of 213.51º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285997 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 89 | 151 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.41 |
| HSL | 213.51º | 0.58% | 0.37% | - |
| HSV(B) | 213.51º | 0.74% | 0.59% | - |
| XYZ | 10.03 | 9.83 | 30.65 | - |
| YUV | 81.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 151 | 0.74 | 0.41 | 0 | 0.41 | 213.51 | 0.58 | 0.37 |
| Hex | 28 | 59 | 97 | 4A | 29 | 0 | 29 | D6 | 3A | 25 |
| Octal | 50 | 131 | 227 | 112 | 51 | 0 | 51 | 326 | 72 | 45 |
| Binary | 101000 | 1011001 | 10010111 | 1001010 | 101001 | 0 | 101001 | 11010110 | 111010 | 100101 |
Color Harmonies of #285997
Complementary color
Monochromatic Colors of #285997
Black with #285997
Text Example
Text Example
White with #285997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285997; }
p { color: rgb(40,89,151); }
H1.HeaderClassName
{
color: #285997;
}
.AnyTagClassName
{
color: #285997;
}
</style>
background-color css
<style>
a { background-color: #285997; }
a { background-color: rgb(40,89,151); }
div.DivClassName
{
background-color: #285997;
}
.BgClassName
{
background-color: #285997;
}
</style>
border-color css
<style>
span { border-color: #285997; }
span { border-color: rgb(40,89,151); }
td.TdClassName
{
border-color: #285997;
}
.TagClassName
{
border-color: #285997;
}
</style>