Shades of Endeavour #24518E
Tints of Endeavour #24518E
RGB
CMYK
RGB Variations
Color information
#24518E (or 0x24518E) is known color: Endeavour. HEX triplet: 24, 51 and 8E. RGB value is (36,81,142). Sum of RGB (Red+Green+Blue) = 36+81+142=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #24518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24518E is #DBAE71. Grayscale: #4A4A4A. Windows color (decimal): -14397042 or 9326884. OLE color: 9326884.
HSL color Cylindrical-coordinate representation of color #24518E: hue angle of 214.53º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24518E is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 81 | 142 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.44 |
| HSL | 214.53º | 0.6% | 0.35% | - |
| HSV(B) | 214.53º | 0.75% | 0.56% | - |
| XYZ | 8.55 | 8.21 | 26.73 | - |
| YUV | 74.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 142 | 0.75 | 0.43 | 0 | 0.44 | 214.53 | 0.6 | 0.35 |
| Hex | 24 | 51 | 8E | 4B | 2B | 0 | 2C | D7 | 3C | 23 |
| Octal | 44 | 121 | 216 | 113 | 53 | 0 | 54 | 327 | 74 | 43 |
| Binary | 100100 | 1010001 | 10001110 | 1001011 | 101011 | 0 | 101100 | 11010111 | 111100 | 100011 |
Color Harmonies of #24518E
Complementary color
Monochromatic Colors of #24518E
Black with #24518E
Text Example
Text Example
White with #24518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24518E; }
p { color: rgb(36,81,142); }
H1.HeaderClassName
{
color: #24518E;
}
.AnyTagClassName
{
color: #24518E;
}
</style>
background-color css
<style>
a { background-color: #24518E; }
a { background-color: rgb(36,81,142); }
div.DivClassName
{
background-color: #24518E;
}
.BgClassName
{
background-color: #24518E;
}
</style>
border-color css
<style>
span { border-color: #24518E; }
span { border-color: rgb(36,81,142); }
td.TdClassName
{
border-color: #24518E;
}
.TagClassName
{
border-color: #24518E;
}
</style>