Shades of Ming #3B827D
Tints of Ming #3B827D
RGB
CMYK
RGB Variations
Color information
#3B827D (or 0x3B827D) is known color: Ming. HEX triplet: 3B, 82 and 7D. RGB value is (59,130,125). Sum of RGB (Red+Green+Blue) = 59+130+125=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #3B827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B827D is #C47D82. Grayscale: #6C6C6C. Windows color (decimal): -12877187 or 8225339. OLE color: 8225339.
HSL color Cylindrical-coordinate representation of color #3B827D: hue angle of 175.77º 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 #3B827D is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 130 | 125 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.49 |
| HSL | 175.77º | 0.38% | 0.37% | - |
| HSV(B) | 175.77º | 0.55% | 0.51% | - |
| XYZ | 13.49 | 18.38 | 22.24 | - |
| YUV | 108.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 125 | 0.55 | 0 | 0.04 | 0.49 | 175.77 | 0.38 | 0.37 |
| Hex | 3B | 82 | 7D | 37 | 0 | 4 | 31 | B0 | 26 | 25 |
| Octal | 73 | 202 | 175 | 67 | 0 | 4 | 61 | 260 | 46 | 45 |
| Binary | 111011 | 10000010 | 1111101 | 110111 | 0 | 100 | 110001 | 10110000 | 100110 | 100101 |
Color Harmonies of #3B827D
Complementary color
Monochromatic Colors of #3B827D
Black with #3B827D
Text Example
Text Example
White with #3B827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B827D; }
p { color: rgb(59,130,125); }
H1.HeaderClassName
{
color: #3B827D;
}
.AnyTagClassName
{
color: #3B827D;
}
</style>
background-color css
<style>
a { background-color: #3B827D; }
a { background-color: rgb(59,130,125); }
div.DivClassName
{
background-color: #3B827D;
}
.BgClassName
{
background-color: #3B827D;
}
</style>
border-color css
<style>
span { border-color: #3B827D; }
span { border-color: rgb(59,130,125); }
td.TdClassName
{
border-color: #3B827D;
}
.TagClassName
{
border-color: #3B827D;
}
</style>