#37757A

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

Shades of Ming #37757A

Tints of Ming #37757A

Color information

#37757A (or 0x37757A) is unknown color: approx Ming. HEX triplet: 37, 75 and 7A. RGB value is (55,117,122). Sum of RGB (Red+Green+Blue) = 55+117+122=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #37757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37757A is #C88A85. Grayscale: #626262. Windows color (decimal): -13142662 or 8025399. OLE color: 8025399.

HSL color Cylindrical-coordinate representation of color #37757A: hue angle of 184.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37757A is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB55117122-
CMYK0.550.0400.52
HSL184.48º37.85%34.71%-
HSV(B)184.48º54.92%47.84%-
XYZ11.4514.9420.69-
YUV99.03140.9696.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=18.71%
G=39.80%
B=41.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551171220.550.0400.52184.4837.8534.71
Hex37757A374034b82623
Octal671651726740642704643
Binary11011111101011111010110111100011010010111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37757A; }

 p { color: rgb(55,117,122); }

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

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

 a { background-color: rgb(55,117,122); }

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

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

 span { border-color: rgb(55,117,122); }

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