Shades of Endeavour #285186
Tints of Endeavour #285186
RGB
CMYK
RGB Variations
Color information
#285186 (or 0x285186) is known color: Endeavour. HEX triplet: 28, 51 and 86. RGB value is (40,81,134). Sum of RGB (Red+Green+Blue) = 40+81+134=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #285186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285186 is #D7AE79. Grayscale: #4A4A4A. Windows color (decimal): -14134906 or 8802600. OLE color: 8802600.
HSL color Cylindrical-coordinate representation of color #285186: hue angle of 213.83º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285186 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 81 | 134 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.47 |
| HSL | 213.83º | 0.54% | 0.34% | - |
| HSV(B) | 213.83º | 0.7% | 0.53% | - |
| XYZ | 8.12 | 8.06 | 23.68 | - |
| YUV | 74.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 134 | 0.70 | 0.40 | 0 | 0.47 | 213.83 | 0.54 | 0.34 |
| Hex | 28 | 51 | 86 | 46 | 28 | 0 | 2F | D6 | 36 | 22 |
| Octal | 50 | 121 | 206 | 106 | 50 | 0 | 57 | 326 | 66 | 42 |
| Binary | 101000 | 1010001 | 10000110 | 1000110 | 101000 | 0 | 101111 | 11010110 | 110110 | 100010 |
Color Harmonies of #285186
Complementary color
Monochromatic Colors of #285186
Black with #285186
Text Example
Text Example
White with #285186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285186; }
p { color: rgb(40,81,134); }
H1.HeaderClassName
{
color: #285186;
}
.AnyTagClassName
{
color: #285186;
}
</style>
background-color css
<style>
a { background-color: #285186; }
a { background-color: rgb(40,81,134); }
div.DivClassName
{
background-color: #285186;
}
.BgClassName
{
background-color: #285186;
}
</style>
border-color css
<style>
span { border-color: #285186; }
span { border-color: rgb(40,81,134); }
td.TdClassName
{
border-color: #285186;
}
.TagClassName
{
border-color: #285186;
}
</style>