Shades of Ming #396F72
Tints of Ming #396F72
RGB
CMYK
RGB Variations
Color information
#396F72 (or 0x396F72) is known color: Ming. HEX triplet: 39, 6F and 72. RGB value is (57,111,114). Sum of RGB (Red+Green+Blue) = 57+111+114=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #396F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F72 is #C6908D. Grayscale: #5F5F5F. Windows color (decimal): -13013134 or 7499577. OLE color: 7499577.
HSL color Cylindrical-coordinate representation of color #396F72: hue angle of 183.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396F72 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 111 | 114 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.55 |
| HSL | 183.16º | 0.33% | 0.34% | - |
| HSV(B) | 183.16º | 0.5% | 0.45% | - |
| XYZ | 10.41 | 13.45 | 17.97 | - |
| YUV | 95.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 114 | 0.50 | 0.03 | 0 | 0.55 | 183.16 | 0.33 | 0.34 |
| Hex | 39 | 6F | 72 | 32 | 3 | 0 | 37 | B7 | 21 | 22 |
| Octal | 71 | 157 | 162 | 62 | 3 | 0 | 67 | 267 | 41 | 42 |
| Binary | 111001 | 1101111 | 1110010 | 110010 | 11 | 0 | 110111 | 10110111 | 100001 | 100010 |
Color Harmonies of #396F72
Complementary color
Monochromatic Colors of #396F72
Black with #396F72
Text Example
Text Example
White with #396F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F72; }
p { color: rgb(57,111,114); }
H1.HeaderClassName
{
color: #396F72;
}
.AnyTagClassName
{
color: #396F72;
}
</style>
background-color css
<style>
a { background-color: #396F72; }
a { background-color: rgb(57,111,114); }
div.DivClassName
{
background-color: #396F72;
}
.BgClassName
{
background-color: #396F72;
}
</style>
border-color css
<style>
span { border-color: #396F72; }
span { border-color: rgb(57,111,114); }
td.TdClassName
{
border-color: #396F72;
}
.TagClassName
{
border-color: #396F72;
}
</style>