Shades of Ming #326A71
Tints of Ming #326A71
RGB
CMYK
RGB Variations
Color information
#326A71 (or 0x326A71) is known color: Ming. HEX triplet: 32, 6A and 71. RGB value is (50,106,113). Sum of RGB (Red+Green+Blue) = 50+106+113=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #326A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A71 is #CD958E. Grayscale: #595959. Windows color (decimal): -13473167 or 7432754. OLE color: 7432754.
HSL color Cylindrical-coordinate representation of color #326A71: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326A71 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 106 | 113 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.56 |
| HSL | 186.67º | 0.39% | 0.32% | - |
| HSV(B) | 186.67º | 0.56% | 0.44% | - |
| XYZ | 9.45 | 12.18 | 17.48 | - |
| YUV | 90.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 113 | 0.56 | 0.06 | 0 | 0.56 | 186.67 | 0.39 | 0.32 |
| Hex | 32 | 6A | 71 | 38 | 6 | 0 | 38 | BB | 27 | 20 |
| Octal | 62 | 152 | 161 | 70 | 6 | 0 | 70 | 273 | 47 | 40 |
| Binary | 110010 | 1101010 | 1110001 | 111000 | 110 | 0 | 111000 | 10111011 | 100111 | 100000 |
Color Harmonies of #326A71
Complementary color
Monochromatic Colors of #326A71
Black with #326A71
Text Example
Text Example
White with #326A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A71; }
p { color: rgb(50,106,113); }
H1.HeaderClassName
{
color: #326A71;
}
.AnyTagClassName
{
color: #326A71;
}
</style>
background-color css
<style>
a { background-color: #326A71; }
a { background-color: rgb(50,106,113); }
div.DivClassName
{
background-color: #326A71;
}
.BgClassName
{
background-color: #326A71;
}
</style>
border-color css
<style>
span { border-color: #326A71; }
span { border-color: rgb(50,106,113); }
td.TdClassName
{
border-color: #326A71;
}
.TagClassName
{
border-color: #326A71;
}
</style>