#376C73

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

Shades of Ming #376C73

Tints of Ming #376C73

Color information

#376C73 (or 0x376C73) is unknown color: approx Ming. HEX triplet: 37, 6C and 73. RGB value is (55,108,115). Sum of RGB (Red+Green+Blue) = 55+108+115=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #376C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C73 is #C8938C. Grayscale: #5C5C5C. Windows color (decimal): -13144973 or 7564343. OLE color: 7564343.

HSL color Cylindrical-coordinate representation of color #376C73: hue angle of 187º 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 #376C73 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB55108115-
CMYK0.520.0600.55
HSL187º35.29%33.33%-
HSV(B)187º52.17%45.1%-
XYZ10.0312.7818.16-
YUV92.95140.44100.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=19.78%
G=38.85%
B=41.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551081150.520.0600.5518735.2933.33
Hex376C73346037bb2321
Octal671541636460672734341
Binary11011111011001110011110100110011011110111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,115); }

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

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

 a { background-color: rgb(55,108,115); }

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

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

 span { border-color: rgb(55,108,115); }

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