Color Hex Logo

#315899 Color Hex

#315899
(49,88,153)
0 Favorites   0 Comments

Color spaces of #315899

RGB 4988153
HSL0.600.510.40
HSV218°68°60°
CMYK 0.680.420.00   0.40
XYZ10.50619.932331.5004
Yxy9.93230.20230.1912
Hunter Lab31.51564.3530-37.2006
CIE-Lab37.72078.4048-39.6545

#315899 color RGB value is (49,88,153).

#315899 hex color red value is 49, green value is 88 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #315899 hue: 0.60 , saturation: 0.51 and the lightness value of 315899 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 10011001
Octal 61 130 231
Decimal 49 88 153
Hex 31 58 99

RGB Percentages of Color #315899

%16.90
%30.34
%52.76

CMYK Percentages of Color #315899

%68
%42
%0
%40

Triadic Colors of #315899

#315899 #993158 #589931

Analogous Colors of #315899

#315899 #3e3199 #318c99

Monochromatic Colors of #315899

#315899

Complementary Color

#315899 #997231

#315899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315899 Color CSS Codes

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

#315899 Text Font Color

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

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


#315899 Background Color

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

This div background color is #315899


#315899 Border Color

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

This div border color is #315899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315899


Comments

No comments written yet.

Please login to write comment.