Shades of Endeavour #286195
Tints of Endeavour #286195
RGB
CMYK
RGB Variations
Color information
#286195 (or 0x286195) is known color: Endeavour. HEX triplet: 28, 61 and 95. RGB value is (40,97,149). Sum of RGB (Red+Green+Blue) = 40+97+149=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #286195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286195 is #D79E6A. Grayscale: #555555. Windows color (decimal): -14130795 or 9789736. OLE color: 9789736.
HSL color Cylindrical-coordinate representation of color #286195: hue angle of 208.62º 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 #286195 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 97 | 149 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.42 |
| HSL | 208.62º | 0.58% | 0.37% | - |
| HSV(B) | 208.62º | 0.73% | 0.58% | - |
| XYZ | 10.57 | 11.17 | 30.03 | - |
| YUV | 85.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 149 | 0.73 | 0.35 | 0 | 0.42 | 208.62 | 0.58 | 0.37 |
| Hex | 28 | 61 | 95 | 49 | 23 | 0 | 2A | D1 | 3A | 25 |
| Octal | 50 | 141 | 225 | 111 | 43 | 0 | 52 | 321 | 72 | 45 |
| Binary | 101000 | 1100001 | 10010101 | 1001001 | 100011 | 0 | 101010 | 11010001 | 111010 | 100101 |
Color Harmonies of #286195
Complementary color
Monochromatic Colors of #286195
Black with #286195
Text Example
Text Example
White with #286195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286195; }
p { color: rgb(40,97,149); }
H1.HeaderClassName
{
color: #286195;
}
.AnyTagClassName
{
color: #286195;
}
</style>
background-color css
<style>
a { background-color: #286195; }
a { background-color: rgb(40,97,149); }
div.DivClassName
{
background-color: #286195;
}
.BgClassName
{
background-color: #286195;
}
</style>
border-color css
<style>
span { border-color: #286195; }
span { border-color: rgb(40,97,149); }
td.TdClassName
{
border-color: #286195;
}
.TagClassName
{
border-color: #286195;
}
</style>