Shades of Salem #247252
Tints of Salem #247252
RGB
CMYK
RGB Variations
Color information
#247252 (or 0x247252) is known color: Salem. HEX triplet: 24, 72 and 52. RGB value is (36,114,82). Sum of RGB (Red+Green+Blue) = 36+114+82=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #247252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247252 is #DB8DAD. Grayscale: #575757. Windows color (decimal): -14388654 or 5403172. OLE color: 5403172.
HSL color Cylindrical-coordinate representation of color #247252: hue angle of 155.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247252 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 82 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.55 |
| HSL | 155.38º | 0.52% | 0.29% | - |
| HSV(B) | 155.38º | 0.68% | 0.45% | - |
| XYZ | 8.27 | 13.02 | 10.06 | - |
| YUV | 87.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 82 | 0.68 | 0 | 0.28 | 0.55 | 155.38 | 0.52 | 0.29 |
| Hex | 24 | 72 | 52 | 44 | 0 | 1C | 37 | 9B | 34 | 1D |
| Octal | 44 | 162 | 122 | 104 | 0 | 34 | 67 | 233 | 64 | 35 |
| Binary | 100100 | 1110010 | 1010010 | 1000100 | 0 | 11100 | 110111 | 10011011 | 110100 | 11101 |
Color Harmonies of #247252
Complementary color
Monochromatic Colors of #247252
Black with #247252
Text Example
Text Example
White with #247252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247252; }
p { color: rgb(36,114,82); }
H1.HeaderClassName
{
color: #247252;
}
.AnyTagClassName
{
color: #247252;
}
</style>
background-color css
<style>
a { background-color: #247252; }
a { background-color: rgb(36,114,82); }
div.DivClassName
{
background-color: #247252;
}
.BgClassName
{
background-color: #247252;
}
</style>
border-color css
<style>
span { border-color: #247252; }
span { border-color: rgb(36,114,82); }
td.TdClassName
{
border-color: #247252;
}
.TagClassName
{
border-color: #247252;
}
</style>