Shades of Ming #37707C
Tints of Ming #37707C
RGB
CMYK
RGB Variations
Color information
#37707C (or 0x37707C) is known color: Ming. HEX triplet: 37, 70 and 7C. RGB value is (55,112,124). Sum of RGB (Red+Green+Blue) = 55+112+124=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #37707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37707C is #C88F83. Grayscale: #606060. Windows color (decimal): -13143940 or 8155191. OLE color: 8155191.
HSL color Cylindrical-coordinate representation of color #37707C: hue angle of 190.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37707C is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 112 | 124 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.51 |
| HSL | 190.43º | 0.39% | 0.35% | - |
| HSV(B) | 190.43º | 0.56% | 0.49% | - |
| XYZ | 11.01 | 13.86 | 21.16 | - |
| YUV | 96.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 124 | 0.56 | 0.10 | 0 | 0.51 | 190.43 | 0.39 | 0.35 |
| Hex | 37 | 70 | 7C | 38 | A | 0 | 33 | BE | 27 | 23 |
| Octal | 67 | 160 | 174 | 70 | 12 | 0 | 63 | 276 | 47 | 43 |
| Binary | 110111 | 1110000 | 1111100 | 111000 | 1010 | 0 | 110011 | 10111110 | 100111 | 100011 |
Color Harmonies of #37707C
Complementary color
Monochromatic Colors of #37707C
Black with #37707C
Text Example
Text Example
White with #37707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37707C; }
p { color: rgb(55,112,124); }
H1.HeaderClassName
{
color: #37707C;
}
.AnyTagClassName
{
color: #37707C;
}
</style>
background-color css
<style>
a { background-color: #37707C; }
a { background-color: rgb(55,112,124); }
div.DivClassName
{
background-color: #37707C;
}
.BgClassName
{
background-color: #37707C;
}
</style>
border-color css
<style>
span { border-color: #37707C; }
span { border-color: rgb(55,112,124); }
td.TdClassName
{
border-color: #37707C;
}
.TagClassName
{
border-color: #37707C;
}
</style>