Shades of Salem #247351
Tints of Salem #247351
RGB
CMYK
RGB Variations
Color information
#247351 (or 0x247351) is known color: Salem. HEX triplet: 24, 73 and 51. RGB value is (36,115,81). Sum of RGB (Red+Green+Blue) = 36+115+81=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #247351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247351 is #DB8CAE. Grayscale: #575757. Windows color (decimal): -14388399 or 5337892. OLE color: 5337892.
HSL color Cylindrical-coordinate representation of color #247351: hue angle of 154.18º 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 #247351 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 115 | 81 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.55 |
| HSL | 154.18º | 0.52% | 0.3% | - |
| HSV(B) | 154.18º | 0.69% | 0.45% | - |
| XYZ | 8.34 | 13.23 | 9.9 | - |
| YUV | 87.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 81 | 0.69 | 0 | 0.30 | 0.55 | 154.18 | 0.52 | 0.3 |
| Hex | 24 | 73 | 51 | 45 | 0 | 1E | 37 | 9A | 34 | 1E |
| Octal | 44 | 163 | 121 | 105 | 0 | 36 | 67 | 232 | 64 | 36 |
| Binary | 100100 | 1110011 | 1010001 | 1000101 | 0 | 11110 | 110111 | 10011010 | 110100 | 11110 |
Color Harmonies of #247351
Complementary color
Monochromatic Colors of #247351
Black with #247351
Text Example
Text Example
White with #247351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247351; }
p { color: rgb(36,115,81); }
H1.HeaderClassName
{
color: #247351;
}
.AnyTagClassName
{
color: #247351;
}
</style>
background-color css
<style>
a { background-color: #247351; }
a { background-color: rgb(36,115,81); }
div.DivClassName
{
background-color: #247351;
}
.BgClassName
{
background-color: #247351;
}
</style>
border-color css
<style>
span { border-color: #247351; }
span { border-color: rgb(36,115,81); }
td.TdClassName
{
border-color: #247351;
}
.TagClassName
{
border-color: #247351;
}
</style>