Shades of Ming #356E70
Tints of Ming #356E70
RGB
CMYK
RGB Variations
Color information
#356E70 (or 0x356E70) is known color: Ming. HEX triplet: 35, 6E and 70. RGB value is (53,110,112). Sum of RGB (Red+Green+Blue) = 53+110+112=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #356E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356E70 is #CA918F. Grayscale: #5D5D5D. Windows color (decimal): -13275536 or 7368245. OLE color: 7368245.
HSL color Cylindrical-coordinate representation of color #356E70: hue angle of 182.03º 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 #356E70 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 110 | 112 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.56 |
| HSL | 182.03º | 0.36% | 0.32% | - |
| HSV(B) | 182.03º | 0.53% | 0.44% | - |
| XYZ | 9.97 | 13.08 | 17.33 | - |
| YUV | 93.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 112 | 0.53 | 0.02 | 0 | 0.56 | 182.03 | 0.36 | 0.32 |
| Hex | 35 | 6E | 70 | 35 | 2 | 0 | 38 | B6 | 24 | 20 |
| Octal | 65 | 156 | 160 | 65 | 2 | 0 | 70 | 266 | 44 | 40 |
| Binary | 110101 | 1101110 | 1110000 | 110101 | 10 | 0 | 111000 | 10110110 | 100100 | 100000 |
Color Harmonies of #356E70
Complementary color
Monochromatic Colors of #356E70
Black with #356E70
Text Example
Text Example
White with #356E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356E70; }
p { color: rgb(53,110,112); }
H1.HeaderClassName
{
color: #356E70;
}
.AnyTagClassName
{
color: #356E70;
}
</style>
background-color css
<style>
a { background-color: #356E70; }
a { background-color: rgb(53,110,112); }
div.DivClassName
{
background-color: #356E70;
}
.BgClassName
{
background-color: #356E70;
}
</style>
border-color css
<style>
span { border-color: #356E70; }
span { border-color: rgb(53,110,112); }
td.TdClassName
{
border-color: #356E70;
}
.TagClassName
{
border-color: #356E70;
}
</style>