Color Hex Logo

#316faa Color Hex

#316FAA
(49,111,170)
0 Favorites   0 Comments

Color spaces of #316faa

RGB 49111170
HSL0.580.550.43
HSV209°71°67°
CMYK 0.710.350.00   0.33
XYZ14.206814.924140.1621
Yxy14.92410.20500.2154
Hunter Lab38.6317-1.9622-34.5965
CIE-Lab45.53010.1364-37.3466

#316faa color RGB value is (49,111,170).

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

The process color (four color CMYK) of #316faa color hex is 0.71, 0.35, 0.00, 0.33. Web safe color of #316faa is #336699. Color #316faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01101111 10101010
Octal 61 157 252
Decimal 49 111 170
Hex 31 6F AA

RGB Percentages of Color #316faa

%14.85
%33.64
%51.52

CMYK Percentages of Color #316faa

%71
%35
%0
%33

Triadic Colors of #316faa

#316faa #aa316f #6faa31

Analogous Colors of #316faa

#316faa #3132aa #31aaa9

Monochromatic Colors of #316faa

#316faa

Complementary Color

#316faa #aa6c31

#316faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#316faa Color CSS Codes

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

#316faa Text Font Color

<p style="color:#316faa">Text here</p>

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


#316faa Background Color

<div style="background-color:#316faa">
Div content here</div>

This div background color is #316faa


#316faa Border Color

<div style="border:3px solid #316faa">
Div here</div>

This div border color is #316faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316faa


Comments

No comments written yet.

Please login to write comment.