Color Hex Logo

#315299 Color Hex

#315299
(49,82,153)
0 Favorites   0 Comments

Color spaces of #315299

RGB 4982153
HSL0.610.510.40
HSV221°68°60°
CMYK 0.680.460.00   0.40
XYZ10.03378.987531.3429
Yxy8.98750.19920.1785
Hunter Lab29.97927.2785-41.0017
CIE-Lab35.960212.3411-42.4689

#315299 color RGB value is (49,82,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010010 10011001
Octal 61 122 231
Decimal 49 82 153
Hex 31 52 99

RGB Percentages of Color #315299

%17.25
%28.87
%53.87

CMYK Percentages of Color #315299

%68
%46
%0
%40

Triadic Colors of #315299

#315299 #993152 #529931

Analogous Colors of #315299

#315299 #443199 #318699

Monochromatic Colors of #315299

#315299

Complementary Color

#315299 #997831

#315299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315299 Color CSS Codes

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

#315299 Text Font Color

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

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


#315299 Background Color

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

This div background color is #315299


#315299 Border Color

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

This div border color is #315299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315299

#315299 Color Palettes


Comments

No comments written yet.

Please login to write comment.