Shades of Salem #237351
Tints of Salem #237351
RGB
CMYK
RGB Variations
Color information
#237351 (or 0x237351) is known color: Salem. HEX triplet: 23, 73 and 51. RGB value is (35,115,81). Sum of RGB (Red+Green+Blue) = 35+115+81=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #237351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237351 is #DC8CAE. Grayscale: #575757. Windows color (decimal): -14453935 or 5337891. OLE color: 5337891.
HSL color Cylindrical-coordinate representation of color #237351: hue angle of 154.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237351 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 81 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.55 |
| HSL | 154.5º | 0.53% | 0.29% | - |
| HSV(B) | 154.5º | 0.7% | 0.45% | - |
| XYZ | 8.31 | 13.21 | 9.9 | - |
| YUV | 87.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 81 | 0.70 | 0 | 0.30 | 0.55 | 154.5 | 0.53 | 0.29 |
| Hex | 23 | 73 | 51 | 46 | 0 | 1E | 37 | 9A | 35 | 1D |
| Octal | 43 | 163 | 121 | 106 | 0 | 36 | 67 | 232 | 65 | 35 |
| Binary | 100011 | 1110011 | 1010001 | 1000110 | 0 | 11110 | 110111 | 10011010 | 110101 | 11101 |
Color Harmonies of #237351
Complementary color
Monochromatic Colors of #237351
Black with #237351
Text Example
Text Example
White with #237351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237351; }
p { color: rgb(35,115,81); }
H1.HeaderClassName
{
color: #237351;
}
.AnyTagClassName
{
color: #237351;
}
</style>
background-color css
<style>
a { background-color: #237351; }
a { background-color: rgb(35,115,81); }
div.DivClassName
{
background-color: #237351;
}
.BgClassName
{
background-color: #237351;
}
</style>
border-color css
<style>
span { border-color: #237351; }
span { border-color: rgb(35,115,81); }
td.TdClassName
{
border-color: #237351;
}
.TagClassName
{
border-color: #237351;
}
</style>