Shades of Allports #24718E
Tints of Allports #24718E
RGB
CMYK
RGB Variations
Color information
#24718E (or 0x24718E) is known color: Allports. HEX triplet: 24, 71 and 8E. RGB value is (36,113,142). Sum of RGB (Red+Green+Blue) = 36+113+142=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #24718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24718E is #DB8E71. Grayscale: #5D5D5D. Windows color (decimal): -14388850 or 9335076. OLE color: 9335076.
HSL color Cylindrical-coordinate representation of color #24718E: hue angle of 196.42º 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 #24718E is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 113 | 142 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.44 |
| HSL | 196.42º | 0.6% | 0.35% | - |
| HSV(B) | 196.42º | 0.75% | 0.56% | - |
| XYZ | 11.52 | 14.14 | 27.71 | - |
| YUV | 93.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 142 | 0.75 | 0.20 | 0 | 0.44 | 196.42 | 0.6 | 0.35 |
| Hex | 24 | 71 | 8E | 4B | 14 | 0 | 2C | C4 | 3C | 23 |
| Octal | 44 | 161 | 216 | 113 | 24 | 0 | 54 | 304 | 74 | 43 |
| Binary | 100100 | 1110001 | 10001110 | 1001011 | 10100 | 0 | 101100 | 11000100 | 111100 | 100011 |
Color Harmonies of #24718E
Complementary color
Monochromatic Colors of #24718E
Black with #24718E
Text Example
Text Example
White with #24718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24718E; }
p { color: rgb(36,113,142); }
H1.HeaderClassName
{
color: #24718E;
}
.AnyTagClassName
{
color: #24718E;
}
</style>
background-color css
<style>
a { background-color: #24718E; }
a { background-color: rgb(36,113,142); }
div.DivClassName
{
background-color: #24718E;
}
.BgClassName
{
background-color: #24718E;
}
</style>
border-color css
<style>
span { border-color: #24718E; }
span { border-color: rgb(36,113,142); }
td.TdClassName
{
border-color: #24718E;
}
.TagClassName
{
border-color: #24718E;
}
</style>