Shades of Ming #346F73
Tints of Ming #346F73
RGB
CMYK
RGB Variations
Color information
#346F73 (or 0x346F73) is known color: Ming. HEX triplet: 34, 6F and 73. RGB value is (52,111,115). Sum of RGB (Red+Green+Blue) = 52+111+115=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #346F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F73 is #CB908C. Grayscale: #5D5D5D. Windows color (decimal): -13340813 or 7565108. OLE color: 7565108.
HSL color Cylindrical-coordinate representation of color #346F73: hue angle of 183.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346F73 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 111 | 115 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.55 |
| HSL | 183.81º | 0.38% | 0.33% | - |
| HSV(B) | 183.81º | 0.55% | 0.45% | - |
| XYZ | 10.2 | 13.34 | 18.26 | - |
| YUV | 93.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 115 | 0.55 | 0.03 | 0 | 0.55 | 183.81 | 0.38 | 0.33 |
| Hex | 34 | 6F | 73 | 37 | 3 | 0 | 37 | B8 | 26 | 21 |
| Octal | 64 | 157 | 163 | 67 | 3 | 0 | 67 | 270 | 46 | 41 |
| Binary | 110100 | 1101111 | 1110011 | 110111 | 11 | 0 | 110111 | 10111000 | 100110 | 100001 |
Color Harmonies of #346F73
Complementary color
Monochromatic Colors of #346F73
Black with #346F73
Text Example
Text Example
White with #346F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F73; }
p { color: rgb(52,111,115); }
H1.HeaderClassName
{
color: #346F73;
}
.AnyTagClassName
{
color: #346F73;
}
</style>
background-color css
<style>
a { background-color: #346F73; }
a { background-color: rgb(52,111,115); }
div.DivClassName
{
background-color: #346F73;
}
.BgClassName
{
background-color: #346F73;
}
</style>
border-color css
<style>
span { border-color: #346F73; }
span { border-color: rgb(52,111,115); }
td.TdClassName
{
border-color: #346F73;
}
.TagClassName
{
border-color: #346F73;
}
</style>