#377A7B

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

Shades of Ming #377A7B

Tints of Ming #377A7B

Color information

#377A7B (or 0x377A7B) is unknown color: approx Ming. HEX triplet: 37, 7A and 7B. RGB value is (55,122,123). Sum of RGB (Red+Green+Blue) = 55+122+123=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #377A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A7B is #C88584. Grayscale: #666666. Windows color (decimal): -13141381 or 8092215. OLE color: 8092215.

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

Color convert

RGB55122123-
CMYK0.550.0100.52
HSL180.88º38.2%34.9%-
HSV(B)180.88º55.28%48.24%-
XYZ12.1116.1621.22-
YUV102.08139.894.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 123 (48.44% from 255) = 41%
R=18.33%
G=40.67%
B=41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551221230.550.0100.52180.8838.234.9
Hex377A7B371034b52623
Octal671721736710642654643
Binary110111111101011110111101111011010010110101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A7B; }

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

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

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

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

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

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

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

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