Color Hex Logo

#315cba Color Hex

#315CBA
(49,92,186)
0 Favorites   0 Comments

Color spaces of #315cba

RGB 4992186
HSL0.610.580.46
HSV221°74°73°
CMYK 0.740.510.00   0.27
XYZ13.956711.852448.0065
Yxy11.85240.18910.1606
Hunter Lab34.427312.1154-58.5767
CIE-Lab40.980618.1799-53.9794

#315cba color RGB value is (49,92,186).

#315cba hex color red value is 49, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #315cba hue: 0.61 , saturation: 0.58 and the lightness value of 315cba is 0.46.

The process color (four color CMYK) of #315cba color hex is 0.74, 0.51, 0.00, 0.27. Web safe color of #315cba is #3366cc. Color #315cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011100 10111010
Octal 61 134 272
Decimal 49 92 186
Hex 31 5C BA

RGB Percentages of Color #315cba

%14.98
%28.13
%56.88

CMYK Percentages of Color #315cba

%74
%51
%0
%27

Triadic Colors of #315cba

#315cba #ba315c #5cba31

Analogous Colors of #315cba

#315cba #4b31ba #31a1ba

Monochromatic Colors of #315cba

#315cba

Complementary Color

#315cba #ba8f31

#315cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#315cba Color CSS Codes

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

#315cba Text Font Color

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

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


#315cba Background Color

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

This div background color is #315cba


#315cba Border Color

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

This div border color is #315cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315cba


Comments

No comments written yet.

Please login to write comment.