Shades of Endeavour #24618E
Tints of Endeavour #24618E
RGB
CMYK
RGB Variations
Color information
#24618E (or 0x24618E) is known color: Endeavour. HEX triplet: 24, 61 and 8E. RGB value is (36,97,142). Sum of RGB (Red+Green+Blue) = 36+97+142=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #24618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24618E is #DB9E71. Grayscale: #535353. Windows color (decimal): -14392946 or 9330980. OLE color: 9330980.
HSL color Cylindrical-coordinate representation of color #24618E: hue angle of 205.47º 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 #24618E is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 97 | 142 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.44 |
| HSL | 205.47º | 0.6% | 0.35% | - |
| HSV(B) | 205.47º | 0.75% | 0.56% | - |
| XYZ | 9.88 | 10.88 | 27.17 | - |
| YUV | 83.89 | 160.79 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 142 | 0.75 | 0.32 | 0 | 0.44 | 205.47 | 0.6 | 0.35 |
| Hex | 24 | 61 | 8E | 4B | 20 | 0 | 2C | CD | 3C | 23 |
| Octal | 44 | 141 | 216 | 113 | 40 | 0 | 54 | 315 | 74 | 43 |
| Binary | 100100 | 1100001 | 10001110 | 1001011 | 100000 | 0 | 101100 | 11001101 | 111100 | 100011 |
Color Harmonies of #24618E
Complementary color
Monochromatic Colors of #24618E
Black with #24618E
Text Example
Text Example
White with #24618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24618E; }
p { color: rgb(36,97,142); }
H1.HeaderClassName
{
color: #24618E;
}
.AnyTagClassName
{
color: #24618E;
}
</style>
background-color css
<style>
a { background-color: #24618E; }
a { background-color: rgb(36,97,142); }
div.DivClassName
{
background-color: #24618E;
}
.BgClassName
{
background-color: #24618E;
}
</style>
border-color css
<style>
span { border-color: #24618E; }
span { border-color: rgb(36,97,142); }
td.TdClassName
{
border-color: #24618E;
}
.TagClassName
{
border-color: #24618E;
}
</style>