Color Hex Logo

#3157cc Color Hex

#3157CC
(49,87,204)
0 Favorites   0 Comments

Color spaces of #3157cc

RGB 4987204
HSL0.630.610.50
HSV225°76°80°
CMYK 0.760.570.00   0.20
XYZ15.573911.829058.5891
Yxy11.82900.18110.1376
Hunter Lab34.393320.6397-76.9254
CIE-Lab40.943028.1602-64.4954

#3157cc color RGB value is (49,87,204).

#3157cc hex color red value is 49, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3157cc hue: 0.63 , saturation: 0.61 and the lightness value of 3157cc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 11001100
Octal 61 127 314
Decimal 49 87 204
Hex 31 57 CC

RGB Percentages of Color #3157cc

%14.41
%25.59
%60.00

CMYK Percentages of Color #3157cc

%76
%57
%0
%20

Triadic Colors of #3157cc

#3157cc #cc3157 #57cc31

Analogous Colors of #3157cc

#3157cc #5831cc #31a5cc

Monochromatic Colors of #3157cc

#3157cc

Complementary Color

#3157cc #cca631

#3157cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3157cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3157cc Color CSS Codes

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

#3157cc Text Font Color

<p style="color:#3157cc">Text here</p>

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


#3157cc Background Color

<div style="background-color:#3157cc">
Div content here</div>

This div background color is #3157cc


#3157cc Border Color

<div style="border:3px solid #3157cc">
Div here</div>

This div border color is #3157cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,87,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3157cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3157cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3157cc;
  box-shadow:         1px 1px 3px 2px #3157cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3157cc


Comments

No comments written yet.

Please login to write comment.