Shades of Ming #376A73
Tints of Ming #376A73
RGB
CMYK
RGB Variations
Color information
#376A73 (or 0x376A73) is known color: Ming. HEX triplet: 37, 6A and 73. RGB value is (55,106,115). Sum of RGB (Red+Green+Blue) = 55+106+115=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #376A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A73 is #C8958C. Grayscale: #5B5B5B. Windows color (decimal): -13145485 or 7563831. OLE color: 7563831.
HSL color Cylindrical-coordinate representation of color #376A73: hue angle of 189º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #376A73 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 106 | 115 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.55 |
| HSL | 189º | 0.35% | 0.33% | - |
| HSV(B) | 189º | 0.52% | 0.45% | - |
| XYZ | 9.82 | 12.36 | 18.09 | - |
| YUV | 91.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 115 | 0.52 | 0.08 | 0 | 0.55 | 189 | 0.35 | 0.33 |
| Hex | 37 | 6A | 73 | 34 | 8 | 0 | 37 | BD | 23 | 21 |
| Octal | 67 | 152 | 163 | 64 | 10 | 0 | 67 | 275 | 43 | 41 |
| Binary | 110111 | 1101010 | 1110011 | 110100 | 1000 | 0 | 110111 | 10111101 | 100011 | 100001 |
Color Harmonies of #376A73
Complementary color
Monochromatic Colors of #376A73
Black with #376A73
Text Example
Text Example
White with #376A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A73; }
p { color: rgb(55,106,115); }
H1.HeaderClassName
{
color: #376A73;
}
.AnyTagClassName
{
color: #376A73;
}
</style>
background-color css
<style>
a { background-color: #376A73; }
a { background-color: rgb(55,106,115); }
div.DivClassName
{
background-color: #376A73;
}
.BgClassName
{
background-color: #376A73;
}
</style>
border-color css
<style>
span { border-color: #376A73; }
span { border-color: rgb(55,106,115); }
td.TdClassName
{
border-color: #376A73;
}
.TagClassName
{
border-color: #376A73;
}
</style>