Shades of Endeavour #285487
Tints of Endeavour #285487
RGB
CMYK
RGB Variations
Color information
#285487 (or 0x285487) is known color: Endeavour. HEX triplet: 28, 54 and 87. RGB value is (40,84,135). Sum of RGB (Red+Green+Blue) = 40+84+135=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #285487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285487 is #D7AB78. Grayscale: #4C4C4C. Windows color (decimal): -14134137 or 8868904. OLE color: 8868904.
HSL color Cylindrical-coordinate representation of color #285487: hue angle of 212.21º 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 #285487 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 84 | 135 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.47 |
| HSL | 212.21º | 0.54% | 0.34% | - |
| HSV(B) | 212.21º | 0.7% | 0.53% | - |
| XYZ | 8.42 | 8.54 | 24.13 | - |
| YUV | 76.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 135 | 0.70 | 0.38 | 0 | 0.47 | 212.21 | 0.54 | 0.34 |
| Hex | 28 | 54 | 87 | 46 | 26 | 0 | 2F | D4 | 36 | 22 |
| Octal | 50 | 124 | 207 | 106 | 46 | 0 | 57 | 324 | 66 | 42 |
| Binary | 101000 | 1010100 | 10000111 | 1000110 | 100110 | 0 | 101111 | 11010100 | 110110 | 100010 |
Color Harmonies of #285487
Complementary color
Monochromatic Colors of #285487
Black with #285487
Text Example
Text Example
White with #285487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285487; }
p { color: rgb(40,84,135); }
H1.HeaderClassName
{
color: #285487;
}
.AnyTagClassName
{
color: #285487;
}
</style>
background-color css
<style>
a { background-color: #285487; }
a { background-color: rgb(40,84,135); }
div.DivClassName
{
background-color: #285487;
}
.BgClassName
{
background-color: #285487;
}
</style>
border-color css
<style>
span { border-color: #285487; }
span { border-color: rgb(40,84,135); }
td.TdClassName
{
border-color: #285487;
}
.TagClassName
{
border-color: #285487;
}
</style>