Shades of Salem #247355
Tints of Salem #247355
RGB
CMYK
RGB Variations
Color information
#247355 (or 0x247355) is known color: Salem. HEX triplet: 24, 73 and 55. RGB value is (36,115,85). Sum of RGB (Red+Green+Blue) = 36+115+85=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #247355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247355 is #DB8CAA. Grayscale: #575757. Windows color (decimal): -14388395 or 5600036. OLE color: 5600036.
HSL color Cylindrical-coordinate representation of color #247355: hue angle of 157.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247355 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 85 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.55 |
| HSL | 157.22º | 0.52% | 0.3% | - |
| HSV(B) | 157.22º | 0.69% | 0.45% | - |
| XYZ | 8.5 | 13.29 | 10.71 | - |
| YUV | 87.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 85 | 0.69 | 0 | 0.26 | 0.55 | 157.22 | 0.52 | 0.3 |
| Hex | 24 | 73 | 55 | 45 | 0 | 1A | 37 | 9D | 34 | 1E |
| Octal | 44 | 163 | 125 | 105 | 0 | 32 | 67 | 235 | 64 | 36 |
| Binary | 100100 | 1110011 | 1010101 | 1000101 | 0 | 11010 | 110111 | 10011101 | 110100 | 11110 |
Color Harmonies of #247355
Complementary color
Monochromatic Colors of #247355
Black with #247355
Text Example
Text Example
White with #247355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247355; }
p { color: rgb(36,115,85); }
H1.HeaderClassName
{
color: #247355;
}
.AnyTagClassName
{
color: #247355;
}
</style>
background-color css
<style>
a { background-color: #247355; }
a { background-color: rgb(36,115,85); }
div.DivClassName
{
background-color: #247355;
}
.BgClassName
{
background-color: #247355;
}
</style>
border-color css
<style>
span { border-color: #247355; }
span { border-color: rgb(36,115,85); }
td.TdClassName
{
border-color: #247355;
}
.TagClassName
{
border-color: #247355;
}
</style>