Shades of Endeavour #24569C
Tints of Endeavour #24569C
RGB
CMYK
RGB Variations
Color information
#24569C (or 0x24569C) is known color: Endeavour. HEX triplet: 24, 56 and 9C. RGB value is (36,86,156). Sum of RGB (Red+Green+Blue) = 36+86+156=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #24569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24569C is #DBA963. Grayscale: #4E4E4E. Windows color (decimal): -14395748 or 10245668. OLE color: 10245668.
HSL color Cylindrical-coordinate representation of color #24569C: hue angle of 215º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24569C is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 86 | 156 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.39 |
| HSL | 215º | 0.63% | 0.38% | - |
| HSV(B) | 215º | 0.77% | 0.61% | - |
| XYZ | 10.06 | 9.43 | 32.74 | - |
| YUV | 79.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 156 | 0.77 | 0.45 | 0 | 0.39 | 215 | 0.63 | 0.38 |
| Hex | 24 | 56 | 9C | 4D | 2D | 0 | 27 | D7 | 3E | 26 |
| Octal | 44 | 126 | 234 | 115 | 55 | 0 | 47 | 327 | 76 | 46 |
| Binary | 100100 | 1010110 | 10011100 | 1001101 | 101101 | 0 | 100111 | 11010111 | 111110 | 100110 |
Color Harmonies of #24569C
Complementary color
Monochromatic Colors of #24569C
Black with #24569C
Text Example
Text Example
White with #24569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24569C; }
p { color: rgb(36,86,156); }
H1.HeaderClassName
{
color: #24569C;
}
.AnyTagClassName
{
color: #24569C;
}
</style>
background-color css
<style>
a { background-color: #24569C; }
a { background-color: rgb(36,86,156); }
div.DivClassName
{
background-color: #24569C;
}
.BgClassName
{
background-color: #24569C;
}
</style>
border-color css
<style>
span { border-color: #24569C; }
span { border-color: rgb(36,86,156); }
td.TdClassName
{
border-color: #24569C;
}
.TagClassName
{
border-color: #24569C;
}
</style>