Color Hex Logo

#315797 Color Hex

#315797
(49,87,151)
0 Favorites   0 Comments

Color spaces of #315797

RGB 4987151
HSL0.600.510.39
HSV218°68°59°
CMYK 0.680.420.00   0.41
XYZ10.26079.703730.6104
Yxy9.70370.20290.1919
Hunter Lab31.15084.2820-36.4560
CIE-Lab37.30538.3121-39.1129

#315797 color RGB value is (49,87,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 10010111
Octal 61 127 227
Decimal 49 87 151
Hex 31 57 97

RGB Percentages of Color #315797

%17.07
%30.31
%52.61

CMYK Percentages of Color #315797

%68
%42
%0
%41

Triadic Colors of #315797

#315797 #973157 #579731

Analogous Colors of #315797

#315797 #3e3197 #318a97

Monochromatic Colors of #315797

#315797

Complementary Color

#315797 #977131

#315797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315797 Color CSS Codes

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

#315797 Text Font Color

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

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


#315797 Background Color

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

This div background color is #315797


#315797 Border Color

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

This div border color is #315797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315797


Comments

No comments written yet.

Please login to write comment.