Shades of Allports #24758E
Tints of Allports #24758E
RGB
CMYK
RGB Variations
Color information
#24758E (or 0x24758E) is known color: Allports. HEX triplet: 24, 75 and 8E. RGB value is (36,117,142). Sum of RGB (Red+Green+Blue) = 36+117+142=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #24758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24758E is #DB8A71. Grayscale: #5F5F5F. Windows color (decimal): -14387826 or 9336100. OLE color: 9336100.
HSL color Cylindrical-coordinate representation of color #24758E: hue angle of 194.15º 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 #24758E is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 117 | 142 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.44 |
| HSL | 194.15º | 0.6% | 0.35% | - |
| HSV(B) | 194.15º | 0.75% | 0.56% | - |
| XYZ | 11.97 | 15.05 | 27.87 | - |
| YUV | 95.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 142 | 0.75 | 0.18 | 0 | 0.44 | 194.15 | 0.6 | 0.35 |
| Hex | 24 | 75 | 8E | 4B | 12 | 0 | 2C | C2 | 3C | 23 |
| Octal | 44 | 165 | 216 | 113 | 22 | 0 | 54 | 302 | 74 | 43 |
| Binary | 100100 | 1110101 | 10001110 | 1001011 | 10010 | 0 | 101100 | 11000010 | 111100 | 100011 |
Color Harmonies of #24758E
Complementary color
Monochromatic Colors of #24758E
Black with #24758E
Text Example
Text Example
White with #24758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24758E; }
p { color: rgb(36,117,142); }
H1.HeaderClassName
{
color: #24758E;
}
.AnyTagClassName
{
color: #24758E;
}
</style>
background-color css
<style>
a { background-color: #24758E; }
a { background-color: rgb(36,117,142); }
div.DivClassName
{
background-color: #24758E;
}
.BgClassName
{
background-color: #24758E;
}
</style>
border-color css
<style>
span { border-color: #24758E; }
span { border-color: rgb(36,117,142); }
td.TdClassName
{
border-color: #24758E;
}
.TagClassName
{
border-color: #24758E;
}
</style>