Color Hex Logo

#377aae Color Hex

#377AAE
(55,122,174)
0 Favorites   0 Comments

Color spaces of #377aae

RGB 55122174
HSL0.570.520.45
HSV206°68°68°
CMYK 0.680.300.00   0.32
XYZ16.175117.787342.6252
Yxy17.78730.21120.2322
Hunter Lab42.1750-5.3473-30.4004
CIE-Lab49.2371-4.1138-33.8294

#377aae color RGB value is (55,122,174).

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

The process color (four color CMYK) of #377aae color hex is 0.68, 0.30, 0.00, 0.32. Web safe color of #377aae is #336699. Color #377aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 10101110
Octal 67 172 256
Decimal 55 122 174
Hex 37 7A AE

RGB Percentages of Color #377aae

%15.67
%34.76
%49.57

CMYK Percentages of Color #377aae

%68
%30
%0
%32

Triadic Colors of #377aae

#377aae #ae377a #7aae37

Analogous Colors of #377aae

#377aae #373eae #37aea7

Monochromatic Colors of #377aae

#377aae

Complementary Color

#377aae #ae6b37

#377aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#377aae Color CSS Codes

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

#377aae Text Font Color

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

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


#377aae Background Color

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

This div background color is #377aae


#377aae Border Color

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

This div border color is #377aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377aae


Comments

No comments written yet.

Please login to write comment.