Shades of Endeavour #286592
Tints of Endeavour #286592
RGB
CMYK
RGB Variations
Color information
#286592 (or 0x286592) is known color: Endeavour. HEX triplet: 28, 65 and 92. RGB value is (40,101,146). Sum of RGB (Red+Green+Blue) = 40+101+146=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #286592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286592 is #D79A6D. Grayscale: #575757. Windows color (decimal): -14129774 or 9594152. OLE color: 9594152.
HSL color Cylindrical-coordinate representation of color #286592: hue angle of 205.47º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286592 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 101 | 146 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.43 |
| HSL | 205.47º | 0.57% | 0.36% | - |
| HSV(B) | 205.47º | 0.73% | 0.57% | - |
| XYZ | 10.72 | 11.83 | 28.91 | - |
| YUV | 87.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 146 | 0.73 | 0.31 | 0 | 0.43 | 205.47 | 0.57 | 0.36 |
| Hex | 28 | 65 | 92 | 49 | 1F | 0 | 2B | CD | 39 | 24 |
| Octal | 50 | 145 | 222 | 111 | 37 | 0 | 53 | 315 | 71 | 44 |
| Binary | 101000 | 1100101 | 10010010 | 1001001 | 11111 | 0 | 101011 | 11001101 | 111001 | 100100 |
Color Harmonies of #286592
Complementary color
Monochromatic Colors of #286592
Black with #286592
Text Example
Text Example
White with #286592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286592; }
p { color: rgb(40,101,146); }
H1.HeaderClassName
{
color: #286592;
}
.AnyTagClassName
{
color: #286592;
}
</style>
background-color css
<style>
a { background-color: #286592; }
a { background-color: rgb(40,101,146); }
div.DivClassName
{
background-color: #286592;
}
.BgClassName
{
background-color: #286592;
}
</style>
border-color css
<style>
span { border-color: #286592; }
span { border-color: rgb(40,101,146); }
td.TdClassName
{
border-color: #286592;
}
.TagClassName
{
border-color: #286592;
}
</style>