Shades of Ming #3A797D
Tints of Ming #3A797D
RGB
CMYK
RGB Variations
Color information
#3A797D (or 0x3A797D) is known color: Ming. HEX triplet: 3A, 79 and 7D. RGB value is (58,121,125). Sum of RGB (Red+Green+Blue) = 58+121+125=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A797D is #C58682. Grayscale: #666666. Windows color (decimal): -12945027 or 8223034. OLE color: 8223034.
HSL color Cylindrical-coordinate representation of color #3A797D: hue angle of 183.58º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A797D is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 121 | 125 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.51 |
| HSL | 183.58º | 0.37% | 0.36% | - |
| HSV(B) | 183.58º | 0.54% | 0.49% | - |
| XYZ | 12.28 | 16.05 | 21.85 | - |
| YUV | 102.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 125 | 0.54 | 0.03 | 0 | 0.51 | 183.58 | 0.37 | 0.36 |
| Hex | 3A | 79 | 7D | 36 | 3 | 0 | 33 | B8 | 25 | 24 |
| Octal | 72 | 171 | 175 | 66 | 3 | 0 | 63 | 270 | 45 | 44 |
| Binary | 111010 | 1111001 | 1111101 | 110110 | 11 | 0 | 110011 | 10111000 | 100101 | 100100 |
Color Harmonies of #3A797D
Complementary color
Monochromatic Colors of #3A797D
Black with #3A797D
Text Example
Text Example
White with #3A797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A797D; }
p { color: rgb(58,121,125); }
H1.HeaderClassName
{
color: #3A797D;
}
.AnyTagClassName
{
color: #3A797D;
}
</style>
background-color css
<style>
a { background-color: #3A797D; }
a { background-color: rgb(58,121,125); }
div.DivClassName
{
background-color: #3A797D;
}
.BgClassName
{
background-color: #3A797D;
}
</style>
border-color css
<style>
span { border-color: #3A797D; }
span { border-color: rgb(58,121,125); }
td.TdClassName
{
border-color: #3A797D;
}
.TagClassName
{
border-color: #3A797D;
}
</style>