Color Hex Logo

#377bba Color Hex

#377BBA
(55,123,186)
0 Favorites   0 Comments

Color spaces of #377bba

RGB 55123186
HSL0.580.540.47
HSV209°70°73°
CMYK 0.700.340.00   0.27
XYZ17.521418.523349.1063
Yxy18.52330.20580.2175
Hunter Lab43.0387-2.6490-37.5216
CIE-Lab50.1248-0.4564-39.3672

#377bba color RGB value is (55,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 10111010
Octal 67 173 272
Decimal 55 123 186
Hex 37 7B BA

RGB Percentages of Color #377bba

%15.11
%33.79
%51.10

CMYK Percentages of Color #377bba

%70
%34
%0
%27

Triadic Colors of #377bba

#377bba #ba377b #7bba37

Analogous Colors of #377bba

#377bba #373aba #37bab8

Monochromatic Colors of #377bba

#377bba

Complementary Color

#377bba #ba7637

#377bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bba Color CSS Codes

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

#377bba Text Font Color

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

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


#377bba Background Color

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

This div background color is #377bba


#377bba Border Color

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

This div border color is #377bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bba


Comments

No comments written yet.

Please login to write comment.