Shades of Endeavour #24549A
Tints of Endeavour #24549A
RGB
CMYK
RGB Variations
Color information
#24549A (or 0x24549A) is known color: Endeavour. HEX triplet: 24, 54 and 9A. RGB value is (36,84,154). Sum of RGB (Red+Green+Blue) = 36+84+154=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #24549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24549A is #DBAB65. Grayscale: #4D4D4D. Windows color (decimal): -14396262 or 10114084. OLE color: 10114084.
HSL color Cylindrical-coordinate representation of color #24549A: hue angle of 215.59º 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 #24549A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 84 | 154 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.40 |
| HSL | 215.59º | 0.62% | 0.37% | - |
| HSV(B) | 215.59º | 0.77% | 0.6% | - |
| XYZ | 9.73 | 9.05 | 31.81 | - |
| YUV | 77.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 154 | 0.77 | 0.45 | 0 | 0.40 | 215.59 | 0.62 | 0.37 |
| Hex | 24 | 54 | 9A | 4D | 2D | 0 | 28 | D8 | 3E | 25 |
| Octal | 44 | 124 | 232 | 115 | 55 | 0 | 50 | 330 | 76 | 45 |
| Binary | 100100 | 1010100 | 10011010 | 1001101 | 101101 | 0 | 101000 | 11011000 | 111110 | 100101 |
Color Harmonies of #24549A
Complementary color
Monochromatic Colors of #24549A
Black with #24549A
Text Example
Text Example
White with #24549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24549A; }
p { color: rgb(36,84,154); }
H1.HeaderClassName
{
color: #24549A;
}
.AnyTagClassName
{
color: #24549A;
}
</style>
background-color css
<style>
a { background-color: #24549A; }
a { background-color: rgb(36,84,154); }
div.DivClassName
{
background-color: #24549A;
}
.BgClassName
{
background-color: #24549A;
}
</style>
border-color css
<style>
span { border-color: #24549A; }
span { border-color: rgb(36,84,154); }
td.TdClassName
{
border-color: #24549A;
}
.TagClassName
{
border-color: #24549A;
}
</style>