Shades of Ming #346B6D
Tints of Ming #346B6D
RGB
CMYK
RGB Variations
Color information
#346B6D (or 0x346B6D) is known color: Ming. HEX triplet: 34, 6B and 6D. RGB value is (52,107,109). Sum of RGB (Red+Green+Blue) = 52+107+109=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #346B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B6D is #CB9492. Grayscale: #5A5A5A. Windows color (decimal): -13341843 or 7170868. OLE color: 7170868.
HSL color Cylindrical-coordinate representation of color #346B6D: hue angle of 182.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346B6D is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 107 | 109 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.57 |
| HSL | 182.11º | 0.35% | 0.32% | - |
| HSV(B) | 182.11º | 0.52% | 0.43% | - |
| XYZ | 9.43 | 12.35 | 16.35 | - |
| YUV | 90.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 109 | 0.52 | 0.02 | 0 | 0.57 | 182.11 | 0.35 | 0.32 |
| Hex | 34 | 6B | 6D | 34 | 2 | 0 | 39 | B6 | 23 | 20 |
| Octal | 64 | 153 | 155 | 64 | 2 | 0 | 71 | 266 | 43 | 40 |
| Binary | 110100 | 1101011 | 1101101 | 110100 | 10 | 0 | 111001 | 10110110 | 100011 | 100000 |
Color Harmonies of #346B6D
Complementary color
Monochromatic Colors of #346B6D
Black with #346B6D
Text Example
Text Example
White with #346B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346B6D; }
p { color: rgb(52,107,109); }
H1.HeaderClassName
{
color: #346B6D;
}
.AnyTagClassName
{
color: #346B6D;
}
</style>
background-color css
<style>
a { background-color: #346B6D; }
a { background-color: rgb(52,107,109); }
div.DivClassName
{
background-color: #346B6D;
}
.BgClassName
{
background-color: #346B6D;
}
</style>
border-color css
<style>
span { border-color: #346B6D; }
span { border-color: rgb(52,107,109); }
td.TdClassName
{
border-color: #346B6D;
}
.TagClassName
{
border-color: #346B6D;
}
</style>