Shades of Endeavour #285995
Tints of Endeavour #285995
RGB
CMYK
RGB Variations
Color information
#285995 (or 0x285995) is known color: Endeavour. HEX triplet: 28, 59 and 95. RGB value is (40,89,149). Sum of RGB (Red+Green+Blue) = 40+89+149=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #285995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285995 is #D7A66A. Grayscale: #505050. Windows color (decimal): -14132843 or 9787688. OLE color: 9787688.
HSL color Cylindrical-coordinate representation of color #285995: hue angle of 213.03º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285995 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 89 | 149 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.42 |
| HSL | 213.03º | 0.58% | 0.37% | - |
| HSV(B) | 213.03º | 0.73% | 0.58% | - |
| XYZ | 9.87 | 9.77 | 29.8 | - |
| YUV | 81.19 | 166.27 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 149 | 0.73 | 0.40 | 0 | 0.42 | 213.03 | 0.58 | 0.37 |
| Hex | 28 | 59 | 95 | 49 | 28 | 0 | 2A | D5 | 3A | 25 |
| Octal | 50 | 131 | 225 | 111 | 50 | 0 | 52 | 325 | 72 | 45 |
| Binary | 101000 | 1011001 | 10010101 | 1001001 | 101000 | 0 | 101010 | 11010101 | 111010 | 100101 |
Color Harmonies of #285995
Complementary color
Monochromatic Colors of #285995
Black with #285995
Text Example
Text Example
White with #285995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285995; }
p { color: rgb(40,89,149); }
H1.HeaderClassName
{
color: #285995;
}
.AnyTagClassName
{
color: #285995;
}
</style>
background-color css
<style>
a { background-color: #285995; }
a { background-color: rgb(40,89,149); }
div.DivClassName
{
background-color: #285995;
}
.BgClassName
{
background-color: #285995;
}
</style>
border-color css
<style>
span { border-color: #285995; }
span { border-color: rgb(40,89,149); }
td.TdClassName
{
border-color: #285995;
}
.TagClassName
{
border-color: #285995;
}
</style>