Shades of Endeavour #285287
Tints of Endeavour #285287
RGB
CMYK
RGB Variations
Color information
#285287 (or 0x285287) is known color: Endeavour. HEX triplet: 28, 52 and 87. RGB value is (40,82,135). Sum of RGB (Red+Green+Blue) = 40+82+135=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #285287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285287 is #D7AD78. Grayscale: #4B4B4B. Windows color (decimal): -14134649 or 8868392. OLE color: 8868392.
HSL color Cylindrical-coordinate representation of color #285287: hue angle of 213.47º 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 #285287 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 82 | 135 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.47 |
| HSL | 213.47º | 0.54% | 0.34% | - |
| HSV(B) | 213.47º | 0.7% | 0.53% | - |
| XYZ | 8.27 | 8.23 | 24.08 | - |
| YUV | 75.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 135 | 0.70 | 0.39 | 0 | 0.47 | 213.47 | 0.54 | 0.34 |
| Hex | 28 | 52 | 87 | 46 | 27 | 0 | 2F | D5 | 36 | 22 |
| Octal | 50 | 122 | 207 | 106 | 47 | 0 | 57 | 325 | 66 | 42 |
| Binary | 101000 | 1010010 | 10000111 | 1000110 | 100111 | 0 | 101111 | 11010101 | 110110 | 100010 |
Color Harmonies of #285287
Complementary color
Monochromatic Colors of #285287
Black with #285287
Text Example
Text Example
White with #285287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285287; }
p { color: rgb(40,82,135); }
H1.HeaderClassName
{
color: #285287;
}
.AnyTagClassName
{
color: #285287;
}
</style>
background-color css
<style>
a { background-color: #285287; }
a { background-color: rgb(40,82,135); }
div.DivClassName
{
background-color: #285287;
}
.BgClassName
{
background-color: #285287;
}
</style>
border-color css
<style>
span { border-color: #285287; }
span { border-color: rgb(40,82,135); }
td.TdClassName
{
border-color: #285287;
}
.TagClassName
{
border-color: #285287;
}
</style>