Shades of Ming #3A727A
Tints of Ming #3A727A
RGB
CMYK
RGB Variations
Color information
#3A727A (or 0x3A727A) is known color: Ming. HEX triplet: 3A, 72 and 7A. RGB value is (58,114,122). Sum of RGB (Red+Green+Blue) = 58+114+122=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A727A is #C58D85. Grayscale: #626262. Windows color (decimal): -12946822 or 8024634. OLE color: 8024634.
HSL color Cylindrical-coordinate representation of color #3A727A: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A727A is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 114 | 122 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.52 |
| HSL | 187.5º | 0.36% | 0.35% | - |
| HSV(B) | 187.5º | 0.52% | 0.48% | - |
| XYZ | 11.28 | 14.34 | 20.59 | - |
| YUV | 98.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 122 | 0.52 | 0.07 | 0 | 0.52 | 187.5 | 0.36 | 0.35 |
| Hex | 3A | 72 | 7A | 34 | 7 | 0 | 34 | BC | 24 | 23 |
| Octal | 72 | 162 | 172 | 64 | 7 | 0 | 64 | 274 | 44 | 43 |
| Binary | 111010 | 1110010 | 1111010 | 110100 | 111 | 0 | 110100 | 10111100 | 100100 | 100011 |
Color Harmonies of #3A727A
Complementary color
Monochromatic Colors of #3A727A
Black with #3A727A
Text Example
Text Example
White with #3A727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A727A; }
p { color: rgb(58,114,122); }
H1.HeaderClassName
{
color: #3A727A;
}
.AnyTagClassName
{
color: #3A727A;
}
</style>
background-color css
<style>
a { background-color: #3A727A; }
a { background-color: rgb(58,114,122); }
div.DivClassName
{
background-color: #3A727A;
}
.BgClassName
{
background-color: #3A727A;
}
</style>
border-color css
<style>
span { border-color: #3A727A; }
span { border-color: rgb(58,114,122); }
td.TdClassName
{
border-color: #3A727A;
}
.TagClassName
{
border-color: #3A727A;
}
</style>