Color Hex Logo

#377ba7 Color Hex

#377BA7
(55,123,167)
0 Favorites   0 Comments

Color spaces of #377ba7

RGB 55123167
HSL0.570.500.44
HSV204°67°65°
CMYK 0.670.260.00   0.35
XYZ15.633617.768239.1648
Yxy17.76820.21540.2449
Hunter Lab42.1523-7.5639-25.5812
CIE-Lab49.2137-7.1402-29.7982

#377ba7 color RGB value is (55,123,167).

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

The process color (four color CMYK) of #377ba7 color hex is 0.67, 0.26, 0.00, 0.35. Web safe color of #377ba7 is #336699. Color #377ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 10100111
Octal 67 173 247
Decimal 55 123 167
Hex 37 7B A7

RGB Percentages of Color #377ba7

%15.94
%35.65
%48.41

CMYK Percentages of Color #377ba7

%67
%26
%0
%35

Triadic Colors of #377ba7

#377ba7 #a7377b #7ba737

Analogous Colors of #377ba7

#377ba7 #3743a7 #37a79b

Monochromatic Colors of #377ba7

#377ba7

Complementary Color

#377ba7 #a76337

#377ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377ba7 Color CSS Codes

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

#377ba7 Text Font Color

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

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


#377ba7 Background Color

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

This div background color is #377ba7


#377ba7 Border Color

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

This div border color is #377ba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377ba7


Comments

No comments written yet.

Please login to write comment.