Shades of Ming #336F74
Tints of Ming #336F74
RGB
CMYK
RGB Variations
Color information
#336F74 (or 0x336F74) is known color: Ming. HEX triplet: 33, 6F and 74. RGB value is (51,111,116). Sum of RGB (Red+Green+Blue) = 51+111+116=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #336F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F74 is #CC908B. Grayscale: #5D5D5D. Windows color (decimal): -13406348 or 7630643. OLE color: 7630643.
HSL color Cylindrical-coordinate representation of color #336F74: hue angle of 184.62º 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 #336F74 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 111 | 116 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.55 |
| HSL | 184.62º | 0.39% | 0.33% | - |
| HSV(B) | 184.62º | 0.56% | 0.45% | - |
| XYZ | 10.2 | 13.33 | 18.56 | - |
| YUV | 93.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 116 | 0.56 | 0.04 | 0 | 0.55 | 184.62 | 0.39 | 0.33 |
| Hex | 33 | 6F | 74 | 38 | 4 | 0 | 37 | B9 | 27 | 21 |
| Octal | 63 | 157 | 164 | 70 | 4 | 0 | 67 | 271 | 47 | 41 |
| Binary | 110011 | 1101111 | 1110100 | 111000 | 100 | 0 | 110111 | 10111001 | 100111 | 100001 |
Color Harmonies of #336F74
Complementary color
Monochromatic Colors of #336F74
Black with #336F74
Text Example
Text Example
White with #336F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F74; }
p { color: rgb(51,111,116); }
H1.HeaderClassName
{
color: #336F74;
}
.AnyTagClassName
{
color: #336F74;
}
</style>
background-color css
<style>
a { background-color: #336F74; }
a { background-color: rgb(51,111,116); }
div.DivClassName
{
background-color: #336F74;
}
.BgClassName
{
background-color: #336F74;
}
</style>
border-color css
<style>
span { border-color: #336F74; }
span { border-color: rgb(51,111,116); }
td.TdClassName
{
border-color: #336F74;
}
.TagClassName
{
border-color: #336F74;
}
</style>