Shades of Allports #24788F
Tints of Allports #24788F
RGB
CMYK
RGB Variations
Color information
#24788F (or 0x24788F) is known color: Allports. HEX triplet: 24, 78 and 8F. RGB value is (36,120,143). Sum of RGB (Red+Green+Blue) = 36+120+143=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #24788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24788F is #DB8770. Grayscale: #616161. Windows color (decimal): -14387057 or 9402404. OLE color: 9402404.
HSL color Cylindrical-coordinate representation of color #24788F: hue angle of 192.9º 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 #24788F is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 120 | 143 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.44 |
| HSL | 192.9º | 0.6% | 0.35% | - |
| HSV(B) | 192.9º | 0.75% | 0.56% | - |
| XYZ | 12.4 | 15.79 | 28.38 | - |
| YUV | 97.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 143 | 0.75 | 0.16 | 0 | 0.44 | 192.9 | 0.6 | 0.35 |
| Hex | 24 | 78 | 8F | 4B | 10 | 0 | 2C | C1 | 3C | 23 |
| Octal | 44 | 170 | 217 | 113 | 20 | 0 | 54 | 301 | 74 | 43 |
| Binary | 100100 | 1111000 | 10001111 | 1001011 | 10000 | 0 | 101100 | 11000001 | 111100 | 100011 |
Color Harmonies of #24788F
Complementary color
Monochromatic Colors of #24788F
Black with #24788F
Text Example
Text Example
White with #24788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24788F; }
p { color: rgb(36,120,143); }
H1.HeaderClassName
{
color: #24788F;
}
.AnyTagClassName
{
color: #24788F;
}
</style>
background-color css
<style>
a { background-color: #24788F; }
a { background-color: rgb(36,120,143); }
div.DivClassName
{
background-color: #24788F;
}
.BgClassName
{
background-color: #24788F;
}
</style>
border-color css
<style>
span { border-color: #24788F; }
span { border-color: rgb(36,120,143); }
td.TdClassName
{
border-color: #24788F;
}
.TagClassName
{
border-color: #24788F;
}
</style>