Color Hex Logo

#3778bb Color Hex

#3778BB
(55,120,187)
0 Favorites   0 Comments

Color spaces of #3778bb

RGB 55120187
HSL0.580.550.47
HSV210°71°73°
CMYK 0.710.360.00   0.27
XYZ17.261717.833049.5460
Yxy17.83300.20390.2107
Hunter Lab42.2291-0.9368-40.0025
CIE-Lab49.29291.7162-41.2578

#3778bb color RGB value is (55,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111000 10111011
Octal 67 170 273
Decimal 55 120 187
Hex 37 78 BB

RGB Percentages of Color #3778bb

%15.19
%33.15
%51.66

CMYK Percentages of Color #3778bb

%71
%36
%0
%27

Triadic Colors of #3778bb

#3778bb #bb3778 #78bb37

Analogous Colors of #3778bb

#3778bb #3837bb #37babb

Monochromatic Colors of #3778bb

#3778bb

Complementary Color

#3778bb #bb7a37

#3778bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3778bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3778bb Color CSS Codes

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

#3778bb Text Font Color

<p style="color:#3778bb">Text here</p>

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


#3778bb Background Color

<div style="background-color:#3778bb">
Div content here</div>

This div background color is #3778bb


#3778bb Border Color

<div style="border:3px solid #3778bb">
Div here</div>

This div border color is #3778bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3778bb


Comments

No comments written yet.

Please login to write comment.