Shades of Ming #3A797B
Tints of Ming #3A797B
RGB
CMYK
RGB Variations
Color information
#3A797B (or 0x3A797B) is known color: Ming. HEX triplet: 3A, 79 and 7B. RGB value is (58,121,123). Sum of RGB (Red+Green+Blue) = 58+121+123=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A797B is #C58684. Grayscale: #666666. Windows color (decimal): -12945029 or 8091962. OLE color: 8091962.
HSL color Cylindrical-coordinate representation of color #3A797B: hue angle of 181.85º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A797B is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 121 | 123 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.52 |
| HSL | 181.85º | 0.36% | 0.35% | - |
| HSV(B) | 181.85º | 0.53% | 0.48% | - |
| XYZ | 12.16 | 16 | 21.19 | - |
| YUV | 102.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 123 | 0.53 | 0.02 | 0 | 0.52 | 181.85 | 0.36 | 0.35 |
| Hex | 3A | 79 | 7B | 35 | 2 | 0 | 34 | B6 | 24 | 23 |
| Octal | 72 | 171 | 173 | 65 | 2 | 0 | 64 | 266 | 44 | 43 |
| Binary | 111010 | 1111001 | 1111011 | 110101 | 10 | 0 | 110100 | 10110110 | 100100 | 100011 |
Color Harmonies of #3A797B
Complementary color
Monochromatic Colors of #3A797B
Black with #3A797B
Text Example
Text Example
White with #3A797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A797B; }
p { color: rgb(58,121,123); }
H1.HeaderClassName
{
color: #3A797B;
}
.AnyTagClassName
{
color: #3A797B;
}
</style>
background-color css
<style>
a { background-color: #3A797B; }
a { background-color: rgb(58,121,123); }
div.DivClassName
{
background-color: #3A797B;
}
.BgClassName
{
background-color: #3A797B;
}
</style>
border-color css
<style>
span { border-color: #3A797B; }
span { border-color: rgb(58,121,123); }
td.TdClassName
{
border-color: #3A797B;
}
.TagClassName
{
border-color: #3A797B;
}
</style>