Color Hex Logo

#315493 Color Hex

#315493
(49,84,147)
0 Favorites   0 Comments

Color spaces of #315493

RGB 4984147
HSL0.610.500.38
HSV219°67°58°
CMYK 0.670.430.00   0.42
XYZ9.70349.100228.8489
Yxy9.10020.20360.1910
Hunter Lab30.16654.6251-35.5837
CIE-Lab36.17658.7868-38.4961

#315493 color RGB value is (49,84,147).

#315493 hex color red value is 49, green value is 84 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #315493 hue: 0.61 , saturation: 0.50 and the lightness value of 315493 is 0.38.

The process color (four color CMYK) of #315493 color hex is 0.67, 0.43, 0.00, 0.42. Web safe color of #315493 is #336699. Color #315493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010100 10010011
Octal 61 124 223
Decimal 49 84 147
Hex 31 54 93

RGB Percentages of Color #315493

%17.50
%30.00
%52.50

CMYK Percentages of Color #315493

%67
%43
%0
%42

Triadic Colors of #315493

#315493 #933154 #549331

Analogous Colors of #315493

#315493 #3f3193 #318593

Monochromatic Colors of #315493

#315493

Complementary Color

#315493 #937031

#315493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315493 Color CSS Codes

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

#315493 Text Font Color

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

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


#315493 Background Color

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

This div background color is #315493


#315493 Border Color

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

This div border color is #315493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315493


Comments

No comments written yet.

Please login to write comment.