Shades of Salem #237255
Tints of Salem #237255
RGB
CMYK
RGB Variations
Color information
#237255 (or 0x237255) is known color: Salem. HEX triplet: 23, 72 and 55. RGB value is (35,114,85). Sum of RGB (Red+Green+Blue) = 35+114+85=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #237255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237255 is #DC8DAA. Grayscale: #575757. Windows color (decimal): -14454187 or 5599779. OLE color: 5599779.
HSL color Cylindrical-coordinate representation of color #237255: hue angle of 157.97º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237255 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 114 | 85 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.55 |
| HSL | 157.97º | 0.53% | 0.29% | - |
| HSV(B) | 157.97º | 0.69% | 0.45% | - |
| XYZ | 8.35 | 13.05 | 10.67 | - |
| YUV | 87.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 114 | 85 | 0.69 | 0 | 0.25 | 0.55 | 157.97 | 0.53 | 0.29 |
| Hex | 23 | 72 | 55 | 45 | 0 | 19 | 37 | 9E | 35 | 1D |
| Octal | 43 | 162 | 125 | 105 | 0 | 31 | 67 | 236 | 65 | 35 |
| Binary | 100011 | 1110010 | 1010101 | 1000101 | 0 | 11001 | 110111 | 10011110 | 110101 | 11101 |
Color Harmonies of #237255
Complementary color
Monochromatic Colors of #237255
Black with #237255
Text Example
Text Example
White with #237255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237255; }
p { color: rgb(35,114,85); }
H1.HeaderClassName
{
color: #237255;
}
.AnyTagClassName
{
color: #237255;
}
</style>
background-color css
<style>
a { background-color: #237255; }
a { background-color: rgb(35,114,85); }
div.DivClassName
{
background-color: #237255;
}
.BgClassName
{
background-color: #237255;
}
</style>
border-color css
<style>
span { border-color: #237255; }
span { border-color: rgb(35,114,85); }
td.TdClassName
{
border-color: #237255;
}
.TagClassName
{
border-color: #237255;
}
</style>