Shades of Endeavour #24549B
Tints of Endeavour #24549B
RGB
CMYK
RGB Variations
Color information
#24549B (or 0x24549B) is known color: Endeavour. HEX triplet: 24, 54 and 9B. RGB value is (36,84,155). Sum of RGB (Red+Green+Blue) = 36+84+155=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #24549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24549B is #DBAB64. Grayscale: #4D4D4D. Windows color (decimal): -14396261 or 10179620. OLE color: 10179620.
HSL color Cylindrical-coordinate representation of color #24549B: hue angle of 215.8º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24549B is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 84 | 155 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.39 |
| HSL | 215.8º | 0.62% | 0.37% | - |
| HSV(B) | 215.8º | 0.77% | 0.61% | - |
| XYZ | 9.81 | 9.08 | 32.25 | - |
| YUV | 77.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 155 | 0.77 | 0.46 | 0 | 0.39 | 215.8 | 0.62 | 0.37 |
| Hex | 24 | 54 | 9B | 4D | 2E | 0 | 27 | D8 | 3E | 25 |
| Octal | 44 | 124 | 233 | 115 | 56 | 0 | 47 | 330 | 76 | 45 |
| Binary | 100100 | 1010100 | 10011011 | 1001101 | 101110 | 0 | 100111 | 11011000 | 111110 | 100101 |
Color Harmonies of #24549B
Complementary color
Monochromatic Colors of #24549B
Black with #24549B
Text Example
Text Example
White with #24549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24549B; }
p { color: rgb(36,84,155); }
H1.HeaderClassName
{
color: #24549B;
}
.AnyTagClassName
{
color: #24549B;
}
</style>
background-color css
<style>
a { background-color: #24549B; }
a { background-color: rgb(36,84,155); }
div.DivClassName
{
background-color: #24549B;
}
.BgClassName
{
background-color: #24549B;
}
</style>
border-color css
<style>
span { border-color: #24549B; }
span { border-color: rgb(36,84,155); }
td.TdClassName
{
border-color: #24549B;
}
.TagClassName
{
border-color: #24549B;
}
</style>