Shades of Ming #356F73
Tints of Ming #356F73
RGB
CMYK
RGB Variations
Color information
#356F73 (or 0x356F73) is known color: Ming. HEX triplet: 35, 6F and 73. RGB value is (53,111,115). Sum of RGB (Red+Green+Blue) = 53+111+115=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #356F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F73 is #CA908C. Grayscale: #5E5E5E. Windows color (decimal): -13275277 or 7565109. OLE color: 7565109.
HSL color Cylindrical-coordinate representation of color #356F73: hue angle of 183.87º 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 #356F73 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 111 | 115 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.55 |
| HSL | 183.87º | 0.37% | 0.33% | - |
| HSV(B) | 183.87º | 0.54% | 0.45% | - |
| XYZ | 10.25 | 13.36 | 18.26 | - |
| YUV | 94.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 115 | 0.54 | 0.03 | 0 | 0.55 | 183.87 | 0.37 | 0.33 |
| Hex | 35 | 6F | 73 | 36 | 3 | 0 | 37 | B8 | 25 | 21 |
| Octal | 65 | 157 | 163 | 66 | 3 | 0 | 67 | 270 | 45 | 41 |
| Binary | 110101 | 1101111 | 1110011 | 110110 | 11 | 0 | 110111 | 10111000 | 100101 | 100001 |
Color Harmonies of #356F73
Complementary color
Monochromatic Colors of #356F73
Black with #356F73
Text Example
Text Example
White with #356F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F73; }
p { color: rgb(53,111,115); }
H1.HeaderClassName
{
color: #356F73;
}
.AnyTagClassName
{
color: #356F73;
}
</style>
background-color css
<style>
a { background-color: #356F73; }
a { background-color: rgb(53,111,115); }
div.DivClassName
{
background-color: #356F73;
}
.BgClassName
{
background-color: #356F73;
}
</style>
border-color css
<style>
span { border-color: #356F73; }
span { border-color: rgb(53,111,115); }
td.TdClassName
{
border-color: #356F73;
}
.TagClassName
{
border-color: #356F73;
}
</style>