Shades of Endeavour #286495
Tints of Endeavour #286495
RGB
CMYK
RGB Variations
Color information
#286495 (or 0x286495) is known color: Endeavour. HEX triplet: 28, 64 and 95. RGB value is (40,100,149). Sum of RGB (Red+Green+Blue) = 40+100+149=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #286495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286495 is #D79B6A. Grayscale: #575757. Windows color (decimal): -14130027 or 9790504. OLE color: 9790504.
HSL color Cylindrical-coordinate representation of color #286495: hue angle of 206.97º 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 #286495 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 100 | 149 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.42 |
| HSL | 206.97º | 0.58% | 0.37% | - |
| HSV(B) | 206.97º | 0.73% | 0.58% | - |
| XYZ | 10.86 | 11.74 | 30.13 | - |
| YUV | 87.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 149 | 0.73 | 0.33 | 0 | 0.42 | 206.97 | 0.58 | 0.37 |
| Hex | 28 | 64 | 95 | 49 | 21 | 0 | 2A | CF | 3A | 25 |
| Octal | 50 | 144 | 225 | 111 | 41 | 0 | 52 | 317 | 72 | 45 |
| Binary | 101000 | 1100100 | 10010101 | 1001001 | 100001 | 0 | 101010 | 11001111 | 111010 | 100101 |
Color Harmonies of #286495
Complementary color
Monochromatic Colors of #286495
Black with #286495
Text Example
Text Example
White with #286495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286495; }
p { color: rgb(40,100,149); }
H1.HeaderClassName
{
color: #286495;
}
.AnyTagClassName
{
color: #286495;
}
</style>
background-color css
<style>
a { background-color: #286495; }
a { background-color: rgb(40,100,149); }
div.DivClassName
{
background-color: #286495;
}
.BgClassName
{
background-color: #286495;
}
</style>
border-color css
<style>
span { border-color: #286495; }
span { border-color: rgb(40,100,149); }
td.TdClassName
{
border-color: #286495;
}
.TagClassName
{
border-color: #286495;
}
</style>