Color Hex Logo

#377aba Color Hex

#377ABA
(55,122,186)
0 Favorites   0 Comments

Color spaces of #377aba

RGB 55122186
HSL0.580.540.47
HSV209°70°73°
CMYK 0.700.340.00   0.27
XYZ17.398018.276549.0651
Yxy18.27650.20530.2157
Hunter Lab42.7510-2.1717-38.1211
CIE-Lab49.82980.1455-39.8329

#377aba color RGB value is (55,122,186).

#377aba hex color red value is 55, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #377aba hue: 0.58 , saturation: 0.54 and the lightness value of 377aba is 0.47.

The process color (four color CMYK) of #377aba color hex is 0.70, 0.34, 0.00, 0.27. Web safe color of #377aba is #3366cc. Color #377aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111010 10111010
Octal 67 172 272
Decimal 55 122 186
Hex 37 7A BA

RGB Percentages of Color #377aba

%15.15
%33.61
%51.24

CMYK Percentages of Color #377aba

%70
%34
%0
%27

Triadic Colors of #377aba

#377aba #ba377a #7aba37

Analogous Colors of #377aba

#377aba #3739ba #37bab9

Monochromatic Colors of #377aba

#377aba

Complementary Color

#377aba #ba7737

#377aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#377aba Color CSS Codes

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

#377aba Text Font Color

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

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


#377aba Background Color

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

This div background color is #377aba


#377aba Border Color

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

This div border color is #377aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377aba


Comments

No comments written yet.

Please login to write comment.