Shades of Ming #376973
Tints of Ming #376973
RGB
CMYK
RGB Variations
Color information
#376973 (or 0x376973) is known color: Ming. HEX triplet: 37, 69 and 73. RGB value is (55,105,115). Sum of RGB (Red+Green+Blue) = 55+105+115=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #376973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376973 is #C8968C. Grayscale: #5B5B5B. Windows color (decimal): -13145741 or 7563575. OLE color: 7563575.
HSL color Cylindrical-coordinate representation of color #376973: hue angle of 190º 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 #376973 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 105 | 115 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.55 |
| HSL | 190º | 0.35% | 0.33% | - |
| HSV(B) | 190º | 0.52% | 0.45% | - |
| XYZ | 9.72 | 12.15 | 18.05 | - |
| YUV | 91.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 115 | 0.52 | 0.09 | 0 | 0.55 | 190 | 0.35 | 0.33 |
| Hex | 37 | 69 | 73 | 34 | 9 | 0 | 37 | BE | 23 | 21 |
| Octal | 67 | 151 | 163 | 64 | 11 | 0 | 67 | 276 | 43 | 41 |
| Binary | 110111 | 1101001 | 1110011 | 110100 | 1001 | 0 | 110111 | 10111110 | 100011 | 100001 |
Color Harmonies of #376973
Complementary color
Monochromatic Colors of #376973
Black with #376973
Text Example
Text Example
White with #376973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376973; }
p { color: rgb(55,105,115); }
H1.HeaderClassName
{
color: #376973;
}
.AnyTagClassName
{
color: #376973;
}
</style>
background-color css
<style>
a { background-color: #376973; }
a { background-color: rgb(55,105,115); }
div.DivClassName
{
background-color: #376973;
}
.BgClassName
{
background-color: #376973;
}
</style>
border-color css
<style>
span { border-color: #376973; }
span { border-color: rgb(55,105,115); }
td.TdClassName
{
border-color: #376973;
}
.TagClassName
{
border-color: #376973;
}
</style>