Shades of Allports #24707A
Tints of Allports #24707A
RGB
CMYK
RGB Variations
Color information
#24707A (or 0x24707A) is known color: Allports. HEX triplet: 24, 70 and 7A. RGB value is (36,112,122). Sum of RGB (Red+Green+Blue) = 36+112+122=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #24707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24707A is #DB8F85. Grayscale: #5A5A5A. Windows color (decimal): -14389126 or 8024100. OLE color: 8024100.
HSL color Cylindrical-coordinate representation of color #24707A: hue angle of 186.98º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24707A is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 112 | 122 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.52 |
| HSL | 186.98º | 0.54% | 0.31% | - |
| HSV(B) | 186.98º | 0.7% | 0.48% | - |
| XYZ | 10.03 | 13.37 | 20.46 | - |
| YUV | 90.42 | 145.82 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 122 | 0.70 | 0.08 | 0 | 0.52 | 186.98 | 0.54 | 0.31 |
| Hex | 24 | 70 | 7A | 46 | 8 | 0 | 34 | BB | 36 | 1F |
| Octal | 44 | 160 | 172 | 106 | 10 | 0 | 64 | 273 | 66 | 37 |
| Binary | 100100 | 1110000 | 1111010 | 1000110 | 1000 | 0 | 110100 | 10111011 | 110110 | 11111 |
Color Harmonies of #24707A
Complementary color
Monochromatic Colors of #24707A
Black with #24707A
Text Example
Text Example
White with #24707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24707A; }
p { color: rgb(36,112,122); }
H1.HeaderClassName
{
color: #24707A;
}
.AnyTagClassName
{
color: #24707A;
}
</style>
background-color css
<style>
a { background-color: #24707A; }
a { background-color: rgb(36,112,122); }
div.DivClassName
{
background-color: #24707A;
}
.BgClassName
{
background-color: #24707A;
}
</style>
border-color css
<style>
span { border-color: #24707A; }
span { border-color: rgb(36,112,122); }
td.TdClassName
{
border-color: #24707A;
}
.TagClassName
{
border-color: #24707A;
}
</style>