Color Hex Logo

#3a439a Color Hex

#3A439A
(58,67,154)
0 Favorites   0 Comments

Color spaces of #3a439a

RGB 5867154
HSL0.650.450.42
HSV234°62°60°
CMYK 0.620.560.00   0.40
XYZ9.58487.246931.4655
Yxy7.24690.19850.1500
Hunter Lab26.920116.4442-50.4570
CIE-Lab32.362524.2705-48.8438

#3a439a color RGB value is (58,67,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000011 10011010
Octal 72 103 232
Decimal 58 67 154
Hex 3A 43 9A

RGB Percentages of Color #3a439a

%20.79
%24.01
%55.20

CMYK Percentages of Color #3a439a

%62
%56
%0
%40

Triadic Colors of #3a439a

#3a439a #9a3a43 #439a3a

Analogous Colors of #3a439a

#3a439a #613a9a #3a739a

Monochromatic Colors of #3a439a

#3a439a

Complementary Color

#3a439a #9a913a

#3a439a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a439a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a439a Color CSS Codes

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

#3a439a Text Font Color

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

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


#3a439a Background Color

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

This div background color is #3a439a


#3a439a Border Color

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

This div border color is #3a439a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a439a

#3a439a Color Palettes


Comments

No comments written yet.

Please login to write comment.