Shades of Ming #397B78
Tints of Ming #397B78
RGB
CMYK
RGB Variations
Color information
#397B78 (or 0x397B78) is known color: Ming. HEX triplet: 39, 7B and 78. RGB value is (57,123,120). Sum of RGB (Red+Green+Blue) = 57+123+120=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #397B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397B78 is #C68487. Grayscale: #666666. Windows color (decimal): -13010056 or 7895865. OLE color: 7895865.
HSL color Cylindrical-coordinate representation of color #397B78: hue angle of 177.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397B78 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 120 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.52 |
| HSL | 177.27º | 0.37% | 0.35% | - |
| HSV(B) | 177.27º | 0.54% | 0.48% | - |
| XYZ | 12.16 | 16.39 | 20.29 | - |
| YUV | 102.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 120 | 0.54 | 0 | 0.02 | 0.52 | 177.27 | 0.37 | 0.35 |
| Hex | 39 | 7B | 78 | 36 | 0 | 2 | 34 | B1 | 25 | 23 |
| Octal | 71 | 173 | 170 | 66 | 0 | 2 | 64 | 261 | 45 | 43 |
| Binary | 111001 | 1111011 | 1111000 | 110110 | 0 | 10 | 110100 | 10110001 | 100101 | 100011 |
Color Harmonies of #397B78
Complementary color
Monochromatic Colors of #397B78
Black with #397B78
Text Example
Text Example
White with #397B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B78; }
p { color: rgb(57,123,120); }
H1.HeaderClassName
{
color: #397B78;
}
.AnyTagClassName
{
color: #397B78;
}
</style>
background-color css
<style>
a { background-color: #397B78; }
a { background-color: rgb(57,123,120); }
div.DivClassName
{
background-color: #397B78;
}
.BgClassName
{
background-color: #397B78;
}
</style>
border-color css
<style>
span { border-color: #397B78; }
span { border-color: rgb(57,123,120); }
td.TdClassName
{
border-color: #397B78;
}
.TagClassName
{
border-color: #397B78;
}
</style>