Shades of Ming #3A827D
Tints of Ming #3A827D
RGB
CMYK
RGB Variations
Color information
#3A827D (or 0x3A827D) is known color: Ming. HEX triplet: 3A, 82 and 7D. RGB value is (58,130,125). Sum of RGB (Red+Green+Blue) = 58+130+125=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #3A827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A827D is #C57D82. Grayscale: #6B6B6B. Windows color (decimal): -12942723 or 8225338. OLE color: 8225338.
HSL color Cylindrical-coordinate representation of color #3A827D: hue angle of 175.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A827D is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 125 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.49 |
| HSL | 175.83º | 0.38% | 0.37% | - |
| HSV(B) | 175.83º | 0.55% | 0.51% | - |
| XYZ | 13.43 | 18.35 | 22.24 | - |
| YUV | 107.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 125 | 0.55 | 0 | 0.04 | 0.49 | 175.83 | 0.38 | 0.37 |
| Hex | 3A | 82 | 7D | 37 | 0 | 4 | 31 | B0 | 26 | 25 |
| Octal | 72 | 202 | 175 | 67 | 0 | 4 | 61 | 260 | 46 | 45 |
| Binary | 111010 | 10000010 | 1111101 | 110111 | 0 | 100 | 110001 | 10110000 | 100110 | 100101 |
Color Harmonies of #3A827D
Complementary color
Monochromatic Colors of #3A827D
Black with #3A827D
Text Example
Text Example
White with #3A827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A827D; }
p { color: rgb(58,130,125); }
H1.HeaderClassName
{
color: #3A827D;
}
.AnyTagClassName
{
color: #3A827D;
}
</style>
background-color css
<style>
a { background-color: #3A827D; }
a { background-color: rgb(58,130,125); }
div.DivClassName
{
background-color: #3A827D;
}
.BgClassName
{
background-color: #3A827D;
}
</style>
border-color css
<style>
span { border-color: #3A827D; }
span { border-color: rgb(58,130,125); }
td.TdClassName
{
border-color: #3A827D;
}
.TagClassName
{
border-color: #3A827D;
}
</style>