Color Hex Logo

#3157bd Color Hex

#3157BD
(49,87,189)
0 Favorites   0 Comments

Color spaces of #3157bd

RGB 4987189
HSL0.620.590.47
HSV224°74°74°
CMYK 0.740.540.00   0.26
XYZ13.860111.143549.5645
Yxy11.14350.18590.1494
Hunter Lab33.381915.6946-64.6648
CIE-Lab39.821122.5676-57.6077

#3157bd color RGB value is (49,87,189).

#3157bd hex color red value is 49, green value is 87 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3157bd hue: 0.62 , saturation: 0.59 and the lightness value of 3157bd is 0.47.

The process color (four color CMYK) of #3157bd color hex is 0.74, 0.54, 0.00, 0.26. Web safe color of #3157bd is #3366cc. Color #3157bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01010111 10111101
Octal 61 127 275
Decimal 49 87 189
Hex 31 57 BD

RGB Percentages of Color #3157bd

%15.08
%26.77
%58.15

CMYK Percentages of Color #3157bd

%74
%54
%0
%26

Triadic Colors of #3157bd

#3157bd #bd3157 #57bd31

Analogous Colors of #3157bd

#3157bd #5131bd #319dbd

Monochromatic Colors of #3157bd

#3157bd

Complementary Color

#3157bd #bd9731

#3157bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3157bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3157bd Color CSS Codes

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

#3157bd Text Font Color

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

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


#3157bd Background Color

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

This div background color is #3157bd


#3157bd Border Color

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

This div border color is #3157bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3157bd


Comments

No comments written yet.

Please login to write comment.