Color Hex Logo

#377aaa Color Hex

#377AAA
(55,122,170)
0 Favorites   0 Comments

Color spaces of #377aaa

RGB 55122170
HSL0.570.510.44
HSV205°68°67°
CMYK 0.680.280.00   0.33
XYZ15.790817.633640.6016
Yxy17.63360.21330.2382
Hunter Lab41.9924-6.3636-27.9317
CIE-Lab49.0487-5.5135-31.8014

#377aaa color RGB value is (55,122,170).

#377aaa hex color red value is 55, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #377aaa hue: 0.57 , saturation: 0.51 and the lightness value of 377aaa is 0.44.

The process color (four color CMYK) of #377aaa color hex is 0.68, 0.28, 0.00, 0.33. Web safe color of #377aaa is #336699. Color #377aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 10101010
Octal 67 172 252
Decimal 55 122 170
Hex 37 7A AA

RGB Percentages of Color #377aaa

%15.85
%35.16
%48.99

CMYK Percentages of Color #377aaa

%68
%28
%0
%33

Triadic Colors of #377aaa

#377aaa #aa377a #7aaa37

Analogous Colors of #377aaa

#377aaa #3741aa #37aaa1

Monochromatic Colors of #377aaa

#377aaa

Complementary Color

#377aaa #aa6737

#377aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#377aaa Color CSS Codes

.mybgcolor {background-color:#377aaa; } 
.myforecolor {color:#377aaa; }
.mybordercolor {border:3px solid #377aaa; }

#377aaa Text Font Color

<p style="color:#377aaa">Text here</p>

This sample text font color is #377aaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#377aaa Background Color

<div style="background-color:#377aaa">
Div content here</div>

This div background color is #377aaa


#377aaa Border Color

<div style="border:3px solid #377aaa">
Div here</div>

This div border color is #377aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,122,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #377aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #377aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #377aaa;
  box-shadow:         1px 1px 3px 2px #377aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,122,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #377aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #377aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #377aaa;
  box-shadow:         1px 1px 3px 2px #377aaa;">
Div content here</div>

This div box has shadow with color #377aaa


Comments

No comments written yet.

Please login to write comment.