Shades of Salem #247B53
Tints of Salem #247B53
RGB
CMYK
RGB Variations
Color information
#247B53 (or 0x247B53) is known color: Salem. HEX triplet: 24, 7B and 53. RGB value is (36,123,83). Sum of RGB (Red+Green+Blue) = 36+123+83=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #247B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B53 is #DB84AC. Grayscale: #5C5C5C. Windows color (decimal): -14386349 or 5471012. OLE color: 5471012.
HSL color Cylindrical-coordinate representation of color #247B53: hue angle of 152.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B53 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 83 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.52 |
| HSL | 152.41º | 0.55% | 0.31% | - |
| HSV(B) | 152.41º | 0.71% | 0.48% | - |
| XYZ | 9.37 | 15.17 | 10.62 | - |
| YUV | 92.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 83 | 0.71 | 0 | 0.33 | 0.52 | 152.41 | 0.55 | 0.31 |
| Hex | 24 | 7B | 53 | 47 | 0 | 21 | 34 | 98 | 37 | 1F |
| Octal | 44 | 173 | 123 | 107 | 0 | 41 | 64 | 230 | 67 | 37 |
| Binary | 100100 | 1111011 | 1010011 | 1000111 | 0 | 100001 | 110100 | 10011000 | 110111 | 11111 |
Color Harmonies of #247B53
Complementary color
Monochromatic Colors of #247B53
Black with #247B53
Text Example
Text Example
White with #247B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B53; }
p { color: rgb(36,123,83); }
H1.HeaderClassName
{
color: #247B53;
}
.AnyTagClassName
{
color: #247B53;
}
</style>
background-color css
<style>
a { background-color: #247B53; }
a { background-color: rgb(36,123,83); }
div.DivClassName
{
background-color: #247B53;
}
.BgClassName
{
background-color: #247B53;
}
</style>
border-color css
<style>
span { border-color: #247B53; }
span { border-color: rgb(36,123,83); }
td.TdClassName
{
border-color: #247B53;
}
.TagClassName
{
border-color: #247B53;
}
</style>