Shades of Salem #247B54
Tints of Salem #247B54
RGB
CMYK
RGB Variations
Color information
#247B54 (or 0x247B54) is known color: Salem. HEX triplet: 24, 7B and 54. RGB value is (36,123,84). Sum of RGB (Red+Green+Blue) = 36+123+84=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #247B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B54 is #DB84AB. Grayscale: #5C5C5C. Windows color (decimal): -14386348 or 5536548. OLE color: 5536548.
HSL color Cylindrical-coordinate representation of color #247B54: hue angle of 153.1º 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 #247B54 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 84 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.52 |
| HSL | 153.1º | 0.55% | 0.31% | - |
| HSV(B) | 153.1º | 0.71% | 0.48% | - |
| XYZ | 9.41 | 15.18 | 10.82 | - |
| YUV | 92.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 84 | 0.71 | 0 | 0.32 | 0.52 | 153.1 | 0.55 | 0.31 |
| Hex | 24 | 7B | 54 | 47 | 0 | 20 | 34 | 99 | 37 | 1F |
| Octal | 44 | 173 | 124 | 107 | 0 | 40 | 64 | 231 | 67 | 37 |
| Binary | 100100 | 1111011 | 1010100 | 1000111 | 0 | 100000 | 110100 | 10011001 | 110111 | 11111 |
Color Harmonies of #247B54
Complementary color
Monochromatic Colors of #247B54
Black with #247B54
Text Example
Text Example
White with #247B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B54; }
p { color: rgb(36,123,84); }
H1.HeaderClassName
{
color: #247B54;
}
.AnyTagClassName
{
color: #247B54;
}
</style>
background-color css
<style>
a { background-color: #247B54; }
a { background-color: rgb(36,123,84); }
div.DivClassName
{
background-color: #247B54;
}
.BgClassName
{
background-color: #247B54;
}
</style>
border-color css
<style>
span { border-color: #247B54; }
span { border-color: rgb(36,123,84); }
td.TdClassName
{
border-color: #247B54;
}
.TagClassName
{
border-color: #247B54;
}
</style>