Shades of Ming #326B72
Tints of Ming #326B72
RGB
CMYK
RGB Variations
Color information
#326B72 (or 0x326B72) is known color: Ming. HEX triplet: 32, 6B and 72. RGB value is (50,107,114). Sum of RGB (Red+Green+Blue) = 50+107+114=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #326B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B72 is #CD948D. Grayscale: #5A5A5A. Windows color (decimal): -13472910 or 7498546. OLE color: 7498546.
HSL color Cylindrical-coordinate representation of color #326B72: hue angle of 186.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326B72 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 107 | 114 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.55 |
| HSL | 186.56º | 0.39% | 0.32% | - |
| HSV(B) | 186.56º | 0.56% | 0.45% | - |
| XYZ | 9.61 | 12.41 | 17.81 | - |
| YUV | 90.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 114 | 0.56 | 0.06 | 0 | 0.55 | 186.56 | 0.39 | 0.32 |
| Hex | 32 | 6B | 72 | 38 | 6 | 0 | 37 | BB | 27 | 20 |
| Octal | 62 | 153 | 162 | 70 | 6 | 0 | 67 | 273 | 47 | 40 |
| Binary | 110010 | 1101011 | 1110010 | 111000 | 110 | 0 | 110111 | 10111011 | 100111 | 100000 |
Color Harmonies of #326B72
Complementary color
Monochromatic Colors of #326B72
Black with #326B72
Text Example
Text Example
White with #326B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B72; }
p { color: rgb(50,107,114); }
H1.HeaderClassName
{
color: #326B72;
}
.AnyTagClassName
{
color: #326B72;
}
</style>
background-color css
<style>
a { background-color: #326B72; }
a { background-color: rgb(50,107,114); }
div.DivClassName
{
background-color: #326B72;
}
.BgClassName
{
background-color: #326B72;
}
</style>
border-color css
<style>
span { border-color: #326B72; }
span { border-color: rgb(50,107,114); }
td.TdClassName
{
border-color: #326B72;
}
.TagClassName
{
border-color: #326B72;
}
</style>