Shades of Ming #32676B
Tints of Ming #32676B
RGB
CMYK
RGB Variations
Color information
#32676B (or 0x32676B) is known color: Ming. HEX triplet: 32, 67 and 6B. RGB value is (50,103,107). Sum of RGB (Red+Green+Blue) = 50+103+107=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #32676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32676B is #CD9894. Grayscale: #575757. Windows color (decimal): -13473941 or 7038770. OLE color: 7038770.
HSL color Cylindrical-coordinate representation of color #32676B: hue angle of 184.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32676B is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 103 | 107 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.58 |
| HSL | 184.21º | 0.36% | 0.31% | - |
| HSV(B) | 184.21º | 0.53% | 0.42% | - |
| XYZ | 8.82 | 11.44 | 15.65 | - |
| YUV | 87.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 107 | 0.53 | 0.04 | 0 | 0.58 | 184.21 | 0.36 | 0.31 |
| Hex | 32 | 67 | 6B | 35 | 4 | 0 | 3A | B8 | 24 | 1F |
| Octal | 62 | 147 | 153 | 65 | 4 | 0 | 72 | 270 | 44 | 37 |
| Binary | 110010 | 1100111 | 1101011 | 110101 | 100 | 0 | 111010 | 10111000 | 100100 | 11111 |
Color Harmonies of #32676B
Complementary color
Monochromatic Colors of #32676B
Black with #32676B
Text Example
Text Example
White with #32676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32676B; }
p { color: rgb(50,103,107); }
H1.HeaderClassName
{
color: #32676B;
}
.AnyTagClassName
{
color: #32676B;
}
</style>
background-color css
<style>
a { background-color: #32676B; }
a { background-color: rgb(50,103,107); }
div.DivClassName
{
background-color: #32676B;
}
.BgClassName
{
background-color: #32676B;
}
</style>
border-color css
<style>
span { border-color: #32676B; }
span { border-color: rgb(50,103,107); }
td.TdClassName
{
border-color: #32676B;
}
.TagClassName
{
border-color: #32676B;
}
</style>