Shades of Ming #356C73
Tints of Ming #356C73
RGB
CMYK
RGB Variations
Color information
#356C73 (or 0x356C73) is known color: Ming. HEX triplet: 35, 6C and 73. RGB value is (53,108,115). Sum of RGB (Red+Green+Blue) = 53+108+115=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #356C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C73 is #CA938C. Grayscale: #5C5C5C. Windows color (decimal): -13276045 or 7564341. OLE color: 7564341.
HSL color Cylindrical-coordinate representation of color #356C73: hue angle of 186.77º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356C73 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 108 | 115 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.55 |
| HSL | 186.77º | 0.37% | 0.33% | - |
| HSV(B) | 186.77º | 0.54% | 0.45% | - |
| XYZ | 9.93 | 12.72 | 18.15 | - |
| YUV | 92.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 115 | 0.54 | 0.06 | 0 | 0.55 | 186.77 | 0.37 | 0.33 |
| Hex | 35 | 6C | 73 | 36 | 6 | 0 | 37 | BB | 25 | 21 |
| Octal | 65 | 154 | 163 | 66 | 6 | 0 | 67 | 273 | 45 | 41 |
| Binary | 110101 | 1101100 | 1110011 | 110110 | 110 | 0 | 110111 | 10111011 | 100101 | 100001 |
Color Harmonies of #356C73
Complementary color
Monochromatic Colors of #356C73
Black with #356C73
Text Example
Text Example
White with #356C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C73; }
p { color: rgb(53,108,115); }
H1.HeaderClassName
{
color: #356C73;
}
.AnyTagClassName
{
color: #356C73;
}
</style>
background-color css
<style>
a { background-color: #356C73; }
a { background-color: rgb(53,108,115); }
div.DivClassName
{
background-color: #356C73;
}
.BgClassName
{
background-color: #356C73;
}
</style>
border-color css
<style>
span { border-color: #356C73; }
span { border-color: rgb(53,108,115); }
td.TdClassName
{
border-color: #356C73;
}
.TagClassName
{
border-color: #356C73;
}
</style>