Shades of Endeavour #286395
Tints of Endeavour #286395
RGB
CMYK
RGB Variations
Color information
#286395 (or 0x286395) is known color: Endeavour. HEX triplet: 28, 63 and 95. RGB value is (40,99,149). Sum of RGB (Red+Green+Blue) = 40+99+149=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #286395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286395 is #D79C6A. Grayscale: #565656. Windows color (decimal): -14130283 or 9790248. OLE color: 9790248.
HSL color Cylindrical-coordinate representation of color #286395: hue angle of 207.52º 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 #286395 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 99 | 149 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.42 |
| HSL | 207.52º | 0.58% | 0.37% | - |
| HSV(B) | 207.52º | 0.73% | 0.58% | - |
| XYZ | 10.76 | 11.54 | 30.09 | - |
| YUV | 87.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 149 | 0.73 | 0.34 | 0 | 0.42 | 207.52 | 0.58 | 0.37 |
| Hex | 28 | 63 | 95 | 49 | 22 | 0 | 2A | D0 | 3A | 25 |
| Octal | 50 | 143 | 225 | 111 | 42 | 0 | 52 | 320 | 72 | 45 |
| Binary | 101000 | 1100011 | 10010101 | 1001001 | 100010 | 0 | 101010 | 11010000 | 111010 | 100101 |
Color Harmonies of #286395
Complementary color
Monochromatic Colors of #286395
Black with #286395
Text Example
Text Example
White with #286395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286395; }
p { color: rgb(40,99,149); }
H1.HeaderClassName
{
color: #286395;
}
.AnyTagClassName
{
color: #286395;
}
</style>
background-color css
<style>
a { background-color: #286395; }
a { background-color: rgb(40,99,149); }
div.DivClassName
{
background-color: #286395;
}
.BgClassName
{
background-color: #286395;
}
</style>
border-color css
<style>
span { border-color: #286395; }
span { border-color: rgb(40,99,149); }
td.TdClassName
{
border-color: #286395;
}
.TagClassName
{
border-color: #286395;
}
</style>