Color Hex Logo

#377bbc Color Hex

#377BBC
(55,123,188)
0 Favorites   0 Comments

Color spaces of #377bbc

RGB 55123188
HSL0.580.550.48
HSV209°71°74°
CMYK 0.710.350.00   0.26
XYZ17.735618.609050.2341
Yxy18.60900.20480.2149
Hunter Lab43.1382-2.1042-38.8461
CIE-Lab50.22660.2596-40.3569

#377bbc color RGB value is (55,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 10111100
Octal 67 173 274
Decimal 55 123 188
Hex 37 7B BC

RGB Percentages of Color #377bbc

%15.03
%33.61
%51.37

CMYK Percentages of Color #377bbc

%71
%35
%0
%26

Triadic Colors of #377bbc

#377bbc #bc377b #7bbc37

Analogous Colors of #377bbc

#377bbc #3739bc #37bcbb

Monochromatic Colors of #377bbc

#377bbc

Complementary Color

#377bbc #bc7837

#377bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bbc Color CSS Codes

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

#377bbc Text Font Color

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

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


#377bbc Background Color

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

This div background color is #377bbc


#377bbc Border Color

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

This div border color is #377bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bbc


Comments

No comments written yet.

Please login to write comment.