Color Hex Logo

#315676 Color Hex

#315676
(49,86,118)
0 Favorites   0 Comments

Color spaces of #315676

RGB 4986118
HSL0.580.410.33
HSV208°58°46°
CMYK 0.580.270.00   0.54
XYZ7.86448.616618.3882
Yxy8.61660.22550.2471
Hunter Lab29.3540-3.5467-16.5931
CIE-Lab35.2354-2.9647-22.2125

#315676 color RGB value is (49,86,118).

#315676 hex color red value is 49, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #315676 hue: 0.58 , saturation: 0.41 and the lightness value of 315676 is 0.33.

The process color (four color CMYK) of #315676 color hex is 0.58, 0.27, 0.00, 0.54. Web safe color of #315676 is #336666. Color #315676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 01110110
Octal 61 126 166
Decimal 49 86 118
Hex 31 56 76

RGB Percentages of Color #315676

%19.37
%33.99
%46.64

CMYK Percentages of Color #315676

%58
%27
%0
%54

Triadic Colors of #315676

#315676 #763156 #567631

Analogous Colors of #315676

#315676 #313476 #317674

Monochromatic Colors of #315676

#315676

Complementary Color

#315676 #765131

#315676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315676 Color CSS Codes

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

#315676 Text Font Color

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

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


#315676 Background Color

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

This div background color is #315676


#315676 Border Color

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

This div border color is #315676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315676


Comments

No comments written yet.

Please login to write comment.