Shades of Ming #356F71
Tints of Ming #356F71
RGB
CMYK
RGB Variations
Color information
#356F71 (or 0x356F71) is known color: Ming. HEX triplet: 35, 6F and 71. RGB value is (53,111,113). Sum of RGB (Red+Green+Blue) = 53+111+113=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #356F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F71 is #CA908E. Grayscale: #5D5D5D. Windows color (decimal): -13275279 or 7434037. OLE color: 7434037.
HSL color Cylindrical-coordinate representation of color #356F71: hue angle of 182º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356F71 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 113 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.56 |
| HSL | 182º | 0.36% | 0.33% | - |
| HSV(B) | 182º | 0.53% | 0.44% | - |
| XYZ | 10.13 | 13.32 | 17.66 | - |
| YUV | 93.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 113 | 0.53 | 0.02 | 0 | 0.56 | 182 | 0.36 | 0.33 |
| Hex | 35 | 6F | 71 | 35 | 2 | 0 | 38 | B6 | 24 | 21 |
| Octal | 65 | 157 | 161 | 65 | 2 | 0 | 70 | 266 | 44 | 41 |
| Binary | 110101 | 1101111 | 1110001 | 110101 | 10 | 0 | 111000 | 10110110 | 100100 | 100001 |
Color Harmonies of #356F71
Complementary color
Monochromatic Colors of #356F71
Black with #356F71
Text Example
Text Example
White with #356F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F71; }
p { color: rgb(53,111,113); }
H1.HeaderClassName
{
color: #356F71;
}
.AnyTagClassName
{
color: #356F71;
}
</style>
background-color css
<style>
a { background-color: #356F71; }
a { background-color: rgb(53,111,113); }
div.DivClassName
{
background-color: #356F71;
}
.BgClassName
{
background-color: #356F71;
}
</style>
border-color css
<style>
span { border-color: #356F71; }
span { border-color: rgb(53,111,113); }
td.TdClassName
{
border-color: #356F71;
}
.TagClassName
{
border-color: #356F71;
}
</style>