Color Hex Logo

#315099 Color Hex

#315099
(49,80,153)
0 Favorites   0 Comments

Color spaces of #315099

RGB 4980153
HSL0.620.510.40
HSV222°68°60°
CMYK 0.680.480.00   0.40
XYZ9.88518.690231.2934
Yxy8.69020.19820.1743
Hunter Lab29.47918.2670-42.3035
CIE-Lab35.380813.6660-43.3982

#315099 color RGB value is (49,80,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010000 10011001
Octal 61 120 231
Decimal 49 80 153
Hex 31 50 99

RGB Percentages of Color #315099

%17.38
%28.37
%54.26

CMYK Percentages of Color #315099

%68
%48
%0
%40

Triadic Colors of #315099

#315099 #993150 #509931

Analogous Colors of #315099

#315099 #463199 #318499

Monochromatic Colors of #315099

#315099

Complementary Color

#315099 #997a31

#315099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315099 Color CSS Codes

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

#315099 Text Font Color

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

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


#315099 Background Color

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

This div background color is #315099


#315099 Border Color

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

This div border color is #315099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315099

#315099 Color Palettes


Comments

No comments written yet.

Please login to write comment.