Shades of Ming #336C71
Tints of Ming #336C71
RGB
CMYK
RGB Variations
Color information
#336C71 (or 0x336C71) is known color: Ming. HEX triplet: 33, 6C and 71. RGB value is (51,108,113). Sum of RGB (Red+Green+Blue) = 51+108+113=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #336C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C71 is #CC938E. Grayscale: #5B5B5B. Windows color (decimal): -13407119 or 7433267. OLE color: 7433267.
HSL color Cylindrical-coordinate representation of color #336C71: hue angle of 184.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336C71 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 108 | 113 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.56 |
| HSL | 184.84º | 0.38% | 0.32% | - |
| HSV(B) | 184.84º | 0.55% | 0.44% | - |
| XYZ | 9.71 | 12.62 | 17.55 | - |
| YUV | 91.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 113 | 0.55 | 0.04 | 0 | 0.56 | 184.84 | 0.38 | 0.32 |
| Hex | 33 | 6C | 71 | 37 | 4 | 0 | 38 | B9 | 26 | 20 |
| Octal | 63 | 154 | 161 | 67 | 4 | 0 | 70 | 271 | 46 | 40 |
| Binary | 110011 | 1101100 | 1110001 | 110111 | 100 | 0 | 111000 | 10111001 | 100110 | 100000 |
Color Harmonies of #336C71
Complementary color
Monochromatic Colors of #336C71
Black with #336C71
Text Example
Text Example
White with #336C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336C71; }
p { color: rgb(51,108,113); }
H1.HeaderClassName
{
color: #336C71;
}
.AnyTagClassName
{
color: #336C71;
}
</style>
background-color css
<style>
a { background-color: #336C71; }
a { background-color: rgb(51,108,113); }
div.DivClassName
{
background-color: #336C71;
}
.BgClassName
{
background-color: #336C71;
}
</style>
border-color css
<style>
span { border-color: #336C71; }
span { border-color: rgb(51,108,113); }
td.TdClassName
{
border-color: #336C71;
}
.TagClassName
{
border-color: #336C71;
}
</style>