Color Hex Logo

#315bcb Color Hex

#315BCB
(49,91,203)
0 Favorites   0 Comments

Color spaces of #315bcb

RGB 4991203
HSL0.620.610.49
HSV224°76°80°
CMYK 0.760.550.00   0.20
XYZ15.787212.446958.0703
Yxy12.44690.18290.1442
Hunter Lab35.280218.1351-72.8938
CIE-Lab41.917825.2023-62.3333

#315bcb color RGB value is (49,91,203).

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

The process color (four color CMYK) of #315bcb color hex is 0.76, 0.55, 0.00, 0.20. Web safe color of #315bcb is #3366cc. Color #315bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011011 11001011
Octal 61 133 313
Decimal 49 91 203
Hex 31 5B CB

RGB Percentages of Color #315bcb

%14.29
%26.53
%59.18

CMYK Percentages of Color #315bcb

%76
%55
%0
%20

Triadic Colors of #315bcb

#315bcb #cb315b #5bcb31

Analogous Colors of #315bcb

#315bcb #5431cb #31a8cb

Monochromatic Colors of #315bcb

#315bcb

Complementary Color

#315bcb #cba131

#315bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#315bcb Color CSS Codes

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

#315bcb Text Font Color

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

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


#315bcb Background Color

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

This div background color is #315bcb


#315bcb Border Color

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

This div border color is #315bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315bcb


Comments

No comments written yet.

Please login to write comment.