Shades of Ming #346D73
Tints of Ming #346D73
RGB
CMYK
RGB Variations
Color information
#346D73 (or 0x346D73) is known color: Ming. HEX triplet: 34, 6D and 73. RGB value is (52,109,115). Sum of RGB (Red+Green+Blue) = 52+109+115=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #346D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D73 is #CB928C. Grayscale: #5C5C5C. Windows color (decimal): -13341325 or 7564596. OLE color: 7564596.
HSL color Cylindrical-coordinate representation of color #346D73: hue angle of 185.71º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346D73 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 109 | 115 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.55 |
| HSL | 185.71º | 0.38% | 0.33% | - |
| HSV(B) | 185.71º | 0.55% | 0.45% | - |
| XYZ | 9.98 | 12.91 | 18.18 | - |
| YUV | 92.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 115 | 0.55 | 0.05 | 0 | 0.55 | 185.71 | 0.38 | 0.33 |
| Hex | 34 | 6D | 73 | 37 | 5 | 0 | 37 | BA | 26 | 21 |
| Octal | 64 | 155 | 163 | 67 | 5 | 0 | 67 | 272 | 46 | 41 |
| Binary | 110100 | 1101101 | 1110011 | 110111 | 101 | 0 | 110111 | 10111010 | 100110 | 100001 |
Color Harmonies of #346D73
Complementary color
Monochromatic Colors of #346D73
Black with #346D73
Text Example
Text Example
White with #346D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D73; }
p { color: rgb(52,109,115); }
H1.HeaderClassName
{
color: #346D73;
}
.AnyTagClassName
{
color: #346D73;
}
</style>
background-color css
<style>
a { background-color: #346D73; }
a { background-color: rgb(52,109,115); }
div.DivClassName
{
background-color: #346D73;
}
.BgClassName
{
background-color: #346D73;
}
</style>
border-color css
<style>
span { border-color: #346D73; }
span { border-color: rgb(52,109,115); }
td.TdClassName
{
border-color: #346D73;
}
.TagClassName
{
border-color: #346D73;
}
</style>