Color Hex Logo

#315399 Color Hex

#315399
(49,83,153)
0 Favorites   0 Comments

Color spaces of #315399

RGB 4983153
HSL0.610.510.40
HSV220°68°60°
CMYK 0.680.460.00   0.40
XYZ10.10969.139431.3682
Yxy9.13940.19970.1806
Hunter Lab30.23146.7866-40.3574
CIE-Lab36.251311.6807-42.0025

#315399 color RGB value is (49,83,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010011 10011001
Octal 61 123 231
Decimal 49 83 153
Hex 31 53 99

RGB Percentages of Color #315399

%17.19
%29.12
%53.68

CMYK Percentages of Color #315399

%68
%46
%0
%40

Triadic Colors of #315399

#315399 #993153 #539931

Analogous Colors of #315399

#315399 #433199 #318799

Monochromatic Colors of #315399

#315399

Complementary Color

#315399 #997731

#315399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315399 Color CSS Codes

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

#315399 Text Font Color

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

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


#315399 Background Color

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

This div background color is #315399


#315399 Border Color

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

This div border color is #315399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315399


Comments

No comments written yet.

Please login to write comment.