Color Hex Logo

#316579 Color Hex

#316579
(49,101,121)
0 Favorites   0 Comments

Color spaces of #316579

RGB 49101121
HSL0.550.420.33
HSV197°60°47°
CMYK 0.600.170.00   0.53
XYZ9.371511.340819.7842
Yxy11.34080.23140.2800
Hunter Lab33.6761-9.2596-11.2587
CIE-Lab40.1486-11.0298-16.4710

#316579 color RGB value is (49,101,121).

#316579 hex color red value is 49, green value is 101 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #316579 hue: 0.55 , saturation: 0.42 and the lightness value of 316579 is 0.33.

The process color (four color CMYK) of #316579 color hex is 0.60, 0.17, 0.00, 0.53. Web safe color of #316579 is #336666. Color #316579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100101 01111001
Octal 61 145 171
Decimal 49 101 121
Hex 31 65 79

RGB Percentages of Color #316579

%18.08
%37.27
%44.65

CMYK Percentages of Color #316579

%60
%17
%0
%53

Triadic Colors of #316579

#316579 #793165 #657931

Analogous Colors of #316579

#316579 #314179 #317969

Monochromatic Colors of #316579

#316579

Complementary Color

#316579 #794531

#316579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#316579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#316579 Color CSS Codes

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

#316579 Text Font Color

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

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


#316579 Background Color

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

This div background color is #316579


#316579 Border Color

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

This div border color is #316579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #316579


Comments

No comments written yet.

Please login to write comment.