Color Hex Logo

#313988 Color Hex

#313988
(49,57,136)
0 Favorites   0 Comments

Color spaces of #313988

RGB 4957136
HSL0.650.470.36
HSV234°64°53°
CMYK 0.640.580.00   0.47
XYZ7.17375.356823.9484
Yxy5.35680.19670.1468
Hunter Lab23.144814.8226-45.1473
CIE-Lab27.728022.8198-45.3332

#313988 color RGB value is (49,57,136).

#313988 hex color red value is 49, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #313988 hue: 0.65 , saturation: 0.47 and the lightness value of 313988 is 0.36.

The process color (four color CMYK) of #313988 color hex is 0.64, 0.58, 0.00, 0.47. Web safe color of #313988 is #333399. Color #313988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111001 10001000
Octal 61 71 210
Decimal 49 57 136
Hex 31 39 88

RGB Percentages of Color #313988

%20.25
%23.55
%56.20

CMYK Percentages of Color #313988

%64
%58
%0
%47

Triadic Colors of #313988

#313988 #883139 #398831

Analogous Colors of #313988

#313988 #553188 #316588

Monochromatic Colors of #313988

#313988

Complementary Color

#313988 #888031

#313988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#313988 Color CSS Codes

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

#313988 Text Font Color

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

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


#313988 Background Color

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

This div background color is #313988


#313988 Border Color

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

This div border color is #313988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313988


Comments

No comments written yet.

Please login to write comment.