Color Hex Logo

#315573 Color Hex

#315573
(49,85,115)
0 Favorites   0 Comments

Color spaces of #315573

RGB 4985115
HSL0.580.400.32
HSV207°57°45°
CMYK 0.570.260.00   0.55
XYZ7.60968.387817.4376
Yxy8.38780.22760.2509
Hunter Lab28.9617-3.7826-15.4248
CIE-Lab34.7778-3.3713-21.0626

#315573 color RGB value is (49,85,115).

#315573 hex color red value is 49, green value is 85 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #315573 hue: 0.58 , saturation: 0.40 and the lightness value of 315573 is 0.32.

The process color (four color CMYK) of #315573 color hex is 0.57, 0.26, 0.00, 0.55. Web safe color of #315573 is #336666. Color #315573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 01110011
Octal 61 125 163
Decimal 49 85 115
Hex 31 55 73

RGB Percentages of Color #315573

%19.68
%34.14
%46.18

CMYK Percentages of Color #315573

%57
%26
%0
%55

Triadic Colors of #315573

#315573 #733155 #557331

Analogous Colors of #315573

#315573 #313473 #317370

Monochromatic Colors of #315573

#315573

Complementary Color

#315573 #734f31

#315573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315573 Color CSS Codes

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

#315573 Text Font Color

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

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


#315573 Background Color

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

This div background color is #315573


#315573 Border Color

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

This div border color is #315573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315573


Comments

No comments written yet.

Please login to write comment.