Color Hex Logo

#315798 Color Hex

#315798
(49,87,152)
0 Favorites   0 Comments

Color spaces of #315798

RGB 4987152
HSL0.610.510.39
HSV218°68°60°
CMYK 0.680.430.00   0.40
XYZ10.34239.736431.0400
Yxy9.73640.20230.1905
Hunter Lab31.20324.5582-37.1376
CIE-Lab37.36518.6837-39.6199

#315798 color RGB value is (49,87,152).

#315798 hex color red value is 49, green value is 87 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #315798 hue: 0.61 , saturation: 0.51 and the lightness value of 315798 is 0.39.

The process color (four color CMYK) of #315798 color hex is 0.68, 0.43, 0.00, 0.40. Web safe color of #315798 is #336699. Color #315798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 10011000
Octal 61 127 230
Decimal 49 87 152
Hex 31 57 98

RGB Percentages of Color #315798

%17.01
%30.21
%52.78

CMYK Percentages of Color #315798

%68
%43
%0
%40

Triadic Colors of #315798

#315798 #983157 #579831

Analogous Colors of #315798

#315798 #3e3198 #318b98

Monochromatic Colors of #315798

#315798

Complementary Color

#315798 #987231

#315798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315798 Color CSS Codes

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

#315798 Text Font Color

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

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


#315798 Background Color

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

This div background color is #315798


#315798 Border Color

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

This div border color is #315798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315798


Comments

No comments written yet.

Please login to write comment.