Shades of Endeavour #285B86
Tints of Endeavour #285B86
RGB
CMYK
RGB Variations
Color information
#285B86 (or 0x285B86) is known color: Endeavour. HEX triplet: 28, 5B and 86. RGB value is (40,91,134). Sum of RGB (Red+Green+Blue) = 40+91+134=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #285B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B86 is #D7A479. Grayscale: #505050. Windows color (decimal): -14132346 or 8805160. OLE color: 8805160.
HSL color Cylindrical-coordinate representation of color #285B86: hue angle of 207.45º 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 #285B86 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 91 | 134 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.47 |
| HSL | 207.45º | 0.54% | 0.34% | - |
| HSV(B) | 207.45º | 0.7% | 0.53% | - |
| XYZ | 8.92 | 9.65 | 23.95 | - |
| YUV | 80.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 134 | 0.70 | 0.32 | 0 | 0.47 | 207.45 | 0.54 | 0.34 |
| Hex | 28 | 5B | 86 | 46 | 20 | 0 | 2F | CF | 36 | 22 |
| Octal | 50 | 133 | 206 | 106 | 40 | 0 | 57 | 317 | 66 | 42 |
| Binary | 101000 | 1011011 | 10000110 | 1000110 | 100000 | 0 | 101111 | 11001111 | 110110 | 100010 |
Color Harmonies of #285B86
Complementary color
Monochromatic Colors of #285B86
Black with #285B86
Text Example
Text Example
White with #285B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B86; }
p { color: rgb(40,91,134); }
H1.HeaderClassName
{
color: #285B86;
}
.AnyTagClassName
{
color: #285B86;
}
</style>
background-color css
<style>
a { background-color: #285B86; }
a { background-color: rgb(40,91,134); }
div.DivClassName
{
background-color: #285B86;
}
.BgClassName
{
background-color: #285B86;
}
</style>
border-color css
<style>
span { border-color: #285B86; }
span { border-color: rgb(40,91,134); }
td.TdClassName
{
border-color: #285B86;
}
.TagClassName
{
border-color: #285B86;
}
</style>