Color Hex Logo

#315aaa Color Hex

#315AAA
(49,90,170)
0 Favorites   0 Comments

Color spaces of #315aaa

RGB 4990170
HSL0.610.550.43
HSV220°71°67°
CMYK 0.710.470.00   0.33
XYZ12.178510.867639.4860
Yxy10.86760.19480.1738
Hunter Lab32.96608.2519-47.9400
CIE-Lab39.356613.4644-47.1811

#315aaa color RGB value is (49,90,170).

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

The process color (four color CMYK) of #315aaa color hex is 0.71, 0.47, 0.00, 0.33. Web safe color of #315aaa is #336699. Color #315aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011010 10101010
Octal 61 132 252
Decimal 49 90 170
Hex 31 5A AA

RGB Percentages of Color #315aaa

%15.86
%29.13
%55.02

CMYK Percentages of Color #315aaa

%71
%47
%0
%33

Triadic Colors of #315aaa

#315aaa #aa315a #5aaa31

Analogous Colors of #315aaa

#315aaa #4531aa #3197aa

Monochromatic Colors of #315aaa

#315aaa

Complementary Color

#315aaa #aa8131

#315aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#315aaa Color CSS Codes

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

#315aaa Text Font Color

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

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


#315aaa Background Color

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

This div background color is #315aaa


#315aaa Border Color

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

This div border color is #315aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315aaa


Comments

No comments written yet.

Please login to write comment.