Shades of Endeavour #24508F
Tints of Endeavour #24508F
RGB
CMYK
RGB Variations
Color information
#24508F (or 0x24508F) is known color: Endeavour. HEX triplet: 24, 50 and 8F. RGB value is (36,80,143). Sum of RGB (Red+Green+Blue) = 36+80+143=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #24508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24508F is #DBAF70. Grayscale: #494949. Windows color (decimal): -14397297 or 9392164. OLE color: 9392164.
HSL color Cylindrical-coordinate representation of color #24508F: hue angle of 215.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24508F is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 80 | 143 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.44 |
| HSL | 215.33º | 0.6% | 0.35% | - |
| HSV(B) | 215.33º | 0.75% | 0.56% | - |
| XYZ | 8.55 | 8.1 | 27.1 | - |
| YUV | 74.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 143 | 0.75 | 0.44 | 0 | 0.44 | 215.33 | 0.6 | 0.35 |
| Hex | 24 | 50 | 8F | 4B | 2C | 0 | 2C | D7 | 3C | 23 |
| Octal | 44 | 120 | 217 | 113 | 54 | 0 | 54 | 327 | 74 | 43 |
| Binary | 100100 | 1010000 | 10001111 | 1001011 | 101100 | 0 | 101100 | 11010111 | 111100 | 100011 |
Color Harmonies of #24508F
Complementary color
Monochromatic Colors of #24508F
Black with #24508F
Text Example
Text Example
White with #24508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24508F; }
p { color: rgb(36,80,143); }
H1.HeaderClassName
{
color: #24508F;
}
.AnyTagClassName
{
color: #24508F;
}
</style>
background-color css
<style>
a { background-color: #24508F; }
a { background-color: rgb(36,80,143); }
div.DivClassName
{
background-color: #24508F;
}
.BgClassName
{
background-color: #24508F;
}
</style>
border-color css
<style>
span { border-color: #24508F; }
span { border-color: rgb(36,80,143); }
td.TdClassName
{
border-color: #24508F;
}
.TagClassName
{
border-color: #24508F;
}
</style>