Color Hex Logo

#3a489a Color Hex

#3A489A
(58,72,154)
0 Favorites   0 Comments

Color spaces of #3a489a

RGB 5872154
HSL0.640.450.42
HSV231°62°60°
CMYK 0.620.530.00   0.40
XYZ9.89507.867431.5689
Yxy7.86740.20060.1595
Hunter Lab28.048913.8851-47.0964
CIE-Lab33.705220.9671-46.6735

#3a489a color RGB value is (58,72,154).

#3a489a hex color red value is 58, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #3a489a hue: 0.64 , saturation: 0.45 and the lightness value of 3a489a is 0.42.

The process color (four color CMYK) of #3a489a color hex is 0.62, 0.53, 0.00, 0.40. Web safe color of #3a489a is #333399. Color #3a489a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001000 10011010
Octal 72 110 232
Decimal 58 72 154
Hex 3A 48 9A

RGB Percentages of Color #3a489a

%20.42
%25.35
%54.23

CMYK Percentages of Color #3a489a

%62
%53
%0
%40

Triadic Colors of #3a489a

#3a489a #9a3a48 #489a3a

Analogous Colors of #3a489a

#3a489a #5c3a9a #3a789a

Monochromatic Colors of #3a489a

#3a489a

Complementary Color

#3a489a #9a8c3a

#3a489a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a489a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a489a Color CSS Codes

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

#3a489a Text Font Color

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

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


#3a489a Background Color

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

This div background color is #3a489a


#3a489a Border Color

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

This div border color is #3a489a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,72,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a489a


Comments

No comments written yet.

Please login to write comment.