Color Hex Logo

#313799 Color Hex

#313799
(49,55,153)
0 Favorites   0 Comments

Color spaces of #313799

RGB 4955153
HSL0.660.510.40
HSV237°68°60°
CMYK 0.680.640.00   0.40
XYZ8.38265.685330.7925
Yxy5.68530.18690.1267
Hunter Lab23.843921.0271-59.8777
CIE-Lab28.604230.3020-54.3741

#313799 color RGB value is (49,55,153).

#313799 hex color red value is 49, green value is 55 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #313799 hue: 0.66 , saturation: 0.51 and the lightness value of 313799 is 0.40.

The process color (four color CMYK) of #313799 color hex is 0.68, 0.64, 0.00, 0.40. Web safe color of #313799 is #333399. Color #313799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110111 10011001
Octal 61 67 231
Decimal 49 55 153
Hex 31 37 99

RGB Percentages of Color #313799

%19.07
%21.40
%59.53

CMYK Percentages of Color #313799

%68
%64
%0
%40

Triadic Colors of #313799

#313799 #993137 #379931

Analogous Colors of #313799

#313799 #5f3199 #316b99

Monochromatic Colors of #313799

#313799

Complementary Color

#313799 #999331

#313799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313799 Color CSS Codes

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

#313799 Text Font Color

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

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


#313799 Background Color

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

This div background color is #313799


#313799 Border Color

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

This div border color is #313799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313799


Comments

No comments written yet.

Please login to write comment.