Color Hex Logo

#3140aa Color Hex

#3140AA
(49,64,170)
0 Favorites   0 Comments

Color spaces of #3140aa

RGB 4964170
HSL0.650.550.43
HSV233°71°67°
CMYK 0.710.620.00   0.33
XYZ10.35577.222038.8784
Yxy7.22200.18340.1279
Hunter Lab26.873821.7551-66.9634
CIE-Lab32.307030.5888-58.6001

#3140aa color RGB value is (49,64,170).

#3140aa hex color red value is 49, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3140aa hue: 0.65 , saturation: 0.55 and the lightness value of 3140aa is 0.43.

The process color (four color CMYK) of #3140aa color hex is 0.71, 0.62, 0.00, 0.33. Web safe color of #3140aa is #333399. Color #3140aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000000 10101010
Octal 61 100 252
Decimal 49 64 170
Hex 31 40 AA

RGB Percentages of Color #3140aa

%17.31
%22.61
%60.07

CMYK Percentages of Color #3140aa

%71
%62
%0
%33

Triadic Colors of #3140aa

#3140aa #aa3140 #40aa31

Analogous Colors of #3140aa

#3140aa #5e31aa #317daa

Monochromatic Colors of #3140aa

#3140aa

Complementary Color

#3140aa #aa9b31

#3140aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3140aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3140aa Color CSS Codes

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

#3140aa Text Font Color

<p style="color:#3140aa">Text here</p>

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


#3140aa Background Color

<div style="background-color:#3140aa">
Div content here</div>

This div background color is #3140aa


#3140aa Border Color

<div style="border:3px solid #3140aa">
Div here</div>

This div border color is #3140aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,64,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3140aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3140aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3140aa;
  box-shadow:         1px 1px 3px 2px #3140aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3140aa


Comments

No comments written yet.

Please login to write comment.