Shades of Ming #3A7474
Tints of Ming #3A7474
RGB
CMYK
RGB Variations
Color information
#3A7474 (or 0x3A7474) is known color: Ming. HEX triplet: 3A, 74 and 74. RGB value is (58,116,116). Sum of RGB (Red+Green+Blue) = 58+116+116=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #3A7474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7474 is #C58B8B. Grayscale: #626262. Windows color (decimal): -12946316 or 7631930. OLE color: 7631930.
HSL color Cylindrical-coordinate representation of color #3A7474: hue angle of 180º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7474 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 116 | - |
| CMYK | 0.5 | 0 | 0 | 0.55 |
| HSL | 180º | 0.33% | 0.34% | - |
| HSV(B) | 180º | 0.5% | 0.45% | - |
| XYZ | 11.14 | 14.65 | 18.76 | - |
| YUV | 98.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 116 | 0.5 | 0 | 0 | 0.55 | 180 | 0.33 | 0.34 |
| Hex | 3A | 74 | 74 | 32 | 0 | 0 | 37 | B4 | 21 | 22 |
| Octal | 72 | 164 | 164 | 62 | 0 | 0 | 67 | 264 | 41 | 42 |
| Binary | 111010 | 1110100 | 1110100 | 110010 | 0 | 0 | 110111 | 10110100 | 100001 | 100010 |
Color Harmonies of #3A7474
Complementary color
Monochromatic Colors of #3A7474
Black with #3A7474
Text Example
Text Example
White with #3A7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7474; }
p { color: rgb(58,116,116); }
H1.HeaderClassName
{
color: #3A7474;
}
.AnyTagClassName
{
color: #3A7474;
}
</style>
background-color css
<style>
a { background-color: #3A7474; }
a { background-color: rgb(58,116,116); }
div.DivClassName
{
background-color: #3A7474;
}
.BgClassName
{
background-color: #3A7474;
}
</style>
border-color css
<style>
span { border-color: #3A7474; }
span { border-color: rgb(58,116,116); }
td.TdClassName
{
border-color: #3A7474;
}
.TagClassName
{
border-color: #3A7474;
}
</style>