Shades of Ming #3A7079
Tints of Ming #3A7079
RGB
CMYK
RGB Variations
Color information
#3A7079 (or 0x3A7079) is known color: Ming. HEX triplet: 3A, 70 and 79. RGB value is (58,112,121). Sum of RGB (Red+Green+Blue) = 58+112+121=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A7079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7079 is #C58F86. Grayscale: #606060. Windows color (decimal): -12947335 or 7958586. OLE color: 7958586.
HSL color Cylindrical-coordinate representation of color #3A7079: hue angle of 188.57º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7079 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 112 | 121 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.53 |
| HSL | 188.57º | 0.35% | 0.35% | - |
| HSV(B) | 188.57º | 0.52% | 0.47% | - |
| XYZ | 10.99 | 13.87 | 20.19 | - |
| YUV | 96.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 121 | 0.52 | 0.07 | 0 | 0.53 | 188.57 | 0.35 | 0.35 |
| Hex | 3A | 70 | 79 | 34 | 7 | 0 | 35 | BD | 23 | 23 |
| Octal | 72 | 160 | 171 | 64 | 7 | 0 | 65 | 275 | 43 | 43 |
| Binary | 111010 | 1110000 | 1111001 | 110100 | 111 | 0 | 110101 | 10111101 | 100011 | 100011 |
Color Harmonies of #3A7079
Complementary color
Monochromatic Colors of #3A7079
Black with #3A7079
Text Example
Text Example
White with #3A7079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7079; }
p { color: rgb(58,112,121); }
H1.HeaderClassName
{
color: #3A7079;
}
.AnyTagClassName
{
color: #3A7079;
}
</style>
background-color css
<style>
a { background-color: #3A7079; }
a { background-color: rgb(58,112,121); }
div.DivClassName
{
background-color: #3A7079;
}
.BgClassName
{
background-color: #3A7079;
}
</style>
border-color css
<style>
span { border-color: #3A7079; }
span { border-color: rgb(58,112,121); }
td.TdClassName
{
border-color: #3A7079;
}
.TagClassName
{
border-color: #3A7079;
}
</style>