Color Hex Logo

#377cbd Color Hex

#377CBD
(55,124,189)
0 Favorites   0 Comments

Color spaces of #377cbd

RGB 55124189
HSL0.580.550.48
HSV209°71°74°
CMYK 0.710.340.00   0.26
XYZ17.968518.901750.8455
Yxy18.90170.20480.2155
Hunter Lab43.4761-2.3098-38.9067
CIE-Lab50.57200.0160-40.3858

#377cbd color RGB value is (55,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111100 10111101
Octal 67 174 275
Decimal 55 124 189
Hex 37 7C BD

RGB Percentages of Color #377cbd

%14.95
%33.70
%51.36

CMYK Percentages of Color #377cbd

%71
%34
%0
%26

Triadic Colors of #377cbd

#377cbd #bd377c #7cbd37

Analogous Colors of #377cbd

#377cbd #3739bd #37bdbb

Monochromatic Colors of #377cbd

#377cbd

Complementary Color

#377cbd #bd7837

#377cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#377cbd Color CSS Codes

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

#377cbd Text Font Color

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

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


#377cbd Background Color

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

This div background color is #377cbd


#377cbd Border Color

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

This div border color is #377cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377cbd


Comments

No comments written yet.

Please login to write comment.