Shades of Ming #346E70
Tints of Ming #346E70
RGB
CMYK
RGB Variations
Color information
#346E70 (or 0x346E70) is known color: Ming. HEX triplet: 34, 6E and 70. RGB value is (52,110,112). Sum of RGB (Red+Green+Blue) = 52+110+112=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #346E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E70 is #CB918F. Grayscale: #5C5C5C. Windows color (decimal): -13341072 or 7368244. OLE color: 7368244.
HSL color Cylindrical-coordinate representation of color #346E70: hue angle of 182º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346E70 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 110 | 112 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.56 |
| HSL | 182º | 0.37% | 0.32% | - |
| HSV(B) | 182º | 0.54% | 0.44% | - |
| XYZ | 9.92 | 13.05 | 17.33 | - |
| YUV | 92.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 112 | 0.54 | 0.02 | 0 | 0.56 | 182 | 0.37 | 0.32 |
| Hex | 34 | 6E | 70 | 36 | 2 | 0 | 38 | B6 | 25 | 20 |
| Octal | 64 | 156 | 160 | 66 | 2 | 0 | 70 | 266 | 45 | 40 |
| Binary | 110100 | 1101110 | 1110000 | 110110 | 10 | 0 | 111000 | 10110110 | 100101 | 100000 |
Color Harmonies of #346E70
Complementary color
Monochromatic Colors of #346E70
Black with #346E70
Text Example
Text Example
White with #346E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E70; }
p { color: rgb(52,110,112); }
H1.HeaderClassName
{
color: #346E70;
}
.AnyTagClassName
{
color: #346E70;
}
</style>
background-color css
<style>
a { background-color: #346E70; }
a { background-color: rgb(52,110,112); }
div.DivClassName
{
background-color: #346E70;
}
.BgClassName
{
background-color: #346E70;
}
</style>
border-color css
<style>
span { border-color: #346E70; }
span { border-color: rgb(52,110,112); }
td.TdClassName
{
border-color: #346E70;
}
.TagClassName
{
border-color: #346E70;
}
</style>