Shades of Endeavour #24558F
Tints of Endeavour #24558F
RGB
CMYK
RGB Variations
Color information
#24558F (or 0x24558F) is known color: Endeavour. HEX triplet: 24, 55 and 8F. RGB value is (36,85,143). Sum of RGB (Red+Green+Blue) = 36+85+143=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #24558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24558F is #DBAA70. Grayscale: #4C4C4C. Windows color (decimal): -14396017 or 9393444. OLE color: 9393444.
HSL color Cylindrical-coordinate representation of color #24558F: hue angle of 212.52º 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 #24558F is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 85 | 143 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.44 |
| HSL | 212.52º | 0.6% | 0.35% | - |
| HSV(B) | 212.52º | 0.75% | 0.56% | - |
| XYZ | 8.93 | 8.86 | 27.22 | - |
| YUV | 76.96 | 165.27 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 143 | 0.75 | 0.41 | 0 | 0.44 | 212.52 | 0.6 | 0.35 |
| Hex | 24 | 55 | 8F | 4B | 29 | 0 | 2C | D5 | 3C | 23 |
| Octal | 44 | 125 | 217 | 113 | 51 | 0 | 54 | 325 | 74 | 43 |
| Binary | 100100 | 1010101 | 10001111 | 1001011 | 101001 | 0 | 101100 | 11010101 | 111100 | 100011 |
Color Harmonies of #24558F
Complementary color
Monochromatic Colors of #24558F
Black with #24558F
Text Example
Text Example
White with #24558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24558F; }
p { color: rgb(36,85,143); }
H1.HeaderClassName
{
color: #24558F;
}
.AnyTagClassName
{
color: #24558F;
}
</style>
background-color css
<style>
a { background-color: #24558F; }
a { background-color: rgb(36,85,143); }
div.DivClassName
{
background-color: #24558F;
}
.BgClassName
{
background-color: #24558F;
}
</style>
border-color css
<style>
span { border-color: #24558F; }
span { border-color: rgb(36,85,143); }
td.TdClassName
{
border-color: #24558F;
}
.TagClassName
{
border-color: #24558F;
}
</style>