Shades of Endeavour #24568D
Tints of Endeavour #24568D
RGB
CMYK
RGB Variations
Color information
#24568D (or 0x24568D) is known color: Endeavour. HEX triplet: 24, 56 and 8D. RGB value is (36,86,141). Sum of RGB (Red+Green+Blue) = 36+86+141=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #24568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24568D is #DBA972. Grayscale: #4D4D4D. Windows color (decimal): -14395763 or 9262628. OLE color: 9262628.
HSL color Cylindrical-coordinate representation of color #24568D: hue angle of 211.43º 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 #24568D is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 86 | 141 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.45 |
| HSL | 211.43º | 0.59% | 0.35% | - |
| HSV(B) | 211.43º | 0.74% | 0.55% | - |
| XYZ | 8.86 | 8.95 | 26.46 | - |
| YUV | 77.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 141 | 0.74 | 0.39 | 0 | 0.45 | 211.43 | 0.59 | 0.35 |
| Hex | 24 | 56 | 8D | 4A | 27 | 0 | 2D | D3 | 3B | 23 |
| Octal | 44 | 126 | 215 | 112 | 47 | 0 | 55 | 323 | 73 | 43 |
| Binary | 100100 | 1010110 | 10001101 | 1001010 | 100111 | 0 | 101101 | 11010011 | 111011 | 100011 |
Color Harmonies of #24568D
Complementary color
Monochromatic Colors of #24568D
Black with #24568D
Text Example
Text Example
White with #24568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24568D; }
p { color: rgb(36,86,141); }
H1.HeaderClassName
{
color: #24568D;
}
.AnyTagClassName
{
color: #24568D;
}
</style>
background-color css
<style>
a { background-color: #24568D; }
a { background-color: rgb(36,86,141); }
div.DivClassName
{
background-color: #24568D;
}
.BgClassName
{
background-color: #24568D;
}
</style>
border-color css
<style>
span { border-color: #24568D; }
span { border-color: rgb(36,86,141); }
td.TdClassName
{
border-color: #24568D;
}
.TagClassName
{
border-color: #24568D;
}
</style>