Color Hex Logo

#315eaf Color Hex

#315EAF
(49,94,175)
0 Favorites   0 Comments

Color spaces of #315eaf

RGB 4994175
HSL0.610.560.44
HSV219°72°69°
CMYK 0.720.460.00   0.31
XYZ13.007211.753542.1405
Yxy11.75350.19440.1757
Hunter Lab34.28347.7274-48.8798
CIE-Lab40.821612.7420-47.7821

#315eaf color RGB value is (49,94,175).

#315eaf hex color red value is 49, green value is 94 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #315eaf hue: 0.61 , saturation: 0.56 and the lightness value of 315eaf is 0.44.

The process color (four color CMYK) of #315eaf color hex is 0.72, 0.46, 0.00, 0.31. Web safe color of #315eaf is #336699. Color #315eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 10101111
Octal 61 136 257
Decimal 49 94 175
Hex 31 5E AF

RGB Percentages of Color #315eaf

%15.41
%29.56
%55.03

CMYK Percentages of Color #315eaf

%72
%46
%0
%31

Triadic Colors of #315eaf

#315eaf #af315e #5eaf31

Analogous Colors of #315eaf

#315eaf #4331af #319daf

Monochromatic Colors of #315eaf

#315eaf

Complementary Color

#315eaf #af8231

#315eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#315eaf Color CSS Codes

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

#315eaf Text Font Color

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

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


#315eaf Background Color

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

This div background color is #315eaf


#315eaf Border Color

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

This div border color is #315eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,94,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #315eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #315eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #315eaf;
  box-shadow:         1px 1px 3px 2px #315eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315eaf


Comments

No comments written yet.

Please login to write comment.