Shades of Elm #358880
Tints of Elm #358880
RGB
CMYK
RGB Variations
Color information
#358880 (or 0x358880) is known color: Elm. HEX triplet: 35, 88 and 80. RGB value is (53,136,128). Sum of RGB (Red+Green+Blue) = 53+136+128=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #358880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358880 is #CA777F. Grayscale: #6E6E6E. Windows color (decimal): -13268864 or 8423477. OLE color: 8423477.
HSL color Cylindrical-coordinate representation of color #358880: hue angle of 174.22º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358880 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 128 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.47 |
| HSL | 174.22º | 0.44% | 0.37% | - |
| HSV(B) | 174.22º | 0.61% | 0.53% | - |
| XYZ | 14.17 | 19.92 | 23.52 | - |
| YUV | 110.27 | 138 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 128 | 0.61 | 0 | 0.06 | 0.47 | 174.22 | 0.44 | 0.37 |
| Hex | 35 | 88 | 80 | 3D | 0 | 6 | 2F | AE | 2C | 25 |
| Octal | 65 | 210 | 200 | 75 | 0 | 6 | 57 | 256 | 54 | 45 |
| Binary | 110101 | 10001000 | 10000000 | 111101 | 0 | 110 | 101111 | 10101110 | 101100 | 100101 |
Color Harmonies of #358880
Complementary color
Monochromatic Colors of #358880
Black with #358880
Text Example
Text Example
White with #358880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358880; }
p { color: rgb(53,136,128); }
H1.HeaderClassName
{
color: #358880;
}
.AnyTagClassName
{
color: #358880;
}
</style>
background-color css
<style>
a { background-color: #358880; }
a { background-color: rgb(53,136,128); }
div.DivClassName
{
background-color: #358880;
}
.BgClassName
{
background-color: #358880;
}
</style>
border-color css
<style>
span { border-color: #358880; }
span { border-color: rgb(53,136,128); }
td.TdClassName
{
border-color: #358880;
}
.TagClassName
{
border-color: #358880;
}
</style>