Color Hex Logo

#3a59aa Color Hex

#3A59AA
(58,89,170)
0 Favorites   0 Comments

Color spaces of #3a59aa

RGB 5889170
HSL0.620.490.45
HSV223°66°67°
CMYK 0.660.480.00   0.33
XYZ12.573010.946639.4804
Yxy10.94660.19960.1738
Hunter Lab33.08569.9326-47.5895
CIE-Lab39.490415.5806-46.9437

#3a59aa color RGB value is (58,89,170).

#3a59aa hex color red value is 58, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3a59aa hue: 0.62 , saturation: 0.49 and the lightness value of 3a59aa is 0.45.

The process color (four color CMYK) of #3a59aa color hex is 0.66, 0.48, 0.00, 0.33. Web safe color of #3a59aa is #336699. Color #3a59aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011001 10101010
Octal 72 131 252
Decimal 58 89 170
Hex 3A 59 AA

RGB Percentages of Color #3a59aa

%18.30
%28.08
%53.63

CMYK Percentages of Color #3a59aa

%66
%48
%0
%33

Triadic Colors of #3a59aa

#3a59aa #aa3a59 #59aa3a

Analogous Colors of #3a59aa

#3a59aa #533aaa #3a91aa

Monochromatic Colors of #3a59aa

#3a59aa

Complementary Color

#3a59aa #aa8b3a

#3a59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a59aa Color CSS Codes

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

#3a59aa Text Font Color

<p style="color:#3a59aa">Text here</p>

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


#3a59aa Background Color

<div style="background-color:#3a59aa">
Div content here</div>

This div background color is #3a59aa


#3a59aa Border Color

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

This div border color is #3a59aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,89,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a59aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a59aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3a59aa;
  box-shadow:         1px 1px 3px 2px #3a59aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,89,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 #3a59aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a59aa


Comments

No comments written yet.

Please login to write comment.