Color Hex Logo

#319caa Color Hex

#319CAA
(49,156,170)
0 Favorites   0 Comments

Color spaces of #319caa

RGB 49156170
HSL0.520.550.43
HSV187°71°67°
CMYK 0.710.080.00   0.33
XYZ20.410827.332242.2301
Yxy27.33220.22690.3038
Hunter Lab52.2802-21.8019-11.2962
CIE-Lab59.2806-25.0677-16.0596

#319caa color RGB value is (49,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011100 10101010
Octal 61 234 252
Decimal 49 156 170
Hex 31 9C AA

RGB Percentages of Color #319caa

%13.07
%41.60
%45.33

CMYK Percentages of Color #319caa

%71
%8
%0
%33

Triadic Colors of #319caa

#319caa #aa319c #9caa31

Analogous Colors of #319caa

#319caa #3160aa #31aa7c

Monochromatic Colors of #319caa

#319caa

Complementary Color

#319caa #aa3f31

#319caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#319caa Color CSS Codes

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

#319caa Text Font Color

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

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


#319caa Background Color

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

This div background color is #319caa


#319caa Border Color

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

This div border color is #319caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319caa


Comments

No comments written yet.

Please login to write comment.