Shades of Ming #346A72
Tints of Ming #346A72
RGB
CMYK
RGB Variations
Color information
#346A72 (or 0x346A72) is known color: Ming. HEX triplet: 34, 6A and 72. RGB value is (52,106,114). Sum of RGB (Red+Green+Blue) = 52+106+114=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #346A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A72 is #CB958D. Grayscale: #5A5A5A. Windows color (decimal): -13342094 or 7498292. OLE color: 7498292.
HSL color Cylindrical-coordinate representation of color #346A72: hue angle of 187.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346A72 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 106 | 114 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.55 |
| HSL | 187.74º | 0.37% | 0.33% | - |
| HSV(B) | 187.74º | 0.54% | 0.45% | - |
| XYZ | 9.61 | 12.25 | 17.78 | - |
| YUV | 90.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 114 | 0.54 | 0.07 | 0 | 0.55 | 187.74 | 0.37 | 0.33 |
| Hex | 34 | 6A | 72 | 36 | 7 | 0 | 37 | BC | 25 | 21 |
| Octal | 64 | 152 | 162 | 66 | 7 | 0 | 67 | 274 | 45 | 41 |
| Binary | 110100 | 1101010 | 1110010 | 110110 | 111 | 0 | 110111 | 10111100 | 100101 | 100001 |
Color Harmonies of #346A72
Complementary color
Monochromatic Colors of #346A72
Black with #346A72
Text Example
Text Example
White with #346A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A72; }
p { color: rgb(52,106,114); }
H1.HeaderClassName
{
color: #346A72;
}
.AnyTagClassName
{
color: #346A72;
}
</style>
background-color css
<style>
a { background-color: #346A72; }
a { background-color: rgb(52,106,114); }
div.DivClassName
{
background-color: #346A72;
}
.BgClassName
{
background-color: #346A72;
}
</style>
border-color css
<style>
span { border-color: #346A72; }
span { border-color: rgb(52,106,114); }
td.TdClassName
{
border-color: #346A72;
}
.TagClassName
{
border-color: #346A72;
}
</style>