Shades of Ming #346B77
Tints of Ming #346B77
RGB
CMYK
RGB Variations
Color information
#346B77 (or 0x346B77) is known color: Ming. HEX triplet: 34, 6B and 77. RGB value is (52,107,119). Sum of RGB (Red+Green+Blue) = 52+107+119=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #346B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B77 is #CB9488. Grayscale: #5B5B5B. Windows color (decimal): -13341833 or 7826228. OLE color: 7826228.
HSL color Cylindrical-coordinate representation of color #346B77: hue angle of 190.75º 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 #346B77 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 107 | 119 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.53 |
| HSL | 190.75º | 0.39% | 0.34% | - |
| HSV(B) | 190.75º | 0.56% | 0.47% | - |
| XYZ | 10 | 12.58 | 19.35 | - |
| YUV | 91.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 119 | 0.56 | 0.10 | 0 | 0.53 | 190.75 | 0.39 | 0.34 |
| Hex | 34 | 6B | 77 | 38 | A | 0 | 35 | BF | 27 | 22 |
| Octal | 64 | 153 | 167 | 70 | 12 | 0 | 65 | 277 | 47 | 42 |
| Binary | 110100 | 1101011 | 1110111 | 111000 | 1010 | 0 | 110101 | 10111111 | 100111 | 100010 |
Color Harmonies of #346B77
Complementary color
Monochromatic Colors of #346B77
Black with #346B77
Text Example
Text Example
White with #346B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B77; }
p { color: rgb(52,107,119); }
H1.HeaderClassName
{
color: #346B77;
}
.AnyTagClassName
{
color: #346B77;
}
</style>
background-color css
<style>
a { background-color: #346B77; }
a { background-color: rgb(52,107,119); }
div.DivClassName
{
background-color: #346B77;
}
.BgClassName
{
background-color: #346B77;
}
</style>
border-color css
<style>
span { border-color: #346B77; }
span { border-color: rgb(52,107,119); }
td.TdClassName
{
border-color: #346B77;
}
.TagClassName
{
border-color: #346B77;
}
</style>