Shades of Endeavour #286591
Tints of Endeavour #286591
RGB
CMYK
RGB Variations
Color information
#286591 (or 0x286591) is known color: Endeavour. HEX triplet: 28, 65 and 91. RGB value is (40,101,145). Sum of RGB (Red+Green+Blue) = 40+101+145=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #286591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286591 is #D79A6E. Grayscale: #575757. Windows color (decimal): -14129775 or 9528616. OLE color: 9528616.
HSL color Cylindrical-coordinate representation of color #286591: hue angle of 205.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286591 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 101 | 145 | - |
| CMYK | 0.72 | 0.30 | 0 | 0.43 |
| HSL | 205.14º | 0.57% | 0.36% | - |
| HSV(B) | 205.14º | 0.72% | 0.57% | - |
| XYZ | 10.64 | 11.8 | 28.51 | - |
| YUV | 87.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 145 | 0.72 | 0.30 | 0 | 0.43 | 205.14 | 0.57 | 0.36 |
| Hex | 28 | 65 | 91 | 48 | 1E | 0 | 2B | CD | 39 | 24 |
| Octal | 50 | 145 | 221 | 110 | 36 | 0 | 53 | 315 | 71 | 44 |
| Binary | 101000 | 1100101 | 10010001 | 1001000 | 11110 | 0 | 101011 | 11001101 | 111001 | 100100 |
Color Harmonies of #286591
Complementary color
Monochromatic Colors of #286591
Black with #286591
Text Example
Text Example
White with #286591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286591; }
p { color: rgb(40,101,145); }
H1.HeaderClassName
{
color: #286591;
}
.AnyTagClassName
{
color: #286591;
}
</style>
background-color css
<style>
a { background-color: #286591; }
a { background-color: rgb(40,101,145); }
div.DivClassName
{
background-color: #286591;
}
.BgClassName
{
background-color: #286591;
}
</style>
border-color css
<style>
span { border-color: #286591; }
span { border-color: rgb(40,101,145); }
td.TdClassName
{
border-color: #286591;
}
.TagClassName
{
border-color: #286591;
}
</style>