Color Hex Logo

#316697 Color Hex

#316697
(49,102,151)
0 Favorites   0 Comments

Color spaces of #316697

RGB 49102151
HSL0.580.510.39
HSV209°68°59°
CMYK 0.680.320.00   0.41
XYZ11.603912.390131.0581
Yxy12.39010.21080.2251
Hunter Lab35.1996-2.7549-27.6744
CIE-Lab41.8295-1.2232-31.9482

#316697 color RGB value is (49,102,151).

#316697 hex color red value is 49, green value is 102 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #316697 hue: 0.58 , saturation: 0.51 and the lightness value of 316697 is 0.39.

The process color (four color CMYK) of #316697 color hex is 0.68, 0.32, 0.00, 0.41. Web safe color of #316697 is #336699. Color #316697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100110 10010111
Octal 61 146 227
Decimal 49 102 151
Hex 31 66 97

RGB Percentages of Color #316697

%16.23
%33.77
%50.00

CMYK Percentages of Color #316697

%68
%32
%0
%41

Triadic Colors of #316697

#316697 #973166 #669731

Analogous Colors of #316697

#316697 #313397 #319795

Monochromatic Colors of #316697

#316697

Complementary Color

#316697 #976231

#316697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316697 Color CSS Codes

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

#316697 Text Font Color

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

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


#316697 Background Color

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

This div background color is #316697


#316697 Border Color

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

This div border color is #316697


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,102,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #316697; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #316697;
  -webkit-box-shadow: 1px 1px 3px 2px #316697;
  box-shadow:         1px 1px 3px 2px #316697; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316697


Comments

No comments written yet.

Please login to write comment.