Color Hex Logo

#315568 Color Hex

#315568
(49,85,104)
0 Favorites   0 Comments

Color spaces of #315568

RGB 4985104
HSL0.560.360.30
HSV201°53°41°
CMYK 0.530.180.00   0.59
XYZ7.01388.149414.3000
Yxy8.14940.23810.2766
Hunter Lab28.5472-6.1015-9.7169
CIE-Lab34.2921-7.0555-14.9507

#315568 color RGB value is (49,85,104).

#315568 hex color red value is 49, green value is 85 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #315568 hue: 0.56 , saturation: 0.36 and the lightness value of 315568 is 0.30.

The process color (four color CMYK) of #315568 color hex is 0.53, 0.18, 0.00, 0.59. Web safe color of #315568 is #336666. Color #315568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010101 01101000
Octal 61 125 150
Decimal 49 85 104
Hex 31 55 68

RGB Percentages of Color #315568

%20.59
%35.71
%43.70

CMYK Percentages of Color #315568

%53
%18
%0
%59

Triadic Colors of #315568

#315568 #683155 #556831

Analogous Colors of #315568

#315568 #313a68 #316860

Monochromatic Colors of #315568

#315568

Complementary Color

#315568 #684431

#315568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315568 Color CSS Codes

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

#315568 Text Font Color

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

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


#315568 Background Color

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

This div background color is #315568


#315568 Border Color

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

This div border color is #315568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315568


Comments

No comments written yet.

Please login to write comment.