Color Hex Logo

#3189ab Color Hex

#3189AB
(49,137,171)
0 Favorites   0 Comments

Color spaces of #3189ab

RGB 49137171
HSL0.550.550.43
HSV197°71°67°
CMYK 0.710.200.00   0.33
XYZ17.563021.484641.7493
Yxy21.48460.21740.2659
Hunter Lab46.3515-13.4798-20.9571
CIE-Lab53.4758-14.6756-25.5121

#3189ab color RGB value is (49,137,171).

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

The process color (four color CMYK) of #3189ab color hex is 0.71, 0.20, 0.00, 0.33. Web safe color of #3189ab is #339999. Color #3189ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 10101011
Octal 61 211 253
Decimal 49 137 171
Hex 31 89 AB

RGB Percentages of Color #3189ab

%13.73
%38.38
%47.90

CMYK Percentages of Color #3189ab

%71
%20
%0
%33

Triadic Colors of #3189ab

#3189ab #ab3189 #89ab31

Analogous Colors of #3189ab

#3189ab #314cab #31ab90

Monochromatic Colors of #3189ab

#3189ab

Complementary Color

#3189ab #ab5331

#3189ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3189ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3189ab Color CSS Codes

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

#3189ab Text Font Color

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

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


#3189ab Background Color

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

This div background color is #3189ab


#3189ab Border Color

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

This div border color is #3189ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3189ab


Comments

No comments written yet.

Please login to write comment.