#376E74

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

Shades of Ming #376E74

Tints of Ming #376E74

Color information

#376E74 (or 0x376E74) is unknown color: approx Ming. HEX triplet: 37, 6E and 74. RGB value is (55,110,116). Sum of RGB (Red+Green+Blue) = 55+110+116=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #376E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E74 is #C8918B. Grayscale: #5E5E5E. Windows color (decimal): -13144460 or 7630391. OLE color: 7630391.

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

Color convert

RGB55110116-
CMYK0.530.0500.55
HSL185.9º35.67%33.53%-
HSV(B)185.9º52.59%45.49%-
XYZ10.313.2318.53-
YUV94.24140.28100.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=19.57%
G=39.15%
B=41.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551101160.530.0500.55185.935.6733.53
Hex376E74355037ba2422
Octal671561646550672724442
Binary11011111011101110100110101101011011110111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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