Color Hex Logo

#377caa Color Hex

#377CAA
(55,124,170)
0 Favorites   0 Comments

Color spaces of #377caa

RGB 55124170
HSL0.570.510.44
HSV204°68°67°
CMYK 0.680.270.00   0.33
XYZ16.038918.129840.6843
Yxy18.12980.21430.2422
Hunter Lab42.5791-7.2752-26.8462
CIE-Lab49.6532-6.6870-30.8568

#377caa color RGB value is (55,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111100 10101010
Octal 67 174 252
Decimal 55 124 170
Hex 37 7C AA

RGB Percentages of Color #377caa

%15.76
%35.53
%48.71

CMYK Percentages of Color #377caa

%68
%27
%0
%33

Triadic Colors of #377caa

#377caa #aa377c #7caa37

Analogous Colors of #377caa

#377caa #3743aa #37aa9f

Monochromatic Colors of #377caa

#377caa

Complementary Color

#377caa #aa6537

#377caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#377caa Color CSS Codes

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

#377caa Text Font Color

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

This sample text font color is #377caa
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.


#377caa Background Color

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

This div background color is #377caa


#377caa Border Color

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

This div border color is #377caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,124,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 #377caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377caa


Comments

No comments written yet.

Please login to write comment.