Shades of Allports #24718D
Tints of Allports #24718D
RGB
CMYK
RGB Variations
Color information
#24718D (or 0x24718D) is known color: Allports. HEX triplet: 24, 71 and 8D. RGB value is (36,113,141). Sum of RGB (Red+Green+Blue) = 36+113+141=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #24718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24718D is #DB8E72. Grayscale: #5C5C5C. Windows color (decimal): -14388851 or 9269540. OLE color: 9269540.
HSL color Cylindrical-coordinate representation of color #24718D: hue angle of 196º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24718D is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 113 | 141 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.45 |
| HSL | 196º | 0.59% | 0.35% | - |
| HSV(B) | 196º | 0.74% | 0.55% | - |
| XYZ | 11.44 | 14.11 | 27.32 | - |
| YUV | 93.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 141 | 0.74 | 0.20 | 0 | 0.45 | 196 | 0.59 | 0.35 |
| Hex | 24 | 71 | 8D | 4A | 14 | 0 | 2D | C4 | 3B | 23 |
| Octal | 44 | 161 | 215 | 112 | 24 | 0 | 55 | 304 | 73 | 43 |
| Binary | 100100 | 1110001 | 10001101 | 1001010 | 10100 | 0 | 101101 | 11000100 | 111011 | 100011 |
Color Harmonies of #24718D
Complementary color
Monochromatic Colors of #24718D
Black with #24718D
Text Example
Text Example
White with #24718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24718D; }
p { color: rgb(36,113,141); }
H1.HeaderClassName
{
color: #24718D;
}
.AnyTagClassName
{
color: #24718D;
}
</style>
background-color css
<style>
a { background-color: #24718D; }
a { background-color: rgb(36,113,141); }
div.DivClassName
{
background-color: #24718D;
}
.BgClassName
{
background-color: #24718D;
}
</style>
border-color css
<style>
span { border-color: #24718D; }
span { border-color: rgb(36,113,141); }
td.TdClassName
{
border-color: #24718D;
}
.TagClassName
{
border-color: #24718D;
}
</style>