Color Hex Logo

#315689 Color Hex

#315689
(49,86,137)
0 Favorites   0 Comments

Color spaces of #315689

RGB 4986137
HSL0.600.470.36
HSV215°64°54°
CMYK 0.640.370.00   0.46
XYZ9.10989.114724.9461
Yxy9.11470.21100.2111
Hunter Lab30.19061.0277-27.8572
CIE-Lab36.20423.8016-32.3729

#315689 color RGB value is (49,86,137).

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

The process color (four color CMYK) of #315689 color hex is 0.64, 0.37, 0.00, 0.46. Web safe color of #315689 is #336699. Color #315689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010110 10001001
Octal 61 126 211
Decimal 49 86 137
Hex 31 56 89

RGB Percentages of Color #315689

%18.01
%31.62
%50.37

CMYK Percentages of Color #315689

%64
%37
%0
%46

Triadic Colors of #315689

#315689 #893156 #568931

Analogous Colors of #315689

#315689 #383189 #318289

Monochromatic Colors of #315689

#315689

Complementary Color

#315689 #896431

#315689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315689 Color CSS Codes

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

#315689 Text Font Color

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

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


#315689 Background Color

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

This div background color is #315689


#315689 Border Color

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

This div border color is #315689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315689


Comments

No comments written yet.

Please login to write comment.