Color Hex Logo

#313587 Color Hex

#313587
(49,53,135)
0 Favorites   0 Comments

Color spaces of #313587

RGB 4953135
HSL0.660.470.36
HSV237°64°53°
CMYK 0.640.610.00   0.47
XYZ6.91294.948423.5125
Yxy4.94840.19540.1399
Hunter Lab22.245016.5423-47.0968
CIE-Lab26.587225.1446-46.5631

#313587 color RGB value is (49,53,135).

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

The process color (four color CMYK) of #313587 color hex is 0.64, 0.61, 0.00, 0.47. Web safe color of #313587 is #333399. Color #313587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110101 10000111
Octal 61 65 207
Decimal 49 53 135
Hex 31 35 87

RGB Percentages of Color #313587

%20.68
%22.36
%56.96

CMYK Percentages of Color #313587

%64
%61
%0
%47

Triadic Colors of #313587

#313587 #873135 #358731

Analogous Colors of #313587

#313587 #583187 #316087

Monochromatic Colors of #313587

#313587

Complementary Color

#313587 #878331

#313587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313587 Color CSS Codes

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

#313587 Text Font Color

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

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


#313587 Background Color

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

This div background color is #313587


#313587 Border Color

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

This div border color is #313587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313587


Comments

No comments written yet.

Please login to write comment.