Color Hex Logo

#315bbb Color Hex

#315BBB
(49,91,187)
0 Favorites   0 Comments

Color spaces of #315bbb

RGB 4991187
HSL0.620.580.46
HSV222°74°73°
CMYK 0.740.510.00   0.27
XYZ13.977311.723048.5398
Yxy11.72300.18830.1579
Hunter Lab34.238912.9509-60.0871
CIE-Lab40.772419.2067-54.8998

#315bbb color RGB value is (49,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011011 10111011
Octal 61 133 273
Decimal 49 91 187
Hex 31 5B BB

RGB Percentages of Color #315bbb

%14.98
%27.83
%57.19

CMYK Percentages of Color #315bbb

%74
%51
%0
%27

Triadic Colors of #315bbb

#315bbb #bb315b #5bbb31

Analogous Colors of #315bbb

#315bbb #4c31bb #31a0bb

Monochromatic Colors of #315bbb

#315bbb

Complementary Color

#315bbb #bb9131

#315bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#315bbb Color CSS Codes

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

#315bbb Text Font Color

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

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


#315bbb Background Color

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

This div background color is #315bbb


#315bbb Border Color

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

This div border color is #315bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315bbb


Comments

No comments written yet.

Please login to write comment.