Color Hex Logo

#3163bd Color Hex

#3163BD
(49,99,189)
0 Favorites   0 Comments

Color spaces of #3163bd

RGB 4999189
HSL0.610.590.47
HSV219°74°74°
CMYK 0.740.480.00   0.26
XYZ14.913813.250849.9157
Yxy13.25080.19100.1697
Hunter Lab36.40169.4288-55.8202
CIE-Lab43.138714.7745-52.2502

#3163bd color RGB value is (49,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01100011 10111101
Octal 61 143 275
Decimal 49 99 189
Hex 31 63 BD

RGB Percentages of Color #3163bd

%14.54
%29.38
%56.08

CMYK Percentages of Color #3163bd

%74
%48
%0
%26

Triadic Colors of #3163bd

#3163bd #bd3163 #63bd31

Analogous Colors of #3163bd

#3163bd #4531bd #31a9bd

Monochromatic Colors of #3163bd

#3163bd

Complementary Color

#3163bd #bd8b31

#3163bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3163bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3163bd Color CSS Codes

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

#3163bd Text Font Color

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

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


#3163bd Background Color

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

This div background color is #3163bd


#3163bd Border Color

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

This div border color is #3163bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,99,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 #3163bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3163bd


Comments

No comments written yet.

Please login to write comment.