Color Hex Logo

#315684 Color Hex

#315684
(49,86,132)
0 Favorites   0 Comments

Color spaces of #315684

RGB 4986132
HSL0.590.460.35
HSV213°63°52°
CMYK 0.630.350.00   0.48
XYZ8.75938.974523.1004
Yxy8.97450.21450.2198
Hunter Lab29.9575-0.2337-24.7487
CIE-Lab35.93521.9882-29.7409

#315684 color RGB value is (49,86,132).

#315684 hex color red value is 49, green value is 86 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #315684 hue: 0.59 , saturation: 0.46 and the lightness value of 315684 is 0.35.

The process color (four color CMYK) of #315684 color hex is 0.63, 0.35, 0.00, 0.48. Web safe color of #315684 is #336699. Color #315684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 10000100
Octal 61 126 204
Decimal 49 86 132
Hex 31 56 84

RGB Percentages of Color #315684

%18.35
%32.21
%49.44

CMYK Percentages of Color #315684

%63
%35
%0
%48

Triadic Colors of #315684

#315684 #843156 #568431

Analogous Colors of #315684

#315684 #363184 #318084

Monochromatic Colors of #315684

#315684

Complementary Color

#315684 #845f31

#315684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315684 Color CSS Codes

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

#315684 Text Font Color

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

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


#315684 Background Color

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

This div background color is #315684


#315684 Border Color

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

This div border color is #315684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315684


Comments

No comments written yet.

Please login to write comment.