Shades of Endeavour #285B87
Tints of Endeavour #285B87
RGB
CMYK
RGB Variations
Color information
#285B87 (or 0x285B87) is known color: Endeavour. HEX triplet: 28, 5B and 87. RGB value is (40,91,135). Sum of RGB (Red+Green+Blue) = 40+91+135=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #285B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B87 is #D7A478. Grayscale: #505050. Windows color (decimal): -14132345 or 8870696. OLE color: 8870696.
HSL color Cylindrical-coordinate representation of color #285B87: hue angle of 207.79º 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 #285B87 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 91 | 135 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.47 |
| HSL | 207.79º | 0.54% | 0.34% | - |
| HSV(B) | 207.79º | 0.7% | 0.53% | - |
| XYZ | 8.99 | 9.68 | 24.32 | - |
| YUV | 80.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 135 | 0.70 | 0.33 | 0 | 0.47 | 207.79 | 0.54 | 0.34 |
| Hex | 28 | 5B | 87 | 46 | 21 | 0 | 2F | D0 | 36 | 22 |
| Octal | 50 | 133 | 207 | 106 | 41 | 0 | 57 | 320 | 66 | 42 |
| Binary | 101000 | 1011011 | 10000111 | 1000110 | 100001 | 0 | 101111 | 11010000 | 110110 | 100010 |
Color Harmonies of #285B87
Complementary color
Monochromatic Colors of #285B87
Black with #285B87
Text Example
Text Example
White with #285B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B87; }
p { color: rgb(40,91,135); }
H1.HeaderClassName
{
color: #285B87;
}
.AnyTagClassName
{
color: #285B87;
}
</style>
background-color css
<style>
a { background-color: #285B87; }
a { background-color: rgb(40,91,135); }
div.DivClassName
{
background-color: #285B87;
}
.BgClassName
{
background-color: #285B87;
}
</style>
border-color css
<style>
span { border-color: #285B87; }
span { border-color: rgb(40,91,135); }
td.TdClassName
{
border-color: #285B87;
}
.TagClassName
{
border-color: #285B87;
}
</style>