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