Color Hex Logo

#313390 Color Hex

#313390
(49,51,144)
0 Favorites   0 Comments

Color spaces of #313390

RGB 4951144
HSL0.660.490.38
HSV239°66°56°
CMYK 0.660.650.00   0.44
XYZ7.48455.034226.9628
Yxy5.03420.18960.1275
Hunter Lab22.437020.2789-55.5435
CIE-Lab26.832029.6906-51.7446

#313390 color RGB value is (49,51,144).

#313390 hex color red value is 49, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #313390 hue: 0.66 , saturation: 0.49 and the lightness value of 313390 is 0.38.

The process color (four color CMYK) of #313390 color hex is 0.66, 0.65, 0.00, 0.44. Web safe color of #313390 is #333399. Color #313390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110011 10010000
Octal 61 63 220
Decimal 49 51 144
Hex 31 33 90

RGB Percentages of Color #313390

%20.08
%20.90
%59.02

CMYK Percentages of Color #313390

%66
%65
%0
%44

Triadic Colors of #313390

#313390 #903133 #339031

Analogous Colors of #313390

#313390 #5f3190 #316290

Monochromatic Colors of #313390

#313390

Complementary Color

#313390 #908e31

#313390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313390 Color CSS Codes

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

#313390 Text Font Color

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

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


#313390 Background Color

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

This div background color is #313390


#313390 Border Color

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

This div border color is #313390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313390


Comments

No comments written yet.

Please login to write comment.