Shades of Ming #3A797E
Tints of Ming #3A797E
RGB
CMYK
RGB Variations
Color information
#3A797E (or 0x3A797E) is known color: Ming. HEX triplet: 3A, 79 and 7E. RGB value is (58,121,126). Sum of RGB (Red+Green+Blue) = 58+121+126=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A797E is #C58681. Grayscale: #666666. Windows color (decimal): -12945026 or 8288570. OLE color: 8288570.
HSL color Cylindrical-coordinate representation of color #3A797E: hue angle of 184.41º 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 #3A797E is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 121 | 126 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.51 |
| HSL | 184.41º | 0.37% | 0.36% | - |
| HSV(B) | 184.41º | 0.54% | 0.49% | - |
| XYZ | 12.35 | 16.08 | 22.19 | - |
| YUV | 102.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 126 | 0.54 | 0.04 | 0 | 0.51 | 184.41 | 0.37 | 0.36 |
| Hex | 3A | 79 | 7E | 36 | 4 | 0 | 33 | B8 | 25 | 24 |
| Octal | 72 | 171 | 176 | 66 | 4 | 0 | 63 | 270 | 45 | 44 |
| Binary | 111010 | 1111001 | 1111110 | 110110 | 100 | 0 | 110011 | 10111000 | 100101 | 100100 |
Color Harmonies of #3A797E
Complementary color
Monochromatic Colors of #3A797E
Black with #3A797E
Text Example
Text Example
White with #3A797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A797E; }
p { color: rgb(58,121,126); }
H1.HeaderClassName
{
color: #3A797E;
}
.AnyTagClassName
{
color: #3A797E;
}
</style>
background-color css
<style>
a { background-color: #3A797E; }
a { background-color: rgb(58,121,126); }
div.DivClassName
{
background-color: #3A797E;
}
.BgClassName
{
background-color: #3A797E;
}
</style>
border-color css
<style>
span { border-color: #3A797E; }
span { border-color: rgb(58,121,126); }
td.TdClassName
{
border-color: #3A797E;
}
.TagClassName
{
border-color: #3A797E;
}
</style>