Color Hex Logo

#319eaa Color Hex

#319EAA
(49,158,170)
0 Favorites   0 Comments

Color spaces of #319eaa

RGB 49158170
HSL0.520.550.43
HSV186°71°67°
CMYK 0.710.070.00   0.33
XYZ20.749228.009042.3429
Yxy28.00900.22780.3074
Hunter Lab52.9235-22.6335-10.3901
CIE-Lab59.8969-26.0785-15.1267

#319eaa color RGB value is (49,158,170).

#319eaa hex color red value is 49, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #319eaa hue: 0.52 , saturation: 0.55 and the lightness value of 319eaa is 0.43.

The process color (four color CMYK) of #319eaa color hex is 0.71, 0.07, 0.00, 0.33. Web safe color of #319eaa is #339999. Color #319eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011110 10101010
Octal 61 236 252
Decimal 49 158 170
Hex 31 9E AA

RGB Percentages of Color #319eaa

%13.00
%41.91
%45.09

CMYK Percentages of Color #319eaa

%71
%7
%0
%33

Triadic Colors of #319eaa

#319eaa #aa319e #9eaa31

Analogous Colors of #319eaa

#319eaa #3161aa #31aa7a

Monochromatic Colors of #319eaa

#319eaa

Complementary Color

#319eaa #aa3d31

#319eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#319eaa Color CSS Codes

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

#319eaa Text Font Color

<p style="color:#319eaa">Text here</p>

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


#319eaa Background Color

<div style="background-color:#319eaa">
Div content here</div>

This div background color is #319eaa


#319eaa Border Color

<div style="border:3px solid #319eaa">
Div here</div>

This div border color is #319eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #319eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #319eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #319eaa;
  box-shadow:         1px 1px 3px 2px #319eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319eaa


Comments

No comments written yet.

Please login to write comment.