Shades of Elm #32857E
Tints of Elm #32857E
RGB
CMYK
RGB Variations
Color information
#32857E (or 0x32857E) is known color: Elm. HEX triplet: 32, 85 and 7E. RGB value is (50,133,126). Sum of RGB (Red+Green+Blue) = 50+133+126=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #32857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32857E is #CD7A81. Grayscale: #6B6B6B. Windows color (decimal): -13466242 or 8291634. OLE color: 8291634.
HSL color Cylindrical-coordinate representation of color #32857E: hue angle of 174.94º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32857E is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 126 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.48 |
| HSL | 174.94º | 0.45% | 0.36% | - |
| HSV(B) | 174.94º | 0.62% | 0.52% | - |
| XYZ | 13.47 | 18.96 | 22.69 | - |
| YUV | 107.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 126 | 0.62 | 0 | 0.05 | 0.48 | 174.94 | 0.45 | 0.36 |
| Hex | 32 | 85 | 7E | 3E | 0 | 5 | 30 | AF | 2D | 24 |
| Octal | 62 | 205 | 176 | 76 | 0 | 5 | 60 | 257 | 55 | 44 |
| Binary | 110010 | 10000101 | 1111110 | 111110 | 0 | 101 | 110000 | 10101111 | 101101 | 100100 |
Color Harmonies of #32857E
Complementary color
Monochromatic Colors of #32857E
Black with #32857E
Text Example
Text Example
White with #32857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32857E; }
p { color: rgb(50,133,126); }
H1.HeaderClassName
{
color: #32857E;
}
.AnyTagClassName
{
color: #32857E;
}
</style>
background-color css
<style>
a { background-color: #32857E; }
a { background-color: rgb(50,133,126); }
div.DivClassName
{
background-color: #32857E;
}
.BgClassName
{
background-color: #32857E;
}
</style>
border-color css
<style>
span { border-color: #32857E; }
span { border-color: rgb(50,133,126); }
td.TdClassName
{
border-color: #32857E;
}
.TagClassName
{
border-color: #32857E;
}
</style>