Shades of Ming #346F76
Tints of Ming #346F76
RGB
CMYK
RGB Variations
Color information
#346F76 (or 0x346F76) is known color: Ming. HEX triplet: 34, 6F and 76. RGB value is (52,111,118). Sum of RGB (Red+Green+Blue) = 52+111+118=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #346F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F76 is #CB9089. Grayscale: #5E5E5E. Windows color (decimal): -13340810 or 7761716. OLE color: 7761716.
HSL color Cylindrical-coordinate representation of color #346F76: hue angle of 186.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346F76 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 111 | 118 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.54 |
| HSL | 186.36º | 0.39% | 0.33% | - |
| HSV(B) | 186.36º | 0.56% | 0.46% | - |
| XYZ | 10.37 | 13.41 | 19.18 | - |
| YUV | 94.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 118 | 0.56 | 0.06 | 0 | 0.54 | 186.36 | 0.39 | 0.33 |
| Hex | 34 | 6F | 76 | 38 | 6 | 0 | 36 | BA | 27 | 21 |
| Octal | 64 | 157 | 166 | 70 | 6 | 0 | 66 | 272 | 47 | 41 |
| Binary | 110100 | 1101111 | 1110110 | 111000 | 110 | 0 | 110110 | 10111010 | 100111 | 100001 |
Color Harmonies of #346F76
Complementary color
Monochromatic Colors of #346F76
Black with #346F76
Text Example
Text Example
White with #346F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F76; }
p { color: rgb(52,111,118); }
H1.HeaderClassName
{
color: #346F76;
}
.AnyTagClassName
{
color: #346F76;
}
</style>
background-color css
<style>
a { background-color: #346F76; }
a { background-color: rgb(52,111,118); }
div.DivClassName
{
background-color: #346F76;
}
.BgClassName
{
background-color: #346F76;
}
</style>
border-color css
<style>
span { border-color: #346F76; }
span { border-color: rgb(52,111,118); }
td.TdClassName
{
border-color: #346F76;
}
.TagClassName
{
border-color: #346F76;
}
</style>