Shades of Ming #3B7274
Tints of Ming #3B7274
RGB
CMYK
RGB Variations
Color information
#3B7274 (or 0x3B7274) is known color: Ming. HEX triplet: 3B, 72 and 74. RGB value is (59,114,116). Sum of RGB (Red+Green+Blue) = 59+114+116=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7274 is #C48D8B. Grayscale: #616161. Windows color (decimal): -12881292 or 7631419. OLE color: 7631419.
HSL color Cylindrical-coordinate representation of color #3B7274: hue angle of 182.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7274 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 116 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.55 |
| HSL | 182.11º | 0.33% | 0.34% | - |
| HSV(B) | 182.11º | 0.49% | 0.45% | - |
| XYZ | 10.97 | 14.23 | 18.69 | - |
| YUV | 97.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 116 | 0.49 | 0.02 | 0 | 0.55 | 182.11 | 0.33 | 0.34 |
| Hex | 3B | 72 | 74 | 31 | 2 | 0 | 37 | B6 | 21 | 22 |
| Octal | 73 | 162 | 164 | 61 | 2 | 0 | 67 | 266 | 41 | 42 |
| Binary | 111011 | 1110010 | 1110100 | 110001 | 10 | 0 | 110111 | 10110110 | 100001 | 100010 |
Color Harmonies of #3B7274
Complementary color
Monochromatic Colors of #3B7274
Black with #3B7274
Text Example
Text Example
White with #3B7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7274; }
p { color: rgb(59,114,116); }
H1.HeaderClassName
{
color: #3B7274;
}
.AnyTagClassName
{
color: #3B7274;
}
</style>
background-color css
<style>
a { background-color: #3B7274; }
a { background-color: rgb(59,114,116); }
div.DivClassName
{
background-color: #3B7274;
}
.BgClassName
{
background-color: #3B7274;
}
</style>
border-color css
<style>
span { border-color: #3B7274; }
span { border-color: rgb(59,114,116); }
td.TdClassName
{
border-color: #3B7274;
}
.TagClassName
{
border-color: #3B7274;
}
</style>