Color Hex Logo

#315779 Color Hex

#315779
(49,87,121)
0 Favorites   0 Comments

Color spaces of #315779

RGB 4987121
HSL0.580.420.33
HSV208°60°47°
CMYK 0.600.280.00   0.53
XYZ8.12608.849819.3691
Yxy8.84980.22360.2435
Hunter Lab29.7486-3.3018-17.7792
CIE-Lab35.6935-2.5497-23.3545

#315779 color RGB value is (49,87,121).

#315779 hex color red value is 49, green value is 87 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #315779 hue: 0.58 , saturation: 0.42 and the lightness value of 315779 is 0.33.

The process color (four color CMYK) of #315779 color hex is 0.60, 0.28, 0.00, 0.53. Web safe color of #315779 is #336666. Color #315779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 01111001
Octal 61 127 171
Decimal 49 87 121
Hex 31 57 79

RGB Percentages of Color #315779

%19.07
%33.85
%47.08

CMYK Percentages of Color #315779

%60
%28
%0
%53

Triadic Colors of #315779

#315779 #793157 #577931

Analogous Colors of #315779

#315779 #313379 #317977

Monochromatic Colors of #315779

#315779

Complementary Color

#315779 #795331

#315779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315779 Color CSS Codes

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

#315779 Text Font Color

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

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


#315779 Background Color

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

This div background color is #315779


#315779 Border Color

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

This div border color is #315779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315779


Comments

No comments written yet.

Please login to write comment.