Shades of Ming #326C74
Tints of Ming #326C74
RGB
CMYK
RGB Variations
Color information
#326C74 (or 0x326C74) is known color: Ming. HEX triplet: 32, 6C and 74. RGB value is (50,108,116). Sum of RGB (Red+Green+Blue) = 50+108+116=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #326C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C74 is #CD938B. Grayscale: #5B5B5B. Windows color (decimal): -13472652 or 7629874. OLE color: 7629874.
HSL color Cylindrical-coordinate representation of color #326C74: hue angle of 187.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326C74 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 108 | 116 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.55 |
| HSL | 187.27º | 0.4% | 0.33% | - |
| HSV(B) | 187.27º | 0.57% | 0.45% | - |
| XYZ | 9.83 | 12.66 | 18.45 | - |
| YUV | 91.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 116 | 0.57 | 0.07 | 0 | 0.55 | 187.27 | 0.4 | 0.33 |
| Hex | 32 | 6C | 74 | 39 | 7 | 0 | 37 | BB | 28 | 21 |
| Octal | 62 | 154 | 164 | 71 | 7 | 0 | 67 | 273 | 50 | 41 |
| Binary | 110010 | 1101100 | 1110100 | 111001 | 111 | 0 | 110111 | 10111011 | 101000 | 100001 |
Color Harmonies of #326C74
Complementary color
Monochromatic Colors of #326C74
Black with #326C74
Text Example
Text Example
White with #326C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C74; }
p { color: rgb(50,108,116); }
H1.HeaderClassName
{
color: #326C74;
}
.AnyTagClassName
{
color: #326C74;
}
</style>
background-color css
<style>
a { background-color: #326C74; }
a { background-color: rgb(50,108,116); }
div.DivClassName
{
background-color: #326C74;
}
.BgClassName
{
background-color: #326C74;
}
</style>
border-color css
<style>
span { border-color: #326C74; }
span { border-color: rgb(50,108,116); }
td.TdClassName
{
border-color: #326C74;
}
.TagClassName
{
border-color: #326C74;
}
</style>