Color Hex Logo

#313970 Color Hex

#313970
(49,57,112)
0 Favorites   0 Comments

Color spaces of #313970

RGB 4957112
HSL0.650.390.32
HSV232°56°44°
CMYK 0.560.490.00   0.56
XYZ5.65444.749115.9479
Yxy4.74910.21460.1802
Hunter Lab21.79248.1780-28.1343
CIE-Lab26.007714.1203-32.9982

#313970 color RGB value is (49,57,112).

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

The process color (four color CMYK) of #313970 color hex is 0.56, 0.49, 0.00, 0.56. Web safe color of #313970 is #333366. Color #313970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 01110000
Octal 61 71 160
Decimal 49 57 112
Hex 31 39 70

RGB Percentages of Color #313970

%22.48
%26.15
%51.38

CMYK Percentages of Color #313970

%56
%49
%0
%56

Triadic Colors of #313970

#313970 #703139 #397031

Analogous Colors of #313970

#313970 #483170 #315970

Monochromatic Colors of #313970

#313970

Complementary Color

#313970 #706831

#313970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313970 Color CSS Codes

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

#313970 Text Font Color

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

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


#313970 Background Color

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

This div background color is #313970


#313970 Border Color

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

This div border color is #313970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313970


Comments

No comments written yet.

Please login to write comment.