Shades of Endeavour #24509A
Tints of Endeavour #24509A
RGB
CMYK
RGB Variations
Color information
#24509A (or 0x24509A) is known color: Endeavour. HEX triplet: 24, 50 and 9A. RGB value is (36,80,154). Sum of RGB (Red+Green+Blue) = 36+80+154=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #24509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24509A is #DBAF65. Grayscale: #4A4A4A. Windows color (decimal): -14397286 or 10113060. OLE color: 10113060.
HSL color Cylindrical-coordinate representation of color #24509A: hue angle of 217.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24509A is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 80 | 154 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.40 |
| HSL | 217.63º | 0.62% | 0.37% | - |
| HSV(B) | 217.63º | 0.77% | 0.6% | - |
| XYZ | 9.43 | 8.45 | 31.71 | - |
| YUV | 75.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 154 | 0.77 | 0.48 | 0 | 0.40 | 217.63 | 0.62 | 0.37 |
| Hex | 24 | 50 | 9A | 4D | 30 | 0 | 28 | DA | 3E | 25 |
| Octal | 44 | 120 | 232 | 115 | 60 | 0 | 50 | 332 | 76 | 45 |
| Binary | 100100 | 1010000 | 10011010 | 1001101 | 110000 | 0 | 101000 | 11011010 | 111110 | 100101 |
Color Harmonies of #24509A
Complementary color
Monochromatic Colors of #24509A
Black with #24509A
Text Example
Text Example
White with #24509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24509A; }
p { color: rgb(36,80,154); }
H1.HeaderClassName
{
color: #24509A;
}
.AnyTagClassName
{
color: #24509A;
}
</style>
background-color css
<style>
a { background-color: #24509A; }
a { background-color: rgb(36,80,154); }
div.DivClassName
{
background-color: #24509A;
}
.BgClassName
{
background-color: #24509A;
}
</style>
border-color css
<style>
span { border-color: #24509A; }
span { border-color: rgb(36,80,154); }
td.TdClassName
{
border-color: #24509A;
}
.TagClassName
{
border-color: #24509A;
}
</style>