Color Hex Logo

#377bac Color Hex

#377BAC
(55,123,172)
0 Favorites   0 Comments

Color spaces of #377bac

RGB 55123172
HSL0.570.520.45
HSV205°68°67°
CMYK 0.680.280.00   0.33
XYZ16.104917.956741.6469
Yxy17.95670.21270.2372
Hunter Lab42.3753-6.3173-28.6080
CIE-Lab49.4435-5.4050-32.3454

#377bac color RGB value is (55,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 10101100
Octal 67 173 254
Decimal 55 123 172
Hex 37 7B AC

RGB Percentages of Color #377bac

%15.71
%35.14
%49.14

CMYK Percentages of Color #377bac

%68
%28
%0
%33

Triadic Colors of #377bac

#377bac #ac377b #7bac37

Analogous Colors of #377bac

#377bac #3740ac #37aca3

Monochromatic Colors of #377bac

#377bac

Complementary Color

#377bac #ac6837

#377bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bac Color CSS Codes

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

#377bac Text Font Color

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

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


#377bac Background Color

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

This div background color is #377bac


#377bac Border Color

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

This div border color is #377bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bac


Comments

No comments written yet.

Please login to write comment.