#376973

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

Shades of Ming #376973

Tints of Ming #376973

Color information

#376973 (or 0x376973) is unknown color: approx Ming. HEX triplet: 37, 69 and 73. RGB value is (55,105,115). Sum of RGB (Red+Green+Blue) = 55+105+115=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #376973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376973 is #C8968C. Grayscale: #5B5B5B. Windows color (decimal): -13145741 or 7563575. OLE color: 7563575.

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

Color convert

RGB55105115-
CMYK0.520.0900.55
HSL190º35.29%33.33%-
HSV(B)190º52.17%45.1%-
XYZ9.7212.1518.05-
YUV91.19141.44102.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=20%
G=38.18%
B=41.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551051150.520.0900.5519035.2933.33
Hex376973349037be2321
Octal6715116364110672764341
Binary110111110100111100111101001001011011110111110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376973; }

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

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

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

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

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

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

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

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