Shades of Ming #397A78
Tints of Ming #397A78
RGB
CMYK
RGB Variations
Color information
#397A78 (or 0x397A78) is known color: Ming. HEX triplet: 39, 7A and 78. RGB value is (57,122,120). Sum of RGB (Red+Green+Blue) = 57+122+120=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #397A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A78 is #C68587. Grayscale: #666666. Windows color (decimal): -13010312 or 7895609. OLE color: 7895609.
HSL color Cylindrical-coordinate representation of color #397A78: hue angle of 178.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A78 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 120 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.52 |
| HSL | 178.15º | 0.36% | 0.35% | - |
| HSV(B) | 178.15º | 0.53% | 0.48% | - |
| XYZ | 12.04 | 16.14 | 20.25 | - |
| YUV | 102.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 120 | 0.53 | 0 | 0.02 | 0.52 | 178.15 | 0.36 | 0.35 |
| Hex | 39 | 7A | 78 | 35 | 0 | 2 | 34 | B2 | 24 | 23 |
| Octal | 71 | 172 | 170 | 65 | 0 | 2 | 64 | 262 | 44 | 43 |
| Binary | 111001 | 1111010 | 1111000 | 110101 | 0 | 10 | 110100 | 10110010 | 100100 | 100011 |
Color Harmonies of #397A78
Complementary color
Monochromatic Colors of #397A78
Black with #397A78
Text Example
Text Example
White with #397A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A78; }
p { color: rgb(57,122,120); }
H1.HeaderClassName
{
color: #397A78;
}
.AnyTagClassName
{
color: #397A78;
}
</style>
background-color css
<style>
a { background-color: #397A78; }
a { background-color: rgb(57,122,120); }
div.DivClassName
{
background-color: #397A78;
}
.BgClassName
{
background-color: #397A78;
}
</style>
border-color css
<style>
span { border-color: #397A78; }
span { border-color: rgb(57,122,120); }
td.TdClassName
{
border-color: #397A78;
}
.TagClassName
{
border-color: #397A78;
}
</style>