Shades of Ming #3E827A
Tints of Ming #3E827A
RGB
CMYK
RGB Variations
Color information
#3E827A (or 0x3E827A) is known color: Ming. HEX triplet: 3E, 82 and 7A. RGB value is (62,130,122). Sum of RGB (Red+Green+Blue) = 62+130+122=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #3E827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E827A is #C17D85. Grayscale: #6C6C6C. Windows color (decimal): -12680582 or 8028734. OLE color: 8028734.
HSL color Cylindrical-coordinate representation of color #3E827A: hue angle of 172.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E827A is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 130 | 122 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.49 |
| HSL | 172.94º | 0.35% | 0.38% | - |
| HSV(B) | 172.94º | 0.52% | 0.51% | - |
| XYZ | 13.48 | 18.39 | 21.25 | - |
| YUV | 108.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 122 | 0.52 | 0 | 0.06 | 0.49 | 172.94 | 0.35 | 0.38 |
| Hex | 3E | 82 | 7A | 34 | 0 | 6 | 31 | AD | 23 | 26 |
| Octal | 76 | 202 | 172 | 64 | 0 | 6 | 61 | 255 | 43 | 46 |
| Binary | 111110 | 10000010 | 1111010 | 110100 | 0 | 110 | 110001 | 10101101 | 100011 | 100110 |
Color Harmonies of #3E827A
Complementary color
Monochromatic Colors of #3E827A
Black with #3E827A
Text Example
Text Example
White with #3E827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E827A; }
p { color: rgb(62,130,122); }
H1.HeaderClassName
{
color: #3E827A;
}
.AnyTagClassName
{
color: #3E827A;
}
</style>
background-color css
<style>
a { background-color: #3E827A; }
a { background-color: rgb(62,130,122); }
div.DivClassName
{
background-color: #3E827A;
}
.BgClassName
{
background-color: #3E827A;
}
</style>
border-color css
<style>
span { border-color: #3E827A; }
span { border-color: rgb(62,130,122); }
td.TdClassName
{
border-color: #3E827A;
}
.TagClassName
{
border-color: #3E827A;
}
</style>