Color Hex Logo

#377dba Color Hex

#377DBA
(55,125,186)
0 Favorites   0 Comments

Color spaces of #377dba

RGB 55125186
HSL0.580.540.47
HSV208°70°73°
CMYK 0.700.330.00   0.27
XYZ17.772119.024649.1898
Yxy19.02460.20670.2213
Hunter Lab43.6172-3.5992-36.3329
CIE-Lab50.7160-1.6540-38.4347

#377dba color RGB value is (55,125,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111101 10111010
Octal 67 175 272
Decimal 55 125 186
Hex 37 7D BA

RGB Percentages of Color #377dba

%15.03
%34.15
%50.82

CMYK Percentages of Color #377dba

%70
%33
%0
%27

Triadic Colors of #377dba

#377dba #ba377d #7dba37

Analogous Colors of #377dba

#377dba #373cba #37bab6

Monochromatic Colors of #377dba

#377dba

Complementary Color

#377dba #ba7437

#377dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#377dba Color CSS Codes

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

#377dba Text Font Color

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

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


#377dba Background Color

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

This div background color is #377dba


#377dba Border Color

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

This div border color is #377dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377dba


Comments

No comments written yet.

Please login to write comment.