Color Hex Logo

#314aaa Color Hex

#314AAA
(49,74,170)
0 Favorites   0 Comments

Color spaces of #314aaa

RGB 4974170
HSL0.630.550.43
HSV228°71°67°
CMYK 0.710.560.00   0.33
XYZ10.97118.452839.0835
Yxy8.45280.18750.1445
Hunter Lab29.073716.4789-59.3514
CIE-Lab34.908624.0148-54.3637

#314aaa color RGB value is (49,74,170).

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

The process color (four color CMYK) of #314aaa color hex is 0.71, 0.56, 0.00, 0.33. Web safe color of #314aaa is #333399. Color #314aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001010 10101010
Octal 61 112 252
Decimal 49 74 170
Hex 31 4A AA

RGB Percentages of Color #314aaa

%16.72
%25.26
%58.02

CMYK Percentages of Color #314aaa

%71
%56
%0
%33

Triadic Colors of #314aaa

#314aaa #aa314a #4aaa31

Analogous Colors of #314aaa

#314aaa #5431aa #3187aa

Monochromatic Colors of #314aaa

#314aaa

Complementary Color

#314aaa #aa9131

#314aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#314aaa Color CSS Codes

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

#314aaa Text Font Color

<p style="color:#314aaa">Text here</p>

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


#314aaa Background Color

<div style="background-color:#314aaa">
Div content here</div>

This div background color is #314aaa


#314aaa Border Color

<div style="border:3px solid #314aaa">
Div here</div>

This div border color is #314aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314aaa


Comments

No comments written yet.

Please login to write comment.