Shades of Ming #346D71
Tints of Ming #346D71
RGB
CMYK
RGB Variations
Color information
#346D71 (or 0x346D71) is known color: Ming. HEX triplet: 34, 6D and 71. RGB value is (52,109,113). Sum of RGB (Red+Green+Blue) = 52+109+113=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #346D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D71 is #CB928E. Grayscale: #5C5C5C. Windows color (decimal): -13341327 or 7433524. OLE color: 7433524.
HSL color Cylindrical-coordinate representation of color #346D71: hue angle of 183.93º 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 #346D71 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 109 | 113 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.56 |
| HSL | 183.93º | 0.37% | 0.32% | - |
| HSV(B) | 183.93º | 0.54% | 0.44% | - |
| XYZ | 9.87 | 12.86 | 17.58 | - |
| YUV | 92.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 113 | 0.54 | 0.04 | 0 | 0.56 | 183.93 | 0.37 | 0.32 |
| Hex | 34 | 6D | 71 | 36 | 4 | 0 | 38 | B8 | 25 | 20 |
| Octal | 64 | 155 | 161 | 66 | 4 | 0 | 70 | 270 | 45 | 40 |
| Binary | 110100 | 1101101 | 1110001 | 110110 | 100 | 0 | 111000 | 10111000 | 100101 | 100000 |
Color Harmonies of #346D71
Complementary color
Monochromatic Colors of #346D71
Black with #346D71
Text Example
Text Example
White with #346D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D71; }
p { color: rgb(52,109,113); }
H1.HeaderClassName
{
color: #346D71;
}
.AnyTagClassName
{
color: #346D71;
}
</style>
background-color css
<style>
a { background-color: #346D71; }
a { background-color: rgb(52,109,113); }
div.DivClassName
{
background-color: #346D71;
}
.BgClassName
{
background-color: #346D71;
}
</style>
border-color css
<style>
span { border-color: #346D71; }
span { border-color: rgb(52,109,113); }
td.TdClassName
{
border-color: #346D71;
}
.TagClassName
{
border-color: #346D71;
}
</style>