Color Hex Logo

#3149bc Color Hex

#3149BC
(49,73,188)
0 Favorites   0 Comments

Color spaces of #3149bc

RGB 4973188
HSL0.640.590.46
HSV230°74°74°
CMYK 0.740.610.00   0.26
XYZ12.72639.048948.6528
Yxy9.04890.18070.1285
Hunter Lab30.081422.8742-74.8370
CIE-Lab36.078331.3192-63.1117

#3149bc color RGB value is (49,73,188).

#3149bc hex color red value is 49, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3149bc hue: 0.64 , saturation: 0.59 and the lightness value of 3149bc is 0.46.

The process color (four color CMYK) of #3149bc color hex is 0.74, 0.61, 0.00, 0.26. Web safe color of #3149bc is #3333cc. Color #3149bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 10111100
Octal 61 111 274
Decimal 49 73 188
Hex 31 49 BC

RGB Percentages of Color #3149bc

%15.81
%23.55
%60.65

CMYK Percentages of Color #3149bc

%74
%61
%0
%26

Triadic Colors of #3149bc

#3149bc #bc3149 #49bc31

Analogous Colors of #3149bc

#3149bc #5e31bc #318fbc

Monochromatic Colors of #3149bc

#3149bc

Complementary Color

#3149bc #bca431

#3149bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3149bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3149bc Color CSS Codes

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

#3149bc Text Font Color

<p style="color:#3149bc">Text here</p>

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


#3149bc Background Color

<div style="background-color:#3149bc">
Div content here</div>

This div background color is #3149bc


#3149bc Border Color

<div style="border:3px solid #3149bc">
Div here</div>

This div border color is #3149bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,73,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3149bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3149bc;
  -webkit-box-shadow: 1px 1px 3px 2px #3149bc;
  box-shadow:         1px 1px 3px 2px #3149bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3149bc


Comments

No comments written yet.

Please login to write comment.