Shades of Endeavour #24589F
Tints of Endeavour #24589F
RGB
CMYK
RGB Variations
Color information
#24589F (or 0x24589F) is known color: Endeavour. HEX triplet: 24, 58 and 9F. RGB value is (36,88,159). Sum of RGB (Red+Green+Blue) = 36+88+159=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #24589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24589F is #DBA760. Grayscale: #505050. Windows color (decimal): -14395233 or 10442788. OLE color: 10442788.
HSL color Cylindrical-coordinate representation of color #24589F: hue angle of 214.63º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24589F is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 88 | 159 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.38 |
| HSL | 214.63º | 0.63% | 0.38% | - |
| HSV(B) | 214.63º | 0.77% | 0.62% | - |
| XYZ | 10.48 | 9.86 | 34.15 | - |
| YUV | 80.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 159 | 0.77 | 0.45 | 0 | 0.38 | 214.63 | 0.63 | 0.38 |
| Hex | 24 | 58 | 9F | 4D | 2D | 0 | 26 | D7 | 3F | 26 |
| Octal | 44 | 130 | 237 | 115 | 55 | 0 | 46 | 327 | 77 | 46 |
| Binary | 100100 | 1011000 | 10011111 | 1001101 | 101101 | 0 | 100110 | 11010111 | 111111 | 100110 |
Color Harmonies of #24589F
Complementary color
Monochromatic Colors of #24589F
Black with #24589F
Text Example
Text Example
White with #24589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24589F; }
p { color: rgb(36,88,159); }
H1.HeaderClassName
{
color: #24589F;
}
.AnyTagClassName
{
color: #24589F;
}
</style>
background-color css
<style>
a { background-color: #24589F; }
a { background-color: rgb(36,88,159); }
div.DivClassName
{
background-color: #24589F;
}
.BgClassName
{
background-color: #24589F;
}
</style>
border-color css
<style>
span { border-color: #24589F; }
span { border-color: rgb(36,88,159); }
td.TdClassName
{
border-color: #24589F;
}
.TagClassName
{
border-color: #24589F;
}
</style>