Color Hex Logo

#315199 Color Hex

#315199
(49,81,153)
0 Favorites   0 Comments

Color spaces of #315199

RGB 4981153
HSL0.620.510.40
HSV222°68°60°
CMYK 0.680.470.00   0.40
XYZ9.95888.837731.3180
Yxy8.83770.19870.1764
Hunter Lab29.72837.7720-41.6508
CIE-Lab35.669913.0029-42.9344

#315199 color RGB value is (49,81,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010001 10011001
Octal 61 121 231
Decimal 49 81 153
Hex 31 51 99

RGB Percentages of Color #315199

%17.31
%28.62
%54.06

CMYK Percentages of Color #315199

%68
%47
%0
%40

Triadic Colors of #315199

#315199 #993151 #519931

Analogous Colors of #315199

#315199 #453199 #318599

Monochromatic Colors of #315199

#315199

Complementary Color

#315199 #997931

#315199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315199 Color CSS Codes

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

#315199 Text Font Color

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

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


#315199 Background Color

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

This div background color is #315199


#315199 Border Color

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

This div border color is #315199


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,81,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 #315199">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315199


Comments

No comments written yet.

Please login to write comment.