Shades of Ming #3B797B
Tints of Ming #3B797B
RGB
CMYK
RGB Variations
Color information
#3B797B (or 0x3B797B) is known color: Ming. HEX triplet: 3B, 79 and 7B. RGB value is (59,121,123). Sum of RGB (Red+Green+Blue) = 59+121+123=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B797B is #C48684. Grayscale: #666666. Windows color (decimal): -12879493 or 8091963. OLE color: 8091963.
HSL color Cylindrical-coordinate representation of color #3B797B: hue angle of 181.88º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B797B is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 121 | 123 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.52 |
| HSL | 181.88º | 0.35% | 0.36% | - |
| HSV(B) | 181.88º | 0.52% | 0.48% | - |
| XYZ | 12.22 | 16.03 | 21.19 | - |
| YUV | 102.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 123 | 0.52 | 0.02 | 0 | 0.52 | 181.88 | 0.35 | 0.36 |
| Hex | 3B | 79 | 7B | 34 | 2 | 0 | 34 | B6 | 23 | 24 |
| Octal | 73 | 171 | 173 | 64 | 2 | 0 | 64 | 266 | 43 | 44 |
| Binary | 111011 | 1111001 | 1111011 | 110100 | 10 | 0 | 110100 | 10110110 | 100011 | 100100 |
Color Harmonies of #3B797B
Complementary color
Monochromatic Colors of #3B797B
Black with #3B797B
Text Example
Text Example
White with #3B797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B797B; }
p { color: rgb(59,121,123); }
H1.HeaderClassName
{
color: #3B797B;
}
.AnyTagClassName
{
color: #3B797B;
}
</style>
background-color css
<style>
a { background-color: #3B797B; }
a { background-color: rgb(59,121,123); }
div.DivClassName
{
background-color: #3B797B;
}
.BgClassName
{
background-color: #3B797B;
}
</style>
border-color css
<style>
span { border-color: #3B797B; }
span { border-color: rgb(59,121,123); }
td.TdClassName
{
border-color: #3B797B;
}
.TagClassName
{
border-color: #3B797B;
}
</style>