Shades of Ming #356B73
Tints of Ming #356B73
RGB
CMYK
RGB Variations
Color information
#356B73 (or 0x356B73) is known color: Ming. HEX triplet: 35, 6B and 73. RGB value is (53,107,115). Sum of RGB (Red+Green+Blue) = 53+107+115=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #356B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B73 is #CA948C. Grayscale: #5B5B5B. Windows color (decimal): -13276301 or 7564085. OLE color: 7564085.
HSL color Cylindrical-coordinate representation of color #356B73: hue angle of 187.74º 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 #356B73 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 107 | 115 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.55 |
| HSL | 187.74º | 0.37% | 0.33% | - |
| HSV(B) | 187.74º | 0.54% | 0.45% | - |
| XYZ | 9.82 | 12.51 | 18.12 | - |
| YUV | 91.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 115 | 0.54 | 0.07 | 0 | 0.55 | 187.74 | 0.37 | 0.33 |
| Hex | 35 | 6B | 73 | 36 | 7 | 0 | 37 | BC | 25 | 21 |
| Octal | 65 | 153 | 163 | 66 | 7 | 0 | 67 | 274 | 45 | 41 |
| Binary | 110101 | 1101011 | 1110011 | 110110 | 111 | 0 | 110111 | 10111100 | 100101 | 100001 |
Color Harmonies of #356B73
Complementary color
Monochromatic Colors of #356B73
Black with #356B73
Text Example
Text Example
White with #356B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B73; }
p { color: rgb(53,107,115); }
H1.HeaderClassName
{
color: #356B73;
}
.AnyTagClassName
{
color: #356B73;
}
</style>
background-color css
<style>
a { background-color: #356B73; }
a { background-color: rgb(53,107,115); }
div.DivClassName
{
background-color: #356B73;
}
.BgClassName
{
background-color: #356B73;
}
</style>
border-color css
<style>
span { border-color: #356B73; }
span { border-color: rgb(53,107,115); }
td.TdClassName
{
border-color: #356B73;
}
.TagClassName
{
border-color: #356B73;
}
</style>