Shades of Endeavour #24538A
Tints of Endeavour #24538A
RGB
CMYK
RGB Variations
Color information
#24538A (or 0x24538A) is known color: Endeavour. HEX triplet: 24, 53 and 8A. RGB value is (36,83,138). Sum of RGB (Red+Green+Blue) = 36+83+138=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #24538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24538A is #DBAC75. Grayscale: #4A4A4A. Windows color (decimal): -14396534 or 9065252. OLE color: 9065252.
HSL color Cylindrical-coordinate representation of color #24538A: hue angle of 212.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24538A is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 83 | 138 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.46 |
| HSL | 212.35º | 0.59% | 0.34% | - |
| HSV(B) | 212.35º | 0.74% | 0.54% | - |
| XYZ | 8.41 | 8.4 | 25.22 | - |
| YUV | 75.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 138 | 0.74 | 0.40 | 0 | 0.46 | 212.35 | 0.59 | 0.34 |
| Hex | 24 | 53 | 8A | 4A | 28 | 0 | 2E | D4 | 3B | 22 |
| Octal | 44 | 123 | 212 | 112 | 50 | 0 | 56 | 324 | 73 | 42 |
| Binary | 100100 | 1010011 | 10001010 | 1001010 | 101000 | 0 | 101110 | 11010100 | 111011 | 100010 |
Color Harmonies of #24538A
Complementary color
Monochromatic Colors of #24538A
Black with #24538A
Text Example
Text Example
White with #24538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24538A; }
p { color: rgb(36,83,138); }
H1.HeaderClassName
{
color: #24538A;
}
.AnyTagClassName
{
color: #24538A;
}
</style>
background-color css
<style>
a { background-color: #24538A; }
a { background-color: rgb(36,83,138); }
div.DivClassName
{
background-color: #24538A;
}
.BgClassName
{
background-color: #24538A;
}
</style>
border-color css
<style>
span { border-color: #24538A; }
span { border-color: rgb(36,83,138); }
td.TdClassName
{
border-color: #24538A;
}
.TagClassName
{
border-color: #24538A;
}
</style>