Color Hex Logo

#3a709a Color Hex

#3A709A
(58,112,154)
0 Favorites   0 Comments

Color spaces of #3a709a

RGB 58112154
HSL0.570.450.42
HSV206°62°60°
CMYK 0.620.270.00   0.40
XYZ13.371814.821032.7278
Yxy14.82100.21950.2433
Hunter Lab38.4981-5.3719-23.4547
CIE-Lab45.3880-4.5555-28.1310

#3a709a color RGB value is (58,112,154).

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

The process color (four color CMYK) of #3a709a color hex is 0.62, 0.27, 0.00, 0.40. Web safe color of #3a709a is #336699. Color #3a709a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110000 10011010
Octal 72 160 232
Decimal 58 112 154
Hex 3A 70 9A

RGB Percentages of Color #3a709a

%17.90
%34.57
%47.53

CMYK Percentages of Color #3a709a

%62
%27
%0
%40

Triadic Colors of #3a709a

#3a709a #9a3a70 #709a3a

Analogous Colors of #3a709a

#3a709a #3a409a #3a9a94

Monochromatic Colors of #3a709a

#3a709a

Complementary Color

#3a709a #9a643a

#3a709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a709a Color CSS Codes

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

#3a709a Text Font Color

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

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


#3a709a Background Color

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

This div background color is #3a709a


#3a709a Border Color

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

This div border color is #3a709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a709a


Comments

No comments written yet.

Please login to write comment.