Color Hex Logo

#3171bc Color Hex

#3171BC
(49,113,188)
0 Favorites   0 Comments

Color spaces of #3171bc

RGB 49113188
HSL0.590.590.46
HSV212°74°74°
CMYK 0.740.400.00   0.26
XYZ16.248916.094149.8270
Yxy16.09410.19770.1959
Hunter Lab40.11752.0929-45.5576
CIE-Lab47.09775.5285-45.3329

#3171bc color RGB value is (49,113,188).

#3171bc hex color red value is 49, green value is 113 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3171bc hue: 0.59 , saturation: 0.59 and the lightness value of 3171bc is 0.46.

The process color (four color CMYK) of #3171bc color hex is 0.74, 0.40, 0.00, 0.26. Web safe color of #3171bc is #3366cc. Color #3171bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110001 10111100
Octal 61 161 274
Decimal 49 113 188
Hex 31 71 BC

RGB Percentages of Color #3171bc

%14.00
%32.29
%53.71

CMYK Percentages of Color #3171bc

%74
%40
%0
%26

Triadic Colors of #3171bc

#3171bc #bc3171 #71bc31

Analogous Colors of #3171bc

#3171bc #3731bc #31b7bc

Monochromatic Colors of #3171bc

#3171bc

Complementary Color

#3171bc #bc7c31

#3171bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3171bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3171bc Color CSS Codes

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

#3171bc Text Font Color

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

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


#3171bc Background Color

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

This div background color is #3171bc


#3171bc Border Color

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

This div border color is #3171bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3171bc


Comments

No comments written yet.

Please login to write comment.