Shades of Elm #348880
Tints of Elm #348880
RGB
CMYK
RGB Variations
Color information
#348880 (or 0x348880) is known color: Elm. HEX triplet: 34, 88 and 80. RGB value is (52,136,128). Sum of RGB (Red+Green+Blue) = 52+136+128=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #348880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348880 is #CB777F. Grayscale: #6D6D6D. Windows color (decimal): -13334400 or 8423476. OLE color: 8423476.
HSL color Cylindrical-coordinate representation of color #348880: hue angle of 174.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348880 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 128 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.47 |
| HSL | 174.29º | 0.45% | 0.37% | - |
| HSV(B) | 174.29º | 0.62% | 0.53% | - |
| XYZ | 14.12 | 19.9 | 23.52 | - |
| YUV | 109.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 128 | 0.62 | 0 | 0.06 | 0.47 | 174.29 | 0.45 | 0.37 |
| Hex | 34 | 88 | 80 | 3E | 0 | 6 | 2F | AE | 2D | 25 |
| Octal | 64 | 210 | 200 | 76 | 0 | 6 | 57 | 256 | 55 | 45 |
| Binary | 110100 | 10001000 | 10000000 | 111110 | 0 | 110 | 101111 | 10101110 | 101101 | 100101 |
Color Harmonies of #348880
Complementary color
Monochromatic Colors of #348880
Black with #348880
Text Example
Text Example
White with #348880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348880; }
p { color: rgb(52,136,128); }
H1.HeaderClassName
{
color: #348880;
}
.AnyTagClassName
{
color: #348880;
}
</style>
background-color css
<style>
a { background-color: #348880; }
a { background-color: rgb(52,136,128); }
div.DivClassName
{
background-color: #348880;
}
.BgClassName
{
background-color: #348880;
}
</style>
border-color css
<style>
span { border-color: #348880; }
span { border-color: rgb(52,136,128); }
td.TdClassName
{
border-color: #348880;
}
.TagClassName
{
border-color: #348880;
}
</style>