Color Hex Logo

#3171ab Color Hex

#3171AB
(49,113,171)
0 Favorites   0 Comments

Color spaces of #3171ab

RGB 49113171
HSL0.580.550.43
HSV209°71°67°
CMYK 0.710.340.00   0.33
XYZ14.522415.403540.7358
Yxy15.40350.20550.2180
Hunter Lab39.2473-2.6337-34.0655
CIE-Lab46.1820-0.7230-36.9023

#3171ab color RGB value is (49,113,171).

#3171ab hex color red value is 49, green value is 113 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3171ab hue: 0.58 , saturation: 0.55 and the lightness value of 3171ab is 0.43.

The process color (four color CMYK) of #3171ab color hex is 0.71, 0.34, 0.00, 0.33. Web safe color of #3171ab is #336699. Color #3171ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110001 10101011
Octal 61 161 253
Decimal 49 113 171
Hex 31 71 AB

RGB Percentages of Color #3171ab

%14.71
%33.93
%51.35

CMYK Percentages of Color #3171ab

%71
%34
%0
%33

Triadic Colors of #3171ab

#3171ab #ab3171 #71ab31

Analogous Colors of #3171ab

#3171ab #3134ab #31aba8

Monochromatic Colors of #3171ab

#3171ab

Complementary Color

#3171ab #ab6b31

#3171ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3171ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3171ab Color CSS Codes

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

#3171ab Text Font Color

<p style="color:#3171ab">Text here</p>

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


#3171ab Background Color

<div style="background-color:#3171ab">
Div content here</div>

This div background color is #3171ab


#3171ab Border Color

<div style="border:3px solid #3171ab">
Div here</div>

This div border color is #3171ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,113,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3171ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3171ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3171ab;
  box-shadow:         1px 1px 3px 2px #3171ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,113,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3171ab


Comments

No comments written yet.

Please login to write comment.