Color Hex Logo

#3134aa Color Hex

#3134AA
(49,52,170)
0 Favorites   0 Comments

Color spaces of #3134aa

RGB 4952170
HSL0.660.550.43
HSV239°71°67°
CMYK 0.710.690.00   0.33
XYZ9.75036.011238.6766
Yxy6.01120.17910.1104
Hunter Lab24.517728.0804-76.3672
CIE-Lab29.440738.1963-63.2962

#3134aa color RGB value is (49,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110100 10101010
Octal 61 64 252
Decimal 49 52 170
Hex 31 34 AA

RGB Percentages of Color #3134aa

%18.08
%19.19
%62.73

CMYK Percentages of Color #3134aa

%71
%69
%0
%33

Triadic Colors of #3134aa

#3134aa #aa3134 #34aa31

Analogous Colors of #3134aa

#3134aa #6b31aa #3171aa

Monochromatic Colors of #3134aa

#3134aa

Complementary Color

#3134aa #aaa731

#3134aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3134aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3134aa Color CSS Codes

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

#3134aa Text Font Color

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

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


#3134aa Background Color

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

This div background color is #3134aa


#3134aa Border Color

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

This div border color is #3134aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3134aa

#3134aa Color Palettes


Comments

No comments written yet.

Please login to write comment.