Shades of Ming #346E77
Tints of Ming #346E77
RGB
CMYK
RGB Variations
Color information
#346E77 (or 0x346E77) is known color: Ming. HEX triplet: 34, 6E and 77. RGB value is (52,110,119). Sum of RGB (Red+Green+Blue) = 52+110+119=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #346E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E77 is #CB9188. Grayscale: #5D5D5D. Windows color (decimal): -13341065 or 7826996. OLE color: 7826996.
HSL color Cylindrical-coordinate representation of color #346E77: hue angle of 188.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346E77 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 110 | 119 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.53 |
| HSL | 188.06º | 0.39% | 0.34% | - |
| HSV(B) | 188.06º | 0.56% | 0.47% | - |
| XYZ | 10.32 | 13.21 | 19.46 | - |
| YUV | 93.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 119 | 0.56 | 0.08 | 0 | 0.53 | 188.06 | 0.39 | 0.34 |
| Hex | 34 | 6E | 77 | 38 | 8 | 0 | 35 | BC | 27 | 22 |
| Octal | 64 | 156 | 167 | 70 | 10 | 0 | 65 | 274 | 47 | 42 |
| Binary | 110100 | 1101110 | 1110111 | 111000 | 1000 | 0 | 110101 | 10111100 | 100111 | 100010 |
Color Harmonies of #346E77
Complementary color
Monochromatic Colors of #346E77
Black with #346E77
Text Example
Text Example
White with #346E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E77; }
p { color: rgb(52,110,119); }
H1.HeaderClassName
{
color: #346E77;
}
.AnyTagClassName
{
color: #346E77;
}
</style>
background-color css
<style>
a { background-color: #346E77; }
a { background-color: rgb(52,110,119); }
div.DivClassName
{
background-color: #346E77;
}
.BgClassName
{
background-color: #346E77;
}
</style>
border-color css
<style>
span { border-color: #346E77; }
span { border-color: rgb(52,110,119); }
td.TdClassName
{
border-color: #346E77;
}
.TagClassName
{
border-color: #346E77;
}
</style>