Shades of Ming #346F71
Tints of Ming #346F71
RGB
CMYK
RGB Variations
Color information
#346F71 (or 0x346F71) is known color: Ming. HEX triplet: 34, 6F and 71. RGB value is (52,111,113). Sum of RGB (Red+Green+Blue) = 52+111+113=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #346F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F71 is #CB908E. Grayscale: #5D5D5D. Windows color (decimal): -13340815 or 7434036. OLE color: 7434036.
HSL color Cylindrical-coordinate representation of color #346F71: hue angle of 181.97º 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 #346F71 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 113 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.56 |
| HSL | 181.97º | 0.37% | 0.32% | - |
| HSV(B) | 181.97º | 0.54% | 0.44% | - |
| XYZ | 10.08 | 13.29 | 17.66 | - |
| YUV | 93.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 113 | 0.54 | 0.02 | 0 | 0.56 | 181.97 | 0.37 | 0.32 |
| Hex | 34 | 6F | 71 | 36 | 2 | 0 | 38 | B6 | 25 | 20 |
| Octal | 64 | 157 | 161 | 66 | 2 | 0 | 70 | 266 | 45 | 40 |
| Binary | 110100 | 1101111 | 1110001 | 110110 | 10 | 0 | 111000 | 10110110 | 100101 | 100000 |
Color Harmonies of #346F71
Complementary color
Monochromatic Colors of #346F71
Black with #346F71
Text Example
Text Example
White with #346F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F71; }
p { color: rgb(52,111,113); }
H1.HeaderClassName
{
color: #346F71;
}
.AnyTagClassName
{
color: #346F71;
}
</style>
background-color css
<style>
a { background-color: #346F71; }
a { background-color: rgb(52,111,113); }
div.DivClassName
{
background-color: #346F71;
}
.BgClassName
{
background-color: #346F71;
}
</style>
border-color css
<style>
span { border-color: #346F71; }
span { border-color: rgb(52,111,113); }
td.TdClassName
{
border-color: #346F71;
}
.TagClassName
{
border-color: #346F71;
}
</style>