Shades of Ming #32686D
Tints of Ming #32686D
RGB
CMYK
RGB Variations
Color information
#32686D (or 0x32686D) is known color: Ming. HEX triplet: 32, 68 and 6D. RGB value is (50,104,109). Sum of RGB (Red+Green+Blue) = 50+104+109=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #32686D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32686D is #CD9792. Grayscale: #585858. Windows color (decimal): -13473683 or 7170098. OLE color: 7170098.
HSL color Cylindrical-coordinate representation of color #32686D: hue angle of 185.08º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32686D is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 104 | 109 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.57 |
| HSL | 185.08º | 0.37% | 0.31% | - |
| HSV(B) | 185.08º | 0.54% | 0.43% | - |
| XYZ | 9.03 | 11.68 | 16.25 | - |
| YUV | 88.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 109 | 0.54 | 0.05 | 0 | 0.57 | 185.08 | 0.37 | 0.31 |
| Hex | 32 | 68 | 6D | 36 | 5 | 0 | 39 | B9 | 25 | 1F |
| Octal | 62 | 150 | 155 | 66 | 5 | 0 | 71 | 271 | 45 | 37 |
| Binary | 110010 | 1101000 | 1101101 | 110110 | 101 | 0 | 111001 | 10111001 | 100101 | 11111 |
Color Harmonies of #32686D
Complementary color
Monochromatic Colors of #32686D
Black with #32686D
Text Example
Text Example
White with #32686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32686D; }
p { color: rgb(50,104,109); }
H1.HeaderClassName
{
color: #32686D;
}
.AnyTagClassName
{
color: #32686D;
}
</style>
background-color css
<style>
a { background-color: #32686D; }
a { background-color: rgb(50,104,109); }
div.DivClassName
{
background-color: #32686D;
}
.BgClassName
{
background-color: #32686D;
}
</style>
border-color css
<style>
span { border-color: #32686D; }
span { border-color: rgb(50,104,109); }
td.TdClassName
{
border-color: #32686D;
}
.TagClassName
{
border-color: #32686D;
}
</style>