#376970

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

Shades of Ming #376970

Tints of Ming #376970

Color information

#376970 (or 0x376970) is unknown color: approx Ming. HEX triplet: 37, 69 and 70. RGB value is (55,105,112). Sum of RGB (Red+Green+Blue) = 55+105+112=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #376970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376970 is #C8968F. Grayscale: #5A5A5A. Windows color (decimal): -13145744 or 7366967. OLE color: 7366967.

HSL color Cylindrical-coordinate representation of color #376970: hue angle of 187.37º degrees, saturation: 0.34, 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 #376970 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55105112-
CMYK0.510.0600.56
HSL187.37º34.13%32.75%-
HSV(B)187.37º50.89%43.92%-
XYZ9.5512.0917.16-
YUV90.85139.94102.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=20.22%
G=38.60%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551051120.510.0600.56187.3734.1332.75
Hex376970336038bb2221
Octal671511606360702734241
Binary11011111010011110000110011110011100010111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376970; }

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

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

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

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

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

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

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

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