#376D74

Color #376D74 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #376D74

Tints of Ming #376D74

Color information

#376D74 (or 0x376D74) is unknown color: approx Ming. HEX triplet: 37, 6D and 74. RGB value is (55,109,116). Sum of RGB (Red+Green+Blue) = 55+109+116=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #376D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D74 is #C8928B. Grayscale: #5D5D5D. Windows color (decimal): -13144716 or 7630135. OLE color: 7630135.

HSL color Cylindrical-coordinate representation of color #376D74: hue angle of 186.89º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376D74 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB55109116-
CMYK0.530.0600.55
HSL186.89º35.67%33.53%-
HSV(B)186.89º52.59%45.49%-
XYZ10.213.0118.5-
YUV93.65140.61100.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=19.64%
G=38.93%
B=41.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551091160.530.0600.55186.8935.6733.53
Hex376D74356037bb2422
Octal671551646560672734442
Binary11011111011011110100110101110011011110111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376D74; }

 p { color: rgb(55,109,116); }

 H1.HeaderClassName
 {
   color: #376D74;
 }
 .AnyTagClassName
 {
   color: #376D74;
 }
</style>
background-color css

<style>
 a { background-color: #376D74; }

 a { background-color: rgb(55,109,116); }

 div.DivClassName
 {
   background-color: #376D74;
 }
 .BgClassName
 {
   background-color: #376D74;
 }
</style>
border-color css

<style>
 span { border-color: #376D74; }

 span { border-color: rgb(55,109,116); }

 td.TdClassName
 {
   border-color: #376D74;
 }
 .TagClassName
 {
   border-color: #376D74;
 }
</style>