Color Hex Logo

#315978 Color Hex

#315978
(49,89,120)
0 Favorites   0 Comments

Color spaces of #315978

RGB 4989120
HSL0.570.420.33
HSV206°59°47°
CMYK 0.590.260.00   0.53
XYZ8.22929.153819.1024
Yxy9.15380.22550.2509
Hunter Lab30.2552-4.3960-16.2555
CIE-Lab36.2787-4.1438-21.8267

#315978 color RGB value is (49,89,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011001 01111000
Octal 61 131 170
Decimal 49 89 120
Hex 31 59 78

RGB Percentages of Color #315978

%18.99
%34.50
%46.51

CMYK Percentages of Color #315978

%59
%26
%0
%53

Triadic Colors of #315978

#315978 #783159 #597831

Analogous Colors of #315978

#315978 #313578 #317874

Monochromatic Colors of #315978

#315978

Complementary Color

#315978 #785031

#315978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315978 Color CSS Codes

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

#315978 Text Font Color

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

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


#315978 Background Color

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

This div background color is #315978


#315978 Border Color

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

This div border color is #315978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315978


Comments

No comments written yet.

Please login to write comment.