Shades of Salem #247B5A
Tints of Salem #247B5A
RGB
CMYK
RGB Variations
Color information
#247B5A (or 0x247B5A) is known color: Salem. HEX triplet: 24, 7B and 5A. RGB value is (36,123,90). Sum of RGB (Red+Green+Blue) = 36+123+90=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 123 (48.44% from 255 or 49.40% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 123 - color contains mainly: green. Hex color #247B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B5A is #DB84A5. Grayscale: #5D5D5D. Windows color (decimal): -14386342 or 5929764. OLE color: 5929764.
HSL color Cylindrical-coordinate representation of color #247B5A: hue angle of 157.24º 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 #247B5A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 90 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.52 |
| HSL | 157.24º | 0.55% | 0.31% | - |
| HSV(B) | 157.24º | 0.71% | 0.48% | - |
| XYZ | 9.66 | 15.28 | 12.11 | - |
| YUV | 93.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 90 | 0.71 | 0 | 0.27 | 0.52 | 157.24 | 0.55 | 0.31 |
| Hex | 24 | 7B | 5A | 47 | 0 | 1B | 34 | 9D | 37 | 1F |
| Octal | 44 | 173 | 132 | 107 | 0 | 33 | 64 | 235 | 67 | 37 |
| Binary | 100100 | 1111011 | 1011010 | 1000111 | 0 | 11011 | 110100 | 10011101 | 110111 | 11111 |
Color Harmonies of #247B5A
Complementary color
Monochromatic Colors of #247B5A
Black with #247B5A
Text Example
Text Example
White with #247B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B5A; }
p { color: rgb(36,123,90); }
H1.HeaderClassName
{
color: #247B5A;
}
.AnyTagClassName
{
color: #247B5A;
}
</style>
background-color css
<style>
a { background-color: #247B5A; }
a { background-color: rgb(36,123,90); }
div.DivClassName
{
background-color: #247B5A;
}
.BgClassName
{
background-color: #247B5A;
}
</style>
border-color css
<style>
span { border-color: #247B5A; }
span { border-color: rgb(36,123,90); }
td.TdClassName
{
border-color: #247B5A;
}
.TagClassName
{
border-color: #247B5A;
}
</style>