Shades of Ming #3A807B
Tints of Ming #3A807B
RGB
CMYK
RGB Variations
Color information
#3A807B (or 0x3A807B) is known color: Ming. HEX triplet: 3A, 80 and 7B. RGB value is (58,128,123). Sum of RGB (Red+Green+Blue) = 58+128+123=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #3A807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A807B is #C57F84. Grayscale: #6A6A6A. Windows color (decimal): -12943237 or 8093754. OLE color: 8093754.
HSL color Cylindrical-coordinate representation of color #3A807B: hue angle of 175.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A807B is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 123 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.50 |
| HSL | 175.71º | 0.38% | 0.36% | - |
| HSV(B) | 175.71º | 0.55% | 0.5% | - |
| XYZ | 13.04 | 17.77 | 21.48 | - |
| YUV | 106.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 123 | 0.55 | 0 | 0.04 | 0.50 | 175.71 | 0.38 | 0.36 |
| Hex | 3A | 80 | 7B | 37 | 0 | 4 | 32 | B0 | 26 | 24 |
| Octal | 72 | 200 | 173 | 67 | 0 | 4 | 62 | 260 | 46 | 44 |
| Binary | 111010 | 10000000 | 1111011 | 110111 | 0 | 100 | 110010 | 10110000 | 100110 | 100100 |
Color Harmonies of #3A807B
Complementary color
Monochromatic Colors of #3A807B
Black with #3A807B
Text Example
Text Example
White with #3A807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A807B; }
p { color: rgb(58,128,123); }
H1.HeaderClassName
{
color: #3A807B;
}
.AnyTagClassName
{
color: #3A807B;
}
</style>
background-color css
<style>
a { background-color: #3A807B; }
a { background-color: rgb(58,128,123); }
div.DivClassName
{
background-color: #3A807B;
}
.BgClassName
{
background-color: #3A807B;
}
</style>
border-color css
<style>
span { border-color: #3A807B; }
span { border-color: rgb(58,128,123); }
td.TdClassName
{
border-color: #3A807B;
}
.TagClassName
{
border-color: #3A807B;
}
</style>