#376E79

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

Shades of Ming #376E79

Tints of Ming #376E79

Color information

#376E79 (or 0x376E79) is unknown color: approx Ming. HEX triplet: 37, 6E and 79. RGB value is (55,110,121). Sum of RGB (Red+Green+Blue) = 55+110+121=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #376E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E79 is #C89186. Grayscale: #5E5E5E. Windows color (decimal): -13144455 or 7958071. OLE color: 7958071.

HSL color Cylindrical-coordinate representation of color #376E79: hue angle of 190º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #376E79 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB55110121-
CMYK0.550.0900.53
HSL190º37.5%34.51%-
HSV(B)190º54.55%47.45%-
XYZ10.613.3420.11-
YUV94.81142.7899.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=19.23%
G=38.46%
B=42.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551101210.550.0900.5319037.534.51
Hex376E79379035be2623
Octal6715617167110652764643
Binary110111110111011110011101111001011010110111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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