Shades of Ming #3A6F72
Tints of Ming #3A6F72
RGB
CMYK
RGB Variations
Color information
#3A6F72 (or 0x3A6F72) is known color: Ming. HEX triplet: 3A, 6F and 72. RGB value is (58,111,114). Sum of RGB (Red+Green+Blue) = 58+111+114=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F72 is #C5908D. Grayscale: #5F5F5F. Windows color (decimal): -12947598 or 7499578. OLE color: 7499578.
HSL color Cylindrical-coordinate representation of color #3A6F72: hue angle of 183.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6F72 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 111 | 114 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.55 |
| HSL | 183.21º | 0.33% | 0.34% | - |
| HSV(B) | 183.21º | 0.49% | 0.45% | - |
| XYZ | 10.47 | 13.48 | 17.97 | - |
| YUV | 95.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 114 | 0.49 | 0.03 | 0 | 0.55 | 183.21 | 0.33 | 0.34 |
| Hex | 3A | 6F | 72 | 31 | 3 | 0 | 37 | B7 | 21 | 22 |
| Octal | 72 | 157 | 162 | 61 | 3 | 0 | 67 | 267 | 41 | 42 |
| Binary | 111010 | 1101111 | 1110010 | 110001 | 11 | 0 | 110111 | 10110111 | 100001 | 100010 |
Color Harmonies of #3A6F72
Complementary color
Monochromatic Colors of #3A6F72
Black with #3A6F72
Text Example
Text Example
White with #3A6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F72; }
p { color: rgb(58,111,114); }
H1.HeaderClassName
{
color: #3A6F72;
}
.AnyTagClassName
{
color: #3A6F72;
}
</style>
background-color css
<style>
a { background-color: #3A6F72; }
a { background-color: rgb(58,111,114); }
div.DivClassName
{
background-color: #3A6F72;
}
.BgClassName
{
background-color: #3A6F72;
}
</style>
border-color css
<style>
span { border-color: #3A6F72; }
span { border-color: rgb(58,111,114); }
td.TdClassName
{
border-color: #3A6F72;
}
.TagClassName
{
border-color: #3A6F72;
}
</style>