Color Hex Logo

#315fb5 Color Hex

#315FB5
(49,95,181)
0 Favorites   0 Comments

Color spaces of #315fb5

RGB 4995181
HSL0.610.570.45
HSV219°73°71°
CMYK 0.730.480.00   0.29
XYZ13.699312.173645.3438
Yxy12.17360.19240.1709
Hunter Lab34.89079.0266-52.6296
CIE-Lab41.490714.3493-50.2318

#315fb5 color RGB value is (49,95,181).

#315fb5 hex color red value is 49, green value is 95 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #315fb5 hue: 0.61 , saturation: 0.57 and the lightness value of 315fb5 is 0.45.

The process color (four color CMYK) of #315fb5 color hex is 0.73, 0.48, 0.00, 0.29. Web safe color of #315fb5 is #3366cc. Color #315fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011111 10110101
Octal 61 137 265
Decimal 49 95 181
Hex 31 5F B5

RGB Percentages of Color #315fb5

%15.08
%29.23
%55.69

CMYK Percentages of Color #315fb5

%73
%48
%0
%29

Triadic Colors of #315fb5

#315fb5 #b5315f #5fb531

Analogous Colors of #315fb5

#315fb5 #4531b5 #31a1b5

Monochromatic Colors of #315fb5

#315fb5

Complementary Color

#315fb5 #b58731

#315fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#315fb5 Color CSS Codes

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

#315fb5 Text Font Color

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

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


#315fb5 Background Color

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

This div background color is #315fb5


#315fb5 Border Color

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

This div border color is #315fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315fb5


Comments

No comments written yet.

Please login to write comment.