Shades of Endeavour #285A87
Tints of Endeavour #285A87
RGB
CMYK
RGB Variations
Color information
#285A87 (or 0x285A87) is known color: Endeavour. HEX triplet: 28, 5A and 87. RGB value is (40,90,135). Sum of RGB (Red+Green+Blue) = 40+90+135=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #285A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A87 is #D7A578. Grayscale: #4F4F4F. Windows color (decimal): -14132601 or 8870440. OLE color: 8870440.
HSL color Cylindrical-coordinate representation of color #285A87: hue angle of 208.42º 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 #285A87 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 90 | 135 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.47 |
| HSL | 208.42º | 0.54% | 0.34% | - |
| HSV(B) | 208.42º | 0.7% | 0.53% | - |
| XYZ | 8.9 | 9.51 | 24.29 | - |
| YUV | 80.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 135 | 0.70 | 0.33 | 0 | 0.47 | 208.42 | 0.54 | 0.34 |
| Hex | 28 | 5A | 87 | 46 | 21 | 0 | 2F | D0 | 36 | 22 |
| Octal | 50 | 132 | 207 | 106 | 41 | 0 | 57 | 320 | 66 | 42 |
| Binary | 101000 | 1011010 | 10000111 | 1000110 | 100001 | 0 | 101111 | 11010000 | 110110 | 100010 |
Color Harmonies of #285A87
Complementary color
Monochromatic Colors of #285A87
Black with #285A87
Text Example
Text Example
White with #285A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A87; }
p { color: rgb(40,90,135); }
H1.HeaderClassName
{
color: #285A87;
}
.AnyTagClassName
{
color: #285A87;
}
</style>
background-color css
<style>
a { background-color: #285A87; }
a { background-color: rgb(40,90,135); }
div.DivClassName
{
background-color: #285A87;
}
.BgClassName
{
background-color: #285A87;
}
</style>
border-color css
<style>
span { border-color: #285A87; }
span { border-color: rgb(40,90,135); }
td.TdClassName
{
border-color: #285A87;
}
.TagClassName
{
border-color: #285A87;
}
</style>