Shades of Ming #336B73
Tints of Ming #336B73
RGB
CMYK
RGB Variations
Color information
#336B73 (or 0x336B73) is known color: Ming. HEX triplet: 33, 6B and 73. RGB value is (51,107,115). Sum of RGB (Red+Green+Blue) = 51+107+115=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #336B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B73 is #CC948C. Grayscale: #5B5B5B. Windows color (decimal): -13407373 or 7564083. OLE color: 7564083.
HSL color Cylindrical-coordinate representation of color #336B73: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336B73 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 107 | 115 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.55 |
| HSL | 187.5º | 0.39% | 0.33% | - |
| HSV(B) | 187.5º | 0.56% | 0.45% | - |
| XYZ | 9.72 | 12.46 | 18.11 | - |
| YUV | 91.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 115 | 0.56 | 0.07 | 0 | 0.55 | 187.5 | 0.39 | 0.33 |
| Hex | 33 | 6B | 73 | 38 | 7 | 0 | 37 | BC | 27 | 21 |
| Octal | 63 | 153 | 163 | 70 | 7 | 0 | 67 | 274 | 47 | 41 |
| Binary | 110011 | 1101011 | 1110011 | 111000 | 111 | 0 | 110111 | 10111100 | 100111 | 100001 |
Color Harmonies of #336B73
Complementary color
Monochromatic Colors of #336B73
Black with #336B73
Text Example
Text Example
White with #336B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B73; }
p { color: rgb(51,107,115); }
H1.HeaderClassName
{
color: #336B73;
}
.AnyTagClassName
{
color: #336B73;
}
</style>
background-color css
<style>
a { background-color: #336B73; }
a { background-color: rgb(51,107,115); }
div.DivClassName
{
background-color: #336B73;
}
.BgClassName
{
background-color: #336B73;
}
</style>
border-color css
<style>
span { border-color: #336B73; }
span { border-color: rgb(51,107,115); }
td.TdClassName
{
border-color: #336B73;
}
.TagClassName
{
border-color: #336B73;
}
</style>