Color Hex Logo

#31399e Color Hex

#31399E
(49,57,158)
0 Favorites   0 Comments

Color spaces of #31399e

RGB 4957158
HSL0.650.530.41
HSV236°69°62°
CMYK 0.690.640.00   0.38
XYZ8.90136.047833.0460
Yxy6.04780.18550.1260
Hunter Lab24.592321.5725-62.4567
CIE-Lab29.532730.7987-55.9005

#31399e color RGB value is (49,57,158).

#31399e hex color red value is 49, green value is 57 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #31399e hue: 0.65 , saturation: 0.53 and the lightness value of 31399e is 0.41.

The process color (four color CMYK) of #31399e color hex is 0.69, 0.64, 0.00, 0.38. Web safe color of #31399e is #333399. Color #31399e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 10011110
Octal 61 71 236
Decimal 49 57 158
Hex 31 39 9E

RGB Percentages of Color #31399e

%18.56
%21.59
%59.85

CMYK Percentages of Color #31399e

%69
%64
%0
%38

Triadic Colors of #31399e

#31399e #9e3139 #399e31

Analogous Colors of #31399e

#31399e #5f319e #31709e

Monochromatic Colors of #31399e

#31399e

Complementary Color

#31399e #9e9631

#31399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31399e Color CSS Codes

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

#31399e Text Font Color

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

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


#31399e Background Color

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

This div background color is #31399e


#31399e Border Color

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

This div border color is #31399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31399e


Comments

No comments written yet.

Please login to write comment.