Shades of Ming #37747A
Tints of Ming #37747A
RGB
CMYK
RGB Variations
Color information
#37747A (or 0x37747A) is known color: Ming. HEX triplet: 37, 74 and 7A. RGB value is (55,116,122). Sum of RGB (Red+Green+Blue) = 55+116+122=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #37747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37747A is #C88B85. Grayscale: #626262. Windows color (decimal): -13142918 or 8025143. OLE color: 8025143.
HSL color Cylindrical-coordinate representation of color #37747A: hue angle of 185.37º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37747A is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 116 | 122 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.52 |
| HSL | 185.37º | 0.38% | 0.35% | - |
| HSV(B) | 185.37º | 0.55% | 0.48% | - |
| XYZ | 11.33 | 14.71 | 20.65 | - |
| YUV | 98.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 122 | 0.55 | 0.05 | 0 | 0.52 | 185.37 | 0.38 | 0.35 |
| Hex | 37 | 74 | 7A | 37 | 5 | 0 | 34 | B9 | 26 | 23 |
| Octal | 67 | 164 | 172 | 67 | 5 | 0 | 64 | 271 | 46 | 43 |
| Binary | 110111 | 1110100 | 1111010 | 110111 | 101 | 0 | 110100 | 10111001 | 100110 | 100011 |
Color Harmonies of #37747A
Complementary color
Monochromatic Colors of #37747A
Black with #37747A
Text Example
Text Example
White with #37747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37747A; }
p { color: rgb(55,116,122); }
H1.HeaderClassName
{
color: #37747A;
}
.AnyTagClassName
{
color: #37747A;
}
</style>
background-color css
<style>
a { background-color: #37747A; }
a { background-color: rgb(55,116,122); }
div.DivClassName
{
background-color: #37747A;
}
.BgClassName
{
background-color: #37747A;
}
</style>
border-color css
<style>
span { border-color: #37747A; }
span { border-color: rgb(55,116,122); }
td.TdClassName
{
border-color: #37747A;
}
.TagClassName
{
border-color: #37747A;
}
</style>