color codes Logo

#31397c color codes

#31397C
(49,57,124)
0 Favorites   0 Comments

Color spaces of #31397c

RGB 4957124
HSL0.650.430.34
HSV234°60°49°
CMYK 0.600.540.00   0.51
XYZ6.36785.034519.7049
Yxy5.03450.20470.1618
Hunter Lab22.437711.3922-36.3624
CIE-Lab26.832818.4494-39.2778

#31397c color RGB value is (49,57,124).

#31397c hex color red value is 49, green value is 57 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #31397c hue: 0.65 , saturation: 0.43 and the lightness value of 31397c is 0.34.

The process color (four color CMYK) of #31397c color code is 0.60, 0.54, 0.00, 0.51. Web safe color of #31397c is #333366. Color #31397c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 01111100
Octal 61 71 174
Decimal 49 57 124
Hex 31 39 7C

RGB Percentages of Color #31397c

%21.30
%24.78
%53.91

CMYK Percentages of Color #31397c

%60
%54
%0
%51

Triadic Colors of #31397c

#31397c #7c3139 #397c31

Analogous Colors of #31397c

#31397c #4f317c #315f7c

Monochromatic Colors of #31397c

#31397c

Complementary Color

#31397c #7c7431

#31397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31397c Color CSS Codes

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

#31397c Text Font Color

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

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


#31397c Background Color

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

This div background color is #31397c


#31397c Border Color

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

This div border color is #31397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31397c


Comments

No comments written yet.

Please login to write comment.