Shades of Ming #3A6D74
Tints of Ming #3A6D74
RGB
CMYK
RGB Variations
Color information
#3A6D74 (or 0x3A6D74) is known color: Ming. HEX triplet: 3A, 6D and 74. RGB value is (58,109,116). Sum of RGB (Red+Green+Blue) = 58+109+116=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A6D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D74 is #C5928B. Grayscale: #5E5E5E. Windows color (decimal): -12948108 or 7630138. OLE color: 7630138.
HSL color Cylindrical-coordinate representation of color #3A6D74: hue angle of 187.24º 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 #3A6D74 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 109 | 116 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.55 |
| HSL | 187.24º | 0.33% | 0.34% | - |
| HSV(B) | 187.24º | 0.5% | 0.45% | - |
| XYZ | 10.37 | 13.1 | 18.5 | - |
| YUV | 94.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 116 | 0.5 | 0.06 | 0 | 0.55 | 187.24 | 0.33 | 0.34 |
| Hex | 3A | 6D | 74 | 32 | 6 | 0 | 37 | BB | 21 | 22 |
| Octal | 72 | 155 | 164 | 62 | 6 | 0 | 67 | 273 | 41 | 42 |
| Binary | 111010 | 1101101 | 1110100 | 110010 | 110 | 0 | 110111 | 10111011 | 100001 | 100010 |
Color Harmonies of #3A6D74
Complementary color
Monochromatic Colors of #3A6D74
Black with #3A6D74
Text Example
Text Example
White with #3A6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D74; }
p { color: rgb(58,109,116); }
H1.HeaderClassName
{
color: #3A6D74;
}
.AnyTagClassName
{
color: #3A6D74;
}
</style>
background-color css
<style>
a { background-color: #3A6D74; }
a { background-color: rgb(58,109,116); }
div.DivClassName
{
background-color: #3A6D74;
}
.BgClassName
{
background-color: #3A6D74;
}
</style>
border-color css
<style>
span { border-color: #3A6D74; }
span { border-color: rgb(58,109,116); }
td.TdClassName
{
border-color: #3A6D74;
}
.TagClassName
{
border-color: #3A6D74;
}
</style>