Shades of Ming #356D70
Tints of Ming #356D70
RGB
CMYK
RGB Variations
Color information
#356D70 (or 0x356D70) is known color: Ming. HEX triplet: 35, 6D and 70. RGB value is (53,109,112). Sum of RGB (Red+Green+Blue) = 53+109+112=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #356D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D70 is #CA928F. Grayscale: #5C5C5C. Windows color (decimal): -13275792 or 7367989. OLE color: 7367989.
HSL color Cylindrical-coordinate representation of color #356D70: hue angle of 183.05º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356D70 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 109 | 112 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.56 |
| HSL | 183.05º | 0.36% | 0.32% | - |
| HSV(B) | 183.05º | 0.53% | 0.44% | - |
| XYZ | 9.86 | 12.86 | 17.29 | - |
| YUV | 92.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 112 | 0.53 | 0.03 | 0 | 0.56 | 183.05 | 0.36 | 0.32 |
| Hex | 35 | 6D | 70 | 35 | 3 | 0 | 38 | B7 | 24 | 20 |
| Octal | 65 | 155 | 160 | 65 | 3 | 0 | 70 | 267 | 44 | 40 |
| Binary | 110101 | 1101101 | 1110000 | 110101 | 11 | 0 | 111000 | 10110111 | 100100 | 100000 |
Color Harmonies of #356D70
Complementary color
Monochromatic Colors of #356D70
Black with #356D70
Text Example
Text Example
White with #356D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D70; }
p { color: rgb(53,109,112); }
H1.HeaderClassName
{
color: #356D70;
}
.AnyTagClassName
{
color: #356D70;
}
</style>
background-color css
<style>
a { background-color: #356D70; }
a { background-color: rgb(53,109,112); }
div.DivClassName
{
background-color: #356D70;
}
.BgClassName
{
background-color: #356D70;
}
</style>
border-color css
<style>
span { border-color: #356D70; }
span { border-color: rgb(53,109,112); }
td.TdClassName
{
border-color: #356D70;
}
.TagClassName
{
border-color: #356D70;
}
</style>