Color Hex Logo

#313986 Color Hex

#313986
(49,57,134)
0 Favorites   0 Comments

Color spaces of #313986

RGB 4957134
HSL0.650.460.36
HSV234°63°53°
CMYK 0.630.570.00   0.47
XYZ7.03285.300523.2067
Yxy5.30050.19790.1491
Hunter Lab23.022814.2366-43.6476
CIE-Lab27.574322.0899-44.3389

#313986 color RGB value is (49,57,134).

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

The process color (four color CMYK) of #313986 color hex is 0.63, 0.57, 0.00, 0.47. Web safe color of #313986 is #333399. Color #313986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 10000110
Octal 61 71 206
Decimal 49 57 134
Hex 31 39 86

RGB Percentages of Color #313986

%20.42
%23.75
%55.83

CMYK Percentages of Color #313986

%63
%57
%0
%47

Triadic Colors of #313986

#313986 #863139 #398631

Analogous Colors of #313986

#313986 #543186 #316386

Monochromatic Colors of #313986

#313986

Complementary Color

#313986 #867e31

#313986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313986 Color CSS Codes

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

#313986 Text Font Color

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

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


#313986 Background Color

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

This div background color is #313986


#313986 Border Color

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

This div border color is #313986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313986


Comments

No comments written yet.

Please login to write comment.