Shades of Endeavour #24558D
Tints of Endeavour #24558D
RGB
CMYK
RGB Variations
Color information
#24558D (or 0x24558D) is known color: Endeavour. HEX triplet: 24, 55 and 8D. RGB value is (36,85,141). Sum of RGB (Red+Green+Blue) = 36+85+141=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #24558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24558D is #DBAA72. Grayscale: #4C4C4C. Windows color (decimal): -14396019 or 9262372. OLE color: 9262372.
HSL color Cylindrical-coordinate representation of color #24558D: hue angle of 212º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24558D is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 85 | 141 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.45 |
| HSL | 212º | 0.59% | 0.35% | - |
| HSV(B) | 212º | 0.74% | 0.55% | - |
| XYZ | 8.78 | 8.8 | 26.43 | - |
| YUV | 76.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 141 | 0.74 | 0.40 | 0 | 0.45 | 212 | 0.59 | 0.35 |
| Hex | 24 | 55 | 8D | 4A | 28 | 0 | 2D | D4 | 3B | 23 |
| Octal | 44 | 125 | 215 | 112 | 50 | 0 | 55 | 324 | 73 | 43 |
| Binary | 100100 | 1010101 | 10001101 | 1001010 | 101000 | 0 | 101101 | 11010100 | 111011 | 100011 |
Color Harmonies of #24558D
Complementary color
Monochromatic Colors of #24558D
Black with #24558D
Text Example
Text Example
White with #24558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24558D; }
p { color: rgb(36,85,141); }
H1.HeaderClassName
{
color: #24558D;
}
.AnyTagClassName
{
color: #24558D;
}
</style>
background-color css
<style>
a { background-color: #24558D; }
a { background-color: rgb(36,85,141); }
div.DivClassName
{
background-color: #24558D;
}
.BgClassName
{
background-color: #24558D;
}
</style>
border-color css
<style>
span { border-color: #24558D; }
span { border-color: rgb(36,85,141); }
td.TdClassName
{
border-color: #24558D;
}
.TagClassName
{
border-color: #24558D;
}
</style>