Shades of Endeavour #286098
Tints of Endeavour #286098
RGB
CMYK
RGB Variations
Color information
#286098 (or 0x286098) is known color: Endeavour. HEX triplet: 28, 60 and 98. RGB value is (40,96,152). Sum of RGB (Red+Green+Blue) = 40+96+152=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #286098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286098 is #D79F67. Grayscale: #555555. Windows color (decimal): -14131048 or 9986088. OLE color: 9986088.
HSL color Cylindrical-coordinate representation of color #286098: hue angle of 210º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286098 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 96 | 152 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.40 |
| HSL | 210º | 0.58% | 0.38% | - |
| HSV(B) | 210º | 0.74% | 0.6% | - |
| XYZ | 10.73 | 11.08 | 31.28 | - |
| YUV | 85.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 152 | 0.74 | 0.37 | 0 | 0.40 | 210 | 0.58 | 0.38 |
| Hex | 28 | 60 | 98 | 4A | 25 | 0 | 28 | D2 | 3A | 26 |
| Octal | 50 | 140 | 230 | 112 | 45 | 0 | 50 | 322 | 72 | 46 |
| Binary | 101000 | 1100000 | 10011000 | 1001010 | 100101 | 0 | 101000 | 11010010 | 111010 | 100110 |
Color Harmonies of #286098
Complementary color
Monochromatic Colors of #286098
Black with #286098
Text Example
Text Example
White with #286098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286098; }
p { color: rgb(40,96,152); }
H1.HeaderClassName
{
color: #286098;
}
.AnyTagClassName
{
color: #286098;
}
</style>
background-color css
<style>
a { background-color: #286098; }
a { background-color: rgb(40,96,152); }
div.DivClassName
{
background-color: #286098;
}
.BgClassName
{
background-color: #286098;
}
</style>
border-color css
<style>
span { border-color: #286098; }
span { border-color: rgb(40,96,152); }
td.TdClassName
{
border-color: #286098;
}
.TagClassName
{
border-color: #286098;
}
</style>