Shades of Endeavour #24609C
Tints of Endeavour #24609C
RGB
CMYK
RGB Variations
Color information
#24609C (or 0x24609C) is known color: Endeavour. HEX triplet: 24, 60 and 9C. RGB value is (36,96,156). Sum of RGB (Red+Green+Blue) = 36+96+156=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #24609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24609C is #DB9F63. Grayscale: #545454. Windows color (decimal): -14393188 or 10248228. OLE color: 10248228.
HSL color Cylindrical-coordinate representation of color #24609C: hue angle of 210º 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 #24609C is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 96 | 156 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.39 |
| HSL | 210º | 0.63% | 0.38% | - |
| HSV(B) | 210º | 0.77% | 0.61% | - |
| XYZ | 10.91 | 11.14 | 33.03 | - |
| YUV | 84.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 156 | 0.77 | 0.38 | 0 | 0.39 | 210 | 0.63 | 0.38 |
| Hex | 24 | 60 | 9C | 4D | 26 | 0 | 27 | D2 | 3E | 26 |
| Octal | 44 | 140 | 234 | 115 | 46 | 0 | 47 | 322 | 76 | 46 |
| Binary | 100100 | 1100000 | 10011100 | 1001101 | 100110 | 0 | 100111 | 11010010 | 111110 | 100110 |
Color Harmonies of #24609C
Complementary color
Monochromatic Colors of #24609C
Black with #24609C
Text Example
Text Example
White with #24609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24609C; }
p { color: rgb(36,96,156); }
H1.HeaderClassName
{
color: #24609C;
}
.AnyTagClassName
{
color: #24609C;
}
</style>
background-color css
<style>
a { background-color: #24609C; }
a { background-color: rgb(36,96,156); }
div.DivClassName
{
background-color: #24609C;
}
.BgClassName
{
background-color: #24609C;
}
</style>
border-color css
<style>
span { border-color: #24609C; }
span { border-color: rgb(36,96,156); }
td.TdClassName
{
border-color: #24609C;
}
.TagClassName
{
border-color: #24609C;
}
</style>