Shades of Ming #356F72
Tints of Ming #356F72
RGB
CMYK
RGB Variations
Color information
#356F72 (or 0x356F72) is known color: Ming. HEX triplet: 35, 6F and 72. RGB value is (53,111,114). Sum of RGB (Red+Green+Blue) = 53+111+114=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #356F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F72 is #CA908D. Grayscale: #5D5D5D. Windows color (decimal): -13275278 or 7499573. OLE color: 7499573.
HSL color Cylindrical-coordinate representation of color #356F72: hue angle of 182.95º 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 #356F72 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 111 | 114 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.55 |
| HSL | 182.95º | 0.37% | 0.33% | - |
| HSV(B) | 182.95º | 0.54% | 0.45% | - |
| XYZ | 10.19 | 13.34 | 17.96 | - |
| YUV | 94 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 114 | 0.54 | 0.03 | 0 | 0.55 | 182.95 | 0.37 | 0.33 |
| Hex | 35 | 6F | 72 | 36 | 3 | 0 | 37 | B7 | 25 | 21 |
| Octal | 65 | 157 | 162 | 66 | 3 | 0 | 67 | 267 | 45 | 41 |
| Binary | 110101 | 1101111 | 1110010 | 110110 | 11 | 0 | 110111 | 10110111 | 100101 | 100001 |
Color Harmonies of #356F72
Complementary color
Monochromatic Colors of #356F72
Black with #356F72
Text Example
Text Example
White with #356F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F72; }
p { color: rgb(53,111,114); }
H1.HeaderClassName
{
color: #356F72;
}
.AnyTagClassName
{
color: #356F72;
}
</style>
background-color css
<style>
a { background-color: #356F72; }
a { background-color: rgb(53,111,114); }
div.DivClassName
{
background-color: #356F72;
}
.BgClassName
{
background-color: #356F72;
}
</style>
border-color css
<style>
span { border-color: #356F72; }
span { border-color: rgb(53,111,114); }
td.TdClassName
{
border-color: #356F72;
}
.TagClassName
{
border-color: #356F72;
}
</style>