Shades of Endeavour #28518E
Tints of Endeavour #28518E
RGB
CMYK
RGB Variations
Color information
#28518E (or 0x28518E) is known color: Endeavour. HEX triplet: 28, 51 and 8E. RGB value is (40,81,142). Sum of RGB (Red+Green+Blue) = 40+81+142=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #28518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28518E is #D7AE71. Grayscale: #4B4B4B. Windows color (decimal): -14134898 or 9326888. OLE color: 9326888.
HSL color Cylindrical-coordinate representation of color #28518E: hue angle of 215.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28518E is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 81 | 142 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.44 |
| HSL | 215.88º | 0.56% | 0.36% | - |
| HSV(B) | 215.88º | 0.72% | 0.56% | - |
| XYZ | 8.7 | 8.29 | 26.73 | - |
| YUV | 75.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 142 | 0.72 | 0.43 | 0 | 0.44 | 215.88 | 0.56 | 0.36 |
| Hex | 28 | 51 | 8E | 48 | 2B | 0 | 2C | D8 | 38 | 24 |
| Octal | 50 | 121 | 216 | 110 | 53 | 0 | 54 | 330 | 70 | 44 |
| Binary | 101000 | 1010001 | 10001110 | 1001000 | 101011 | 0 | 101100 | 11011000 | 111000 | 100100 |
Color Harmonies of #28518E
Complementary color
Monochromatic Colors of #28518E
Black with #28518E
Text Example
Text Example
White with #28518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28518E; }
p { color: rgb(40,81,142); }
H1.HeaderClassName
{
color: #28518E;
}
.AnyTagClassName
{
color: #28518E;
}
</style>
background-color css
<style>
a { background-color: #28518E; }
a { background-color: rgb(40,81,142); }
div.DivClassName
{
background-color: #28518E;
}
.BgClassName
{
background-color: #28518E;
}
</style>
border-color css
<style>
span { border-color: #28518E; }
span { border-color: rgb(40,81,142); }
td.TdClassName
{
border-color: #28518E;
}
.TagClassName
{
border-color: #28518E;
}
</style>