Color Hex Logo

#3189af Color Hex

#3189AF
(49,137,175)
0 Favorites   0 Comments

Color spaces of #3189af

RGB 49137175
HSL0.550.560.44
HSV198°72°69°
CMYK 0.720.220.00   0.31
XYZ17.950121.639443.7882
Yxy21.63940.21530.2595
Hunter Lab46.5182-12.5285-23.2478
CIE-Lab53.6423-13.3160-27.5529

#3189af color RGB value is (49,137,175).

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

The process color (four color CMYK) of #3189af color hex is 0.72, 0.22, 0.00, 0.31. Web safe color of #3189af is #339999. Color #3189af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 10101111
Octal 61 211 257
Decimal 49 137 175
Hex 31 89 AF

RGB Percentages of Color #3189af

%13.57
%37.95
%48.48

CMYK Percentages of Color #3189af

%72
%22
%0
%31

Triadic Colors of #3189af

#3189af #af3189 #89af31

Analogous Colors of #3189af

#3189af #314aaf #31af96

Monochromatic Colors of #3189af

#3189af

Complementary Color

#3189af #af5731

#3189af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3189af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3189af Color CSS Codes

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

#3189af Text Font Color

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

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


#3189af Background Color

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

This div background color is #3189af


#3189af Border Color

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

This div border color is #3189af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3189af


Comments

No comments written yet.

Please login to write comment.