#376E72

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

Shades of Ming #376E72

Tints of Ming #376E72

Color information

#376E72 (or 0x376E72) is unknown color: approx Ming. HEX triplet: 37, 6E and 72. RGB value is (55,110,114). Sum of RGB (Red+Green+Blue) = 55+110+114=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #376E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E72 is #C8918D. Grayscale: #5D5D5D. Windows color (decimal): -13144462 or 7499319. OLE color: 7499319.

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

Color convert

RGB55110114-
CMYK0.520.0400.55
HSL184.07º34.91%33.14%-
HSV(B)184.07º51.75%44.71%-
XYZ10.1913.1817.93-
YUV94.01139.28100.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=19.71%
G=39.43%
B=40.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551101140.520.0400.55184.0734.9133.14
Hex376E72344037b82321
Octal671561626440672704341
Binary11011111011101110010110100100011011110111000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,114); }

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

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

 a { background-color: rgb(55,110,114); }

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

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

 span { border-color: rgb(55,110,114); }

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