Shades of Ming #346C77
Tints of Ming #346C77
RGB
CMYK
RGB Variations
Color information
#346C77 (or 0x346C77) is known color: Ming. HEX triplet: 34, 6C and 77. RGB value is (52,108,119). Sum of RGB (Red+Green+Blue) = 52+108+119=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #346C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C77 is #CB9388. Grayscale: #5C5C5C. Windows color (decimal): -13341577 or 7826484. OLE color: 7826484.
HSL color Cylindrical-coordinate representation of color #346C77: hue angle of 189.85º 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 #346C77 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 108 | 119 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.53 |
| HSL | 189.85º | 0.39% | 0.34% | - |
| HSV(B) | 189.85º | 0.56% | 0.47% | - |
| XYZ | 10.11 | 12.79 | 19.39 | - |
| YUV | 92.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 119 | 0.56 | 0.09 | 0 | 0.53 | 189.85 | 0.39 | 0.34 |
| Hex | 34 | 6C | 77 | 38 | 9 | 0 | 35 | BE | 27 | 22 |
| Octal | 64 | 154 | 167 | 70 | 11 | 0 | 65 | 276 | 47 | 42 |
| Binary | 110100 | 1101100 | 1110111 | 111000 | 1001 | 0 | 110101 | 10111110 | 100111 | 100010 |
Color Harmonies of #346C77
Complementary color
Monochromatic Colors of #346C77
Black with #346C77
Text Example
Text Example
White with #346C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C77; }
p { color: rgb(52,108,119); }
H1.HeaderClassName
{
color: #346C77;
}
.AnyTagClassName
{
color: #346C77;
}
</style>
background-color css
<style>
a { background-color: #346C77; }
a { background-color: rgb(52,108,119); }
div.DivClassName
{
background-color: #346C77;
}
.BgClassName
{
background-color: #346C77;
}
</style>
border-color css
<style>
span { border-color: #346C77; }
span { border-color: rgb(52,108,119); }
td.TdClassName
{
border-color: #346C77;
}
.TagClassName
{
border-color: #346C77;
}
</style>