Shades of Endeavour #286294
Tints of Endeavour #286294
RGB
CMYK
RGB Variations
Color information
#286294 (or 0x286294) is known color: Endeavour. HEX triplet: 28, 62 and 94. RGB value is (40,98,148). Sum of RGB (Red+Green+Blue) = 40+98+148=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #286294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286294 is #D79D6B. Grayscale: #565656. Windows color (decimal): -14130540 or 9724456. OLE color: 9724456.
HSL color Cylindrical-coordinate representation of color #286294: hue angle of 207.78º degrees, saturation: 0.57, 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 #286294 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 98 | 148 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.42 |
| HSL | 207.78º | 0.57% | 0.37% | - |
| HSV(B) | 207.78º | 0.73% | 0.58% | - |
| XYZ | 10.59 | 11.32 | 29.64 | - |
| YUV | 86.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 148 | 0.73 | 0.34 | 0 | 0.42 | 207.78 | 0.57 | 0.37 |
| Hex | 28 | 62 | 94 | 49 | 22 | 0 | 2A | D0 | 39 | 25 |
| Octal | 50 | 142 | 224 | 111 | 42 | 0 | 52 | 320 | 71 | 45 |
| Binary | 101000 | 1100010 | 10010100 | 1001001 | 100010 | 0 | 101010 | 11010000 | 111001 | 100101 |
Color Harmonies of #286294
Complementary color
Monochromatic Colors of #286294
Black with #286294
Text Example
Text Example
White with #286294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286294; }
p { color: rgb(40,98,148); }
H1.HeaderClassName
{
color: #286294;
}
.AnyTagClassName
{
color: #286294;
}
</style>
background-color css
<style>
a { background-color: #286294; }
a { background-color: rgb(40,98,148); }
div.DivClassName
{
background-color: #286294;
}
.BgClassName
{
background-color: #286294;
}
</style>
border-color css
<style>
span { border-color: #286294; }
span { border-color: rgb(40,98,148); }
td.TdClassName
{
border-color: #286294;
}
.TagClassName
{
border-color: #286294;
}
</style>