Shades of Salem #247254
Tints of Salem #247254
RGB
CMYK
RGB Variations
Color information
#247254 (or 0x247254) is known color: Salem. HEX triplet: 24, 72 and 54. RGB value is (36,114,84). Sum of RGB (Red+Green+Blue) = 36+114+84=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #247254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247254 is #DB8DAB. Grayscale: #575757. Windows color (decimal): -14388652 or 5534244. OLE color: 5534244.
HSL color Cylindrical-coordinate representation of color #247254: hue angle of 156.92º 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 #247254 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 114 | 84 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.55 |
| HSL | 156.92º | 0.52% | 0.29% | - |
| HSV(B) | 156.92º | 0.68% | 0.45% | - |
| XYZ | 8.35 | 13.05 | 10.47 | - |
| YUV | 87.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 84 | 0.68 | 0 | 0.26 | 0.55 | 156.92 | 0.52 | 0.29 |
| Hex | 24 | 72 | 54 | 44 | 0 | 1A | 37 | 9D | 34 | 1D |
| Octal | 44 | 162 | 124 | 104 | 0 | 32 | 67 | 235 | 64 | 35 |
| Binary | 100100 | 1110010 | 1010100 | 1000100 | 0 | 11010 | 110111 | 10011101 | 110100 | 11101 |
Color Harmonies of #247254
Complementary color
Monochromatic Colors of #247254
Black with #247254
Text Example
Text Example
White with #247254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247254; }
p { color: rgb(36,114,84); }
H1.HeaderClassName
{
color: #247254;
}
.AnyTagClassName
{
color: #247254;
}
</style>
background-color css
<style>
a { background-color: #247254; }
a { background-color: rgb(36,114,84); }
div.DivClassName
{
background-color: #247254;
}
.BgClassName
{
background-color: #247254;
}
</style>
border-color css
<style>
span { border-color: #247254; }
span { border-color: rgb(36,114,84); }
td.TdClassName
{
border-color: #247254;
}
.TagClassName
{
border-color: #247254;
}
</style>