Shades of Ming #356A72
Tints of Ming #356A72
RGB
CMYK
RGB Variations
Color information
#356A72 (or 0x356A72) is known color: Ming. HEX triplet: 35, 6A and 72. RGB value is (53,106,114). Sum of RGB (Red+Green+Blue) = 53+106+114=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #356A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A72 is #CA958D. Grayscale: #5A5A5A. Windows color (decimal): -13276558 or 7498293. OLE color: 7498293.
HSL color Cylindrical-coordinate representation of color #356A72: hue angle of 187.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 #356A72 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 106 | 114 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.55 |
| HSL | 187.87º | 0.37% | 0.33% | - |
| HSV(B) | 187.87º | 0.54% | 0.45% | - |
| XYZ | 9.66 | 12.28 | 17.78 | - |
| YUV | 91.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 114 | 0.54 | 0.07 | 0 | 0.55 | 187.87 | 0.37 | 0.33 |
| Hex | 35 | 6A | 72 | 36 | 7 | 0 | 37 | BC | 25 | 21 |
| Octal | 65 | 152 | 162 | 66 | 7 | 0 | 67 | 274 | 45 | 41 |
| Binary | 110101 | 1101010 | 1110010 | 110110 | 111 | 0 | 110111 | 10111100 | 100101 | 100001 |
Color Harmonies of #356A72
Complementary color
Monochromatic Colors of #356A72
Black with #356A72
Text Example
Text Example
White with #356A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356A72; }
p { color: rgb(53,106,114); }
H1.HeaderClassName
{
color: #356A72;
}
.AnyTagClassName
{
color: #356A72;
}
</style>
background-color css
<style>
a { background-color: #356A72; }
a { background-color: rgb(53,106,114); }
div.DivClassName
{
background-color: #356A72;
}
.BgClassName
{
background-color: #356A72;
}
</style>
border-color css
<style>
span { border-color: #356A72; }
span { border-color: rgb(53,106,114); }
td.TdClassName
{
border-color: #356A72;
}
.TagClassName
{
border-color: #356A72;
}
</style>