Color Hex Logo

#313297 Color Hex

#313297
(49,50,151)
0 Favorites   0 Comments

Color spaces of #313297

RGB 4950151
HSL0.670.510.39
HSV239°68°59°
CMYK 0.680.670.00   0.41
XYZ7.99315.168529.8545
Yxy5.16850.18580.1202
Hunter Lab22.734322.9732-61.9450
CIE-Lab27.209532.8116-55.4320

#313297 color RGB value is (49,50,151).

#313297 hex color red value is 49, green value is 50 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #313297 hue: 0.67 , saturation: 0.51 and the lightness value of 313297 is 0.39.

The process color (four color CMYK) of #313297 color hex is 0.68, 0.67, 0.00, 0.41. Web safe color of #313297 is #333399. Color #313297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110010 10010111
Octal 61 62 227
Decimal 49 50 151
Hex 31 32 97

RGB Percentages of Color #313297

%19.60
%20.00
%60.40

CMYK Percentages of Color #313297

%68
%67
%0
%41

Triadic Colors of #313297

#313297 #973132 #329731

Analogous Colors of #313297

#313297 #633197 #316597

Monochromatic Colors of #313297

#313297

Complementary Color

#313297 #979631

#313297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313297 Color CSS Codes

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

#313297 Text Font Color

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

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


#313297 Background Color

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

This div background color is #313297


#313297 Border Color

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

This div border color is #313297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313297


Comments

No comments written yet.

Please login to write comment.