Color Hex Logo

#3181bb Color Hex

#3181BB
(49,129,187)
0 Favorites   0 Comments

Color spaces of #3181bb

RGB 49129187
HSL0.570.580.46
HSV205°74°73°
CMYK 0.740.310.00   0.27
XYZ18.086519.941349.9095
Yxy19.94130.20570.2268
Hunter Lab44.6557-5.8512-35.0066
CIE-Lab51.7708-4.5244-37.3609

#3181bb color RGB value is (49,129,187).

#3181bb hex color red value is 49, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3181bb hue: 0.57 , saturation: 0.58 and the lightness value of 3181bb is 0.46.

The process color (four color CMYK) of #3181bb color hex is 0.74, 0.31, 0.00, 0.27. Web safe color of #3181bb is #3399cc. Color #3181bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000001 10111011
Octal 61 201 273
Decimal 49 129 187
Hex 31 81 BB

RGB Percentages of Color #3181bb

%13.42
%35.34
%51.23

CMYK Percentages of Color #3181bb

%74
%31
%0
%27

Triadic Colors of #3181bb

#3181bb #bb3181 #81bb31

Analogous Colors of #3181bb

#3181bb #313cbb #31bbb0

Monochromatic Colors of #3181bb

#3181bb

Complementary Color

#3181bb #bb6b31

#3181bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3181bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3181bb Color CSS Codes

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

#3181bb Text Font Color

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

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


#3181bb Background Color

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

This div background color is #3181bb


#3181bb Border Color

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

This div border color is #3181bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3181bb


Comments

No comments written yet.

Please login to write comment.