Shades of Endeavour #285797
Tints of Endeavour #285797
RGB
CMYK
RGB Variations
Color information
#285797 (or 0x285797) is known color: Endeavour. HEX triplet: 28, 57 and 97. RGB value is (40,87,151). Sum of RGB (Red+Green+Blue) = 40+87+151=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #285797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285797 is #D7A868. Grayscale: #4F4F4F. Windows color (decimal): -14133353 or 9918248. OLE color: 9918248.
HSL color Cylindrical-coordinate representation of color #285797: hue angle of 214.59º 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 #285797 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 87 | 151 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.41 |
| HSL | 214.59º | 0.58% | 0.37% | - |
| HSV(B) | 214.59º | 0.74% | 0.59% | - |
| XYZ | 9.87 | 9.5 | 30.59 | - |
| YUV | 80.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 151 | 0.74 | 0.42 | 0 | 0.41 | 214.59 | 0.58 | 0.37 |
| Hex | 28 | 57 | 97 | 4A | 2A | 0 | 29 | D7 | 3A | 25 |
| Octal | 50 | 127 | 227 | 112 | 52 | 0 | 51 | 327 | 72 | 45 |
| Binary | 101000 | 1010111 | 10010111 | 1001010 | 101010 | 0 | 101001 | 11010111 | 111010 | 100101 |
Color Harmonies of #285797
Complementary color
Monochromatic Colors of #285797
Black with #285797
Text Example
Text Example
White with #285797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285797; }
p { color: rgb(40,87,151); }
H1.HeaderClassName
{
color: #285797;
}
.AnyTagClassName
{
color: #285797;
}
</style>
background-color css
<style>
a { background-color: #285797; }
a { background-color: rgb(40,87,151); }
div.DivClassName
{
background-color: #285797;
}
.BgClassName
{
background-color: #285797;
}
</style>
border-color css
<style>
span { border-color: #285797; }
span { border-color: rgb(40,87,151); }
td.TdClassName
{
border-color: #285797;
}
.TagClassName
{
border-color: #285797;
}
</style>