Shades of Elm #34897D
Tints of Elm #34897D
RGB
CMYK
RGB Variations
Color information
#34897D (or 0x34897D) is known color: Elm. HEX triplet: 34, 89 and 7D. RGB value is (52,137,125). Sum of RGB (Red+Green+Blue) = 52+137+125=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #34897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34897D is #CB7682. Grayscale: #6E6E6E. Windows color (decimal): -13334147 or 8227124. OLE color: 8227124.
HSL color Cylindrical-coordinate representation of color #34897D: hue angle of 171.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34897D is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 137 | 125 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.46 |
| HSL | 171.53º | 0.45% | 0.37% | - |
| HSV(B) | 171.53º | 0.62% | 0.54% | - |
| XYZ | 14.06 | 20.1 | 22.54 | - |
| YUV | 110.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 137 | 125 | 0.62 | 0 | 0.09 | 0.46 | 171.53 | 0.45 | 0.37 |
| Hex | 34 | 89 | 7D | 3E | 0 | 9 | 2E | AC | 2D | 25 |
| Octal | 64 | 211 | 175 | 76 | 0 | 11 | 56 | 254 | 55 | 45 |
| Binary | 110100 | 10001001 | 1111101 | 111110 | 0 | 1001 | 101110 | 10101100 | 101101 | 100101 |
Color Harmonies of #34897D
Complementary color
Monochromatic Colors of #34897D
Black with #34897D
Text Example
Text Example
White with #34897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34897D; }
p { color: rgb(52,137,125); }
H1.HeaderClassName
{
color: #34897D;
}
.AnyTagClassName
{
color: #34897D;
}
</style>
background-color css
<style>
a { background-color: #34897D; }
a { background-color: rgb(52,137,125); }
div.DivClassName
{
background-color: #34897D;
}
.BgClassName
{
background-color: #34897D;
}
</style>
border-color css
<style>
span { border-color: #34897D; }
span { border-color: rgb(52,137,125); }
td.TdClassName
{
border-color: #34897D;
}
.TagClassName
{
border-color: #34897D;
}
</style>