Shades of Ming #356D74
Tints of Ming #356D74
RGB
CMYK
RGB Variations
Color information
#356D74 (or 0x356D74) is known color: Ming. HEX triplet: 35, 6D and 74. RGB value is (53,109,116). Sum of RGB (Red+Green+Blue) = 53+109+116=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #356D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356D74 is #CA928B. Grayscale: #5C5C5C. Windows color (decimal): -13275788 or 7630133. OLE color: 7630133.
HSL color Cylindrical-coordinate representation of color #356D74: hue angle of 186.67º 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 #356D74 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 109 | 116 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.55 |
| HSL | 186.67º | 0.37% | 0.33% | - |
| HSV(B) | 186.67º | 0.54% | 0.45% | - |
| XYZ | 10.09 | 12.96 | 18.49 | - |
| YUV | 93.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 116 | 0.54 | 0.06 | 0 | 0.55 | 186.67 | 0.37 | 0.33 |
| Hex | 35 | 6D | 74 | 36 | 6 | 0 | 37 | BB | 25 | 21 |
| Octal | 65 | 155 | 164 | 66 | 6 | 0 | 67 | 273 | 45 | 41 |
| Binary | 110101 | 1101101 | 1110100 | 110110 | 110 | 0 | 110111 | 10111011 | 100101 | 100001 |
Color Harmonies of #356D74
Complementary color
Monochromatic Colors of #356D74
Black with #356D74
Text Example
Text Example
White with #356D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D74; }
p { color: rgb(53,109,116); }
H1.HeaderClassName
{
color: #356D74;
}
.AnyTagClassName
{
color: #356D74;
}
</style>
background-color css
<style>
a { background-color: #356D74; }
a { background-color: rgb(53,109,116); }
div.DivClassName
{
background-color: #356D74;
}
.BgClassName
{
background-color: #356D74;
}
</style>
border-color css
<style>
span { border-color: #356D74; }
span { border-color: rgb(53,109,116); }
td.TdClassName
{
border-color: #356D74;
}
.TagClassName
{
border-color: #356D74;
}
</style>