Color Hex Logo

#377dbb Color Hex

#377DBB
(55,125,187)
0 Favorites   0 Comments

Color spaces of #377dbb

RGB 55125187
HSL0.580.550.47
HSV208°71°73°
CMYK 0.710.330.00   0.27
XYZ17.878819.067349.7518
Yxy19.06730.20620.2199
Hunter Lab43.6661-3.3301-36.9869
CIE-Lab50.7659-1.2979-38.9310

#377dbb color RGB value is (55,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111101 10111011
Octal 67 175 273
Decimal 55 125 187
Hex 37 7D BB

RGB Percentages of Color #377dbb

%14.99
%34.06
%50.95

CMYK Percentages of Color #377dbb

%71
%33
%0
%27

Triadic Colors of #377dbb

#377dbb #bb377d #7dbb37

Analogous Colors of #377dbb

#377dbb #373bbb #37bbb7

Monochromatic Colors of #377dbb

#377dbb

Complementary Color

#377dbb #bb7537

#377dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#377dbb Color CSS Codes

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

#377dbb Text Font Color

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

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


#377dbb Background Color

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

This div background color is #377dbb


#377dbb Border Color

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

This div border color is #377dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377dbb


Comments

No comments written yet.

Please login to write comment.