#376971

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

Shades of Ming #376971

Tints of Ming #376971

Color information

#376971 (or 0x376971) is unknown color: approx Ming. HEX triplet: 37, 69 and 71. RGB value is (55,105,113). Sum of RGB (Red+Green+Blue) = 55+105+113=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #376971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376971 is #C8968E. Grayscale: #5A5A5A. Windows color (decimal): -13145743 or 7432503. OLE color: 7432503.

HSL color Cylindrical-coordinate representation of color #376971: hue angle of 188.28º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376971 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55105113-
CMYK0.510.0700.56
HSL188.28º34.52%32.94%-
HSV(B)188.28º51.33%44.31%-
XYZ9.6112.1117.45-
YUV90.96140.44102.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=20.15%
G=38.46%
B=41.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551051130.510.0700.56188.2834.5232.94
Hex376971337038bc2321
Octal671511616370702744341
Binary11011111010011110001110011111011100010111100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376971; }

 p { color: rgb(55,105,113); }

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

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

 a { background-color: rgb(55,105,113); }

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

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

 span { border-color: rgb(55,105,113); }

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