Shades of Allports #24717D
Tints of Allports #24717D
RGB
CMYK
RGB Variations
Color information
#24717D (or 0x24717D) is known color: Allports. HEX triplet: 24, 71 and 7D. RGB value is (36,113,125). Sum of RGB (Red+Green+Blue) = 36+113+125=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #24717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24717D is #DB8E82. Grayscale: #5B5B5B. Windows color (decimal): -14388867 or 8220964. OLE color: 8220964.
HSL color Cylindrical-coordinate representation of color #24717D: hue angle of 188.09º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24717D is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 113 | 125 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.51 |
| HSL | 188.09º | 0.55% | 0.32% | - |
| HSV(B) | 188.09º | 0.71% | 0.49% | - |
| XYZ | 10.33 | 13.67 | 21.5 | - |
| YUV | 91.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 125 | 0.71 | 0.10 | 0 | 0.51 | 188.09 | 0.55 | 0.32 |
| Hex | 24 | 71 | 7D | 47 | A | 0 | 33 | BC | 37 | 20 |
| Octal | 44 | 161 | 175 | 107 | 12 | 0 | 63 | 274 | 67 | 40 |
| Binary | 100100 | 1110001 | 1111101 | 1000111 | 1010 | 0 | 110011 | 10111100 | 110111 | 100000 |
Color Harmonies of #24717D
Complementary color
Monochromatic Colors of #24717D
Black with #24717D
Text Example
Text Example
White with #24717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24717D; }
p { color: rgb(36,113,125); }
H1.HeaderClassName
{
color: #24717D;
}
.AnyTagClassName
{
color: #24717D;
}
</style>
background-color css
<style>
a { background-color: #24717D; }
a { background-color: rgb(36,113,125); }
div.DivClassName
{
background-color: #24717D;
}
.BgClassName
{
background-color: #24717D;
}
</style>
border-color css
<style>
span { border-color: #24717D; }
span { border-color: rgb(36,113,125); }
td.TdClassName
{
border-color: #24717D;
}
.TagClassName
{
border-color: #24717D;
}
</style>