Color Hex Logo

#313879 Color Hex

#313879
(49,56,121)
0 Favorites   0 Comments

Color spaces of #313879

RGB 4956121
HSL0.650.420.33
HSV234°60°47°
CMYK 0.600.540.00   0.53
XYZ6.13204.861818.7044
Yxy4.86180.20650.1637
Hunter Lab22.049511.0545-34.8606
CIE-Lab26.337418.0469-38.1840

#313879 color RGB value is (49,56,121).

#313879 hex color red value is 49, green value is 56 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #313879 hue: 0.65 , saturation: 0.42 and the lightness value of 313879 is 0.33.

The process color (four color CMYK) of #313879 color hex is 0.60, 0.54, 0.00, 0.53. Web safe color of #313879 is #333366. Color #313879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111000 01111001
Octal 61 70 171
Decimal 49 56 121
Hex 31 38 79

RGB Percentages of Color #313879

%21.68
%24.78
%53.54

CMYK Percentages of Color #313879

%60
%54
%0
%53

Triadic Colors of #313879

#313879 #793138 #387931

Analogous Colors of #313879

#313879 #4e3179 #315c79

Monochromatic Colors of #313879

#313879

Complementary Color

#313879 #797231

#313879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313879 Color CSS Codes

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

#313879 Text Font Color

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

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


#313879 Background Color

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

This div background color is #313879


#313879 Border Color

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

This div border color is #313879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313879


Comments

No comments written yet.

Please login to write comment.