Color Hex Logo

#313d97 Color Hex

#313D97
(49,61,151)
0 Favorites   0 Comments

Color spaces of #313d97

RGB 4961151
HSL0.650.510.39
HSV233°68°59°
CMYK 0.680.600.00   0.41
XYZ8.52136.224830.0305
Yxy6.22480.19030.1390
Hunter Lab24.949517.3034-53.8997
CIE-Lab29.972725.6243-50.9227

#313d97 color RGB value is (49,61,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 10010111
Octal 61 75 227
Decimal 49 61 151
Hex 31 3D 97

RGB Percentages of Color #313d97

%18.77
%23.37
%57.85

CMYK Percentages of Color #313d97

%68
%60
%0
%41

Triadic Colors of #313d97

#313d97 #97313d #3d9731

Analogous Colors of #313d97

#313d97 #583197 #317097

Monochromatic Colors of #313d97

#313d97

Complementary Color

#313d97 #978b31

#313d97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313d97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313d97 Color CSS Codes

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

#313d97 Text Font Color

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

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


#313d97 Background Color

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

This div background color is #313d97


#313d97 Border Color

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

This div border color is #313d97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,61,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 #313d97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313d97


Comments

No comments written yet.

Please login to write comment.