Shades of Allports #24748E
Tints of Allports #24748E
RGB
CMYK
RGB Variations
Color information
#24748E (or 0x24748E) is known color: Allports. HEX triplet: 24, 74 and 8E. RGB value is (36,116,142). Sum of RGB (Red+Green+Blue) = 36+116+142=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #24748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748E is #DB8B71. Grayscale: #5E5E5E. Windows color (decimal): -14388082 or 9335844. OLE color: 9335844.
HSL color Cylindrical-coordinate representation of color #24748E: hue angle of 194.72º 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 #24748E is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 116 | 142 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.44 |
| HSL | 194.72º | 0.6% | 0.35% | - |
| HSV(B) | 194.72º | 0.75% | 0.56% | - |
| XYZ | 11.86 | 14.82 | 27.83 | - |
| YUV | 95.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 142 | 0.75 | 0.18 | 0 | 0.44 | 194.72 | 0.6 | 0.35 |
| Hex | 24 | 74 | 8E | 4B | 12 | 0 | 2C | C3 | 3C | 23 |
| Octal | 44 | 164 | 216 | 113 | 22 | 0 | 54 | 303 | 74 | 43 |
| Binary | 100100 | 1110100 | 10001110 | 1001011 | 10010 | 0 | 101100 | 11000011 | 111100 | 100011 |
Color Harmonies of #24748E
Complementary color
Monochromatic Colors of #24748E
Black with #24748E
Text Example
Text Example
White with #24748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24748E; }
p { color: rgb(36,116,142); }
H1.HeaderClassName
{
color: #24748E;
}
.AnyTagClassName
{
color: #24748E;
}
</style>
background-color css
<style>
a { background-color: #24748E; }
a { background-color: rgb(36,116,142); }
div.DivClassName
{
background-color: #24748E;
}
.BgClassName
{
background-color: #24748E;
}
</style>
border-color css
<style>
span { border-color: #24748E; }
span { border-color: rgb(36,116,142); }
td.TdClassName
{
border-color: #24748E;
}
.TagClassName
{
border-color: #24748E;
}
</style>