Shades of Allports #24737F
Tints of Allports #24737F
RGB
CMYK
RGB Variations
Color information
#24737F (or 0x24737F) is known color: Allports. HEX triplet: 24, 73 and 7F. RGB value is (36,115,127). Sum of RGB (Red+Green+Blue) = 36+115+127=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #24737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24737F is #DB8C80. Grayscale: #5C5C5C. Windows color (decimal): -14388353 or 8352548. OLE color: 8352548.
HSL color Cylindrical-coordinate representation of color #24737F: hue angle of 187.91º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24737F is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 115 | 127 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.50 |
| HSL | 187.91º | 0.56% | 0.32% | - |
| HSV(B) | 187.91º | 0.72% | 0.5% | - |
| XYZ | 10.69 | 14.17 | 22.25 | - |
| YUV | 92.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 127 | 0.72 | 0.09 | 0 | 0.50 | 187.91 | 0.56 | 0.32 |
| Hex | 24 | 73 | 7F | 48 | 9 | 0 | 32 | BC | 38 | 20 |
| Octal | 44 | 163 | 177 | 110 | 11 | 0 | 62 | 274 | 70 | 40 |
| Binary | 100100 | 1110011 | 1111111 | 1001000 | 1001 | 0 | 110010 | 10111100 | 111000 | 100000 |
Color Harmonies of #24737F
Complementary color
Monochromatic Colors of #24737F
Black with #24737F
Text Example
Text Example
White with #24737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24737F; }
p { color: rgb(36,115,127); }
H1.HeaderClassName
{
color: #24737F;
}
.AnyTagClassName
{
color: #24737F;
}
</style>
background-color css
<style>
a { background-color: #24737F; }
a { background-color: rgb(36,115,127); }
div.DivClassName
{
background-color: #24737F;
}
.BgClassName
{
background-color: #24737F;
}
</style>
border-color css
<style>
span { border-color: #24737F; }
span { border-color: rgb(36,115,127); }
td.TdClassName
{
border-color: #24737F;
}
.TagClassName
{
border-color: #24737F;
}
</style>