Shades of Allports #24788C
Tints of Allports #24788C
RGB
CMYK
RGB Variations
Color information
#24788C (or 0x24788C) is known color: Allports. HEX triplet: 24, 78 and 8C. RGB value is (36,120,140). Sum of RGB (Red+Green+Blue) = 36+120+140=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #24788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24788C is #DB8773. Grayscale: #616161. Windows color (decimal): -14387060 or 9205796. OLE color: 9205796.
HSL color Cylindrical-coordinate representation of color #24788C: hue angle of 191.54º 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 #24788C is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 120 | 140 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.45 |
| HSL | 191.54º | 0.59% | 0.35% | - |
| HSV(B) | 191.54º | 0.74% | 0.55% | - |
| XYZ | 12.18 | 15.7 | 27.2 | - |
| YUV | 97.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 140 | 0.74 | 0.14 | 0 | 0.45 | 191.54 | 0.59 | 0.35 |
| Hex | 24 | 78 | 8C | 4A | E | 0 | 2D | C0 | 3B | 23 |
| Octal | 44 | 170 | 214 | 112 | 16 | 0 | 55 | 300 | 73 | 43 |
| Binary | 100100 | 1111000 | 10001100 | 1001010 | 1110 | 0 | 101101 | 11000000 | 111011 | 100011 |
Color Harmonies of #24788C
Complementary color
Monochromatic Colors of #24788C
Black with #24788C
Text Example
Text Example
White with #24788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24788C; }
p { color: rgb(36,120,140); }
H1.HeaderClassName
{
color: #24788C;
}
.AnyTagClassName
{
color: #24788C;
}
</style>
background-color css
<style>
a { background-color: #24788C; }
a { background-color: rgb(36,120,140); }
div.DivClassName
{
background-color: #24788C;
}
.BgClassName
{
background-color: #24788C;
}
</style>
border-color css
<style>
span { border-color: #24788C; }
span { border-color: rgb(36,120,140); }
td.TdClassName
{
border-color: #24788C;
}
.TagClassName
{
border-color: #24788C;
}
</style>