Shades of Salem #257252
Tints of Salem #257252
RGB
CMYK
RGB Variations
Color information
#257252 (or 0x257252) is known color: Salem. HEX triplet: 25, 72 and 52. RGB value is (37,114,82). Sum of RGB (Red+Green+Blue) = 37+114+82=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #257252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257252 is #DA8DAD. Grayscale: #575757. Windows color (decimal): -14323118 or 5403173. OLE color: 5403173.
HSL color Cylindrical-coordinate representation of color #257252: hue angle of 155.06º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257252 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 82 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.55 |
| HSL | 155.06º | 0.51% | 0.3% | - |
| HSV(B) | 155.06º | 0.68% | 0.45% | - |
| XYZ | 8.3 | 13.04 | 10.06 | - |
| YUV | 87.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 82 | 0.68 | 0 | 0.28 | 0.55 | 155.06 | 0.51 | 0.3 |
| Hex | 25 | 72 | 52 | 44 | 0 | 1C | 37 | 9B | 33 | 1E |
| Octal | 45 | 162 | 122 | 104 | 0 | 34 | 67 | 233 | 63 | 36 |
| Binary | 100101 | 1110010 | 1010010 | 1000100 | 0 | 11100 | 110111 | 10011011 | 110011 | 11110 |
Color Harmonies of #257252
Complementary color
Monochromatic Colors of #257252
Black with #257252
Text Example
Text Example
White with #257252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257252; }
p { color: rgb(37,114,82); }
H1.HeaderClassName
{
color: #257252;
}
.AnyTagClassName
{
color: #257252;
}
</style>
background-color css
<style>
a { background-color: #257252; }
a { background-color: rgb(37,114,82); }
div.DivClassName
{
background-color: #257252;
}
.BgClassName
{
background-color: #257252;
}
</style>
border-color css
<style>
span { border-color: #257252; }
span { border-color: rgb(37,114,82); }
td.TdClassName
{
border-color: #257252;
}
.TagClassName
{
border-color: #257252;
}
</style>