Shades of Ming #346C6E
Tints of Ming #346C6E
RGB
CMYK
RGB Variations
Color information
#346C6E (or 0x346C6E) is known color: Ming. HEX triplet: 34, 6C and 6E. RGB value is (52,108,110). Sum of RGB (Red+Green+Blue) = 52+108+110=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #346C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C6E is #CB9391. Grayscale: #5B5B5B. Windows color (decimal): -13341586 or 7236660. OLE color: 7236660.
HSL color Cylindrical-coordinate representation of color #346C6E: hue angle of 182.07º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346C6E is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 108 | 110 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.57 |
| HSL | 182.07º | 0.36% | 0.32% | - |
| HSV(B) | 182.07º | 0.53% | 0.43% | - |
| XYZ | 9.59 | 12.58 | 16.67 | - |
| YUV | 91.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 110 | 0.53 | 0.02 | 0 | 0.57 | 182.07 | 0.36 | 0.32 |
| Hex | 34 | 6C | 6E | 35 | 2 | 0 | 39 | B6 | 24 | 20 |
| Octal | 64 | 154 | 156 | 65 | 2 | 0 | 71 | 266 | 44 | 40 |
| Binary | 110100 | 1101100 | 1101110 | 110101 | 10 | 0 | 111001 | 10110110 | 100100 | 100000 |
Color Harmonies of #346C6E
Complementary color
Monochromatic Colors of #346C6E
Black with #346C6E
Text Example
Text Example
White with #346C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C6E; }
p { color: rgb(52,108,110); }
H1.HeaderClassName
{
color: #346C6E;
}
.AnyTagClassName
{
color: #346C6E;
}
</style>
background-color css
<style>
a { background-color: #346C6E; }
a { background-color: rgb(52,108,110); }
div.DivClassName
{
background-color: #346C6E;
}
.BgClassName
{
background-color: #346C6E;
}
</style>
border-color css
<style>
span { border-color: #346C6E; }
span { border-color: rgb(52,108,110); }
td.TdClassName
{
border-color: #346C6E;
}
.TagClassName
{
border-color: #346C6E;
}
</style>