Color Hex Logo

#315186 Color Hex

#315186
(49,81,134)
0 Favorites   0 Comments

Color spaces of #315186

RGB 4981134
HSL0.600.460.36
HSV217°63°53°
CMYK 0.630.400.00   0.47
XYZ8.51218.259123.6998
Yxy8.25910.21030.2041
Hunter Lab28.73862.5773-28.7774
CIE-Lab34.51685.9571-33.2093

#315186 color RGB value is (49,81,134).

#315186 hex color red value is 49, green value is 81 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #315186 hue: 0.60 , saturation: 0.46 and the lightness value of 315186 is 0.36.

The process color (four color CMYK) of #315186 color hex is 0.63, 0.40, 0.00, 0.47. Web safe color of #315186 is #336699. Color #315186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010001 10000110
Octal 61 121 206
Decimal 49 81 134
Hex 31 51 86

RGB Percentages of Color #315186

%18.56
%30.68
%50.76

CMYK Percentages of Color #315186

%63
%40
%0
%47

Triadic Colors of #315186

#315186 #863151 #518631

Analogous Colors of #315186

#315186 #3c3186 #317c86

Monochromatic Colors of #315186

#315186

Complementary Color

#315186 #866631

#315186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315186 Color CSS Codes

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

#315186 Text Font Color

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

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


#315186 Background Color

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

This div background color is #315186


#315186 Border Color

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

This div border color is #315186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315186


Comments

No comments written yet.

Please login to write comment.