Color Hex Logo

#3781aa Color Hex

#3781AA
(55,129,170)
0 Favorites   0 Comments

Color spaces of #3781aa

RGB 55129170
HSL0.560.510.44
HSV201°68°67°
CMYK 0.680.240.00   0.33
XYZ16.681519.415040.8985
Yxy19.41500.21670.2522
Hunter Lab44.0625-9.5314-24.1889
CIE-Lab51.1692-9.5801-28.4952

#3781aa color RGB value is (55,129,170).

#3781aa hex color red value is 55, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3781aa hue: 0.56 , saturation: 0.51 and the lightness value of 3781aa is 0.44.

The process color (four color CMYK) of #3781aa color hex is 0.68, 0.24, 0.00, 0.33. Web safe color of #3781aa is #339999. Color #3781aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000001 10101010
Octal 67 201 252
Decimal 55 129 170
Hex 37 81 AA

RGB Percentages of Color #3781aa

%15.54
%36.44
%48.02

CMYK Percentages of Color #3781aa

%68
%24
%0
%33

Triadic Colors of #3781aa

#3781aa #aa3781 #81aa37

Analogous Colors of #3781aa

#3781aa #3748aa #37aa9a

Monochromatic Colors of #3781aa

#3781aa

Complementary Color

#3781aa #aa6037

#3781aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3781aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3781aa Color CSS Codes

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

#3781aa Text Font Color

<p style="color:#3781aa">Text here</p>

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


#3781aa Background Color

<div style="background-color:#3781aa">
Div content here</div>

This div background color is #3781aa


#3781aa Border Color

<div style="border:3px solid #3781aa">
Div here</div>

This div border color is #3781aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,129,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3781aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3781aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3781aa;
  box-shadow:         1px 1px 3px 2px #3781aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3781aa


Comments

No comments written yet.

Please login to write comment.