Shades of Endeavour #24578A
Tints of Endeavour #24578A
RGB
CMYK
RGB Variations
Color information
#24578A (or 0x24578A) is known color: Endeavour. HEX triplet: 24, 57 and 8A. RGB value is (36,87,138). Sum of RGB (Red+Green+Blue) = 36+87+138=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #24578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24578A is #DBA875. Grayscale: #4D4D4D. Windows color (decimal): -14395510 or 9066276. OLE color: 9066276.
HSL color Cylindrical-coordinate representation of color #24578A: hue angle of 210º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24578A is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 87 | 138 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.46 |
| HSL | 210º | 0.59% | 0.34% | - |
| HSV(B) | 210º | 0.74% | 0.54% | - |
| XYZ | 8.72 | 9.03 | 25.33 | - |
| YUV | 77.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 138 | 0.74 | 0.37 | 0 | 0.46 | 210 | 0.59 | 0.34 |
| Hex | 24 | 57 | 8A | 4A | 25 | 0 | 2E | D2 | 3B | 22 |
| Octal | 44 | 127 | 212 | 112 | 45 | 0 | 56 | 322 | 73 | 42 |
| Binary | 100100 | 1010111 | 10001010 | 1001010 | 100101 | 0 | 101110 | 11010010 | 111011 | 100010 |
Color Harmonies of #24578A
Complementary color
Monochromatic Colors of #24578A
Black with #24578A
Text Example
Text Example
White with #24578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24578A; }
p { color: rgb(36,87,138); }
H1.HeaderClassName
{
color: #24578A;
}
.AnyTagClassName
{
color: #24578A;
}
</style>
background-color css
<style>
a { background-color: #24578A; }
a { background-color: rgb(36,87,138); }
div.DivClassName
{
background-color: #24578A;
}
.BgClassName
{
background-color: #24578A;
}
</style>
border-color css
<style>
span { border-color: #24578A; }
span { border-color: rgb(36,87,138); }
td.TdClassName
{
border-color: #24578A;
}
.TagClassName
{
border-color: #24578A;
}
</style>