Shades of Allports #24707C
Tints of Allports #24707C
RGB
CMYK
RGB Variations
Color information
#24707C (or 0x24707C) is known color: Allports. HEX triplet: 24, 70 and 7C. RGB value is (36,112,124). Sum of RGB (Red+Green+Blue) = 36+112+124=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #24707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707C is #DB8F83. Grayscale: #5A5A5A. Windows color (decimal): -14389124 or 8155172. OLE color: 8155172.
HSL color Cylindrical-coordinate representation of color #24707C: hue angle of 188.18º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24707C is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 112 | 124 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.51 |
| HSL | 188.18º | 0.55% | 0.31% | - |
| HSV(B) | 188.18º | 0.71% | 0.49% | - |
| XYZ | 10.16 | 13.42 | 21.12 | - |
| YUV | 90.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 124 | 0.71 | 0.10 | 0 | 0.51 | 188.18 | 0.55 | 0.31 |
| Hex | 24 | 70 | 7C | 47 | A | 0 | 33 | BC | 37 | 1F |
| Octal | 44 | 160 | 174 | 107 | 12 | 0 | 63 | 274 | 67 | 37 |
| Binary | 100100 | 1110000 | 1111100 | 1000111 | 1010 | 0 | 110011 | 10111100 | 110111 | 11111 |
Color Harmonies of #24707C
Complementary color
Monochromatic Colors of #24707C
Black with #24707C
Text Example
Text Example
White with #24707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24707C; }
p { color: rgb(36,112,124); }
H1.HeaderClassName
{
color: #24707C;
}
.AnyTagClassName
{
color: #24707C;
}
</style>
background-color css
<style>
a { background-color: #24707C; }
a { background-color: rgb(36,112,124); }
div.DivClassName
{
background-color: #24707C;
}
.BgClassName
{
background-color: #24707C;
}
</style>
border-color css
<style>
span { border-color: #24707C; }
span { border-color: rgb(36,112,124); }
td.TdClassName
{
border-color: #24707C;
}
.TagClassName
{
border-color: #24707C;
}
</style>