Shades of Ming #326B76
Tints of Ming #326B76
RGB
CMYK
RGB Variations
Color information
#326B76 (or 0x326B76) is known color: Ming. HEX triplet: 32, 6B and 76. RGB value is (50,107,118). Sum of RGB (Red+Green+Blue) = 50+107+118=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #326B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B76 is #CD9489. Grayscale: #5B5B5B. Windows color (decimal): -13472906 or 7760690. OLE color: 7760690.
HSL color Cylindrical-coordinate representation of color #326B76: hue angle of 189.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326B76 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 107 | 118 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.54 |
| HSL | 189.71º | 0.4% | 0.33% | - |
| HSV(B) | 189.71º | 0.58% | 0.46% | - |
| XYZ | 9.84 | 12.5 | 19.03 | - |
| YUV | 91.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 118 | 0.58 | 0.09 | 0 | 0.54 | 189.71 | 0.4 | 0.33 |
| Hex | 32 | 6B | 76 | 3A | 9 | 0 | 36 | BE | 28 | 21 |
| Octal | 62 | 153 | 166 | 72 | 11 | 0 | 66 | 276 | 50 | 41 |
| Binary | 110010 | 1101011 | 1110110 | 111010 | 1001 | 0 | 110110 | 10111110 | 101000 | 100001 |
Color Harmonies of #326B76
Complementary color
Monochromatic Colors of #326B76
Black with #326B76
Text Example
Text Example
White with #326B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B76; }
p { color: rgb(50,107,118); }
H1.HeaderClassName
{
color: #326B76;
}
.AnyTagClassName
{
color: #326B76;
}
</style>
background-color css
<style>
a { background-color: #326B76; }
a { background-color: rgb(50,107,118); }
div.DivClassName
{
background-color: #326B76;
}
.BgClassName
{
background-color: #326B76;
}
</style>
border-color css
<style>
span { border-color: #326B76; }
span { border-color: rgb(50,107,118); }
td.TdClassName
{
border-color: #326B76;
}
.TagClassName
{
border-color: #326B76;
}
</style>