#37757B

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

Shades of Ming #37757B

Tints of Ming #37757B

Color information

#37757B (or 0x37757B) is unknown color: approx Ming. HEX triplet: 37, 75 and 7B. RGB value is (55,117,123). Sum of RGB (Red+Green+Blue) = 55+117+123=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #37757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37757B is #C88A84. Grayscale: #636363. Windows color (decimal): -13142661 or 8090935. OLE color: 8090935.

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

Color convert

RGB55117123-
CMYK0.550.0500.52
HSL185.29º38.2%34.9%-
HSV(B)185.29º55.28%48.24%-
XYZ11.5114.9621.02-
YUV99.15141.4696.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=18.64%
G=39.66%
B=41.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551171230.550.0500.52185.2938.234.9
Hex37757B375034b92623
Octal671651736750642714643
Binary11011111101011111011110111101011010010111001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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