Shades of Endeavour #24529C
Tints of Endeavour #24529C
RGB
CMYK
RGB Variations
Color information
#24529C (or 0x24529C) is known color: Endeavour. HEX triplet: 24, 52 and 9C. RGB value is (36,82,156). Sum of RGB (Red+Green+Blue) = 36+82+156=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #24529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24529C is #DBAD63. Grayscale: #4C4C4C. Windows color (decimal): -14396772 or 10244644. OLE color: 10244644.
HSL color Cylindrical-coordinate representation of color #24529C: hue angle of 217º 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 #24529C is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 82 | 156 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.39 |
| HSL | 217º | 0.63% | 0.38% | - |
| HSV(B) | 217º | 0.77% | 0.61% | - |
| XYZ | 9.75 | 8.81 | 32.64 | - |
| YUV | 76.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 156 | 0.77 | 0.47 | 0 | 0.39 | 217 | 0.63 | 0.38 |
| Hex | 24 | 52 | 9C | 4D | 2F | 0 | 27 | D9 | 3E | 26 |
| Octal | 44 | 122 | 234 | 115 | 57 | 0 | 47 | 331 | 76 | 46 |
| Binary | 100100 | 1010010 | 10011100 | 1001101 | 101111 | 0 | 100111 | 11011001 | 111110 | 100110 |
Color Harmonies of #24529C
Complementary color
Monochromatic Colors of #24529C
Black with #24529C
Text Example
Text Example
White with #24529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24529C; }
p { color: rgb(36,82,156); }
H1.HeaderClassName
{
color: #24529C;
}
.AnyTagClassName
{
color: #24529C;
}
</style>
background-color css
<style>
a { background-color: #24529C; }
a { background-color: rgb(36,82,156); }
div.DivClassName
{
background-color: #24529C;
}
.BgClassName
{
background-color: #24529C;
}
</style>
border-color css
<style>
span { border-color: #24529C; }
span { border-color: rgb(36,82,156); }
td.TdClassName
{
border-color: #24529C;
}
.TagClassName
{
border-color: #24529C;
}
</style>