Color Hex Logo

#3a5576 Color Hex

#3A5576
(58,85,118)
0 Favorites   0 Comments

Color spaces of #3a5576

RGB 5885118
HSL0.590.340.35
HSV213°51°46°
CMYK 0.510.280.00   0.54
XYZ8.26348.704518.3842
Yxy8.70450.23370.2462
Hunter Lab29.5034-1.6361-16.2925
CIE-Lab35.4090-0.0890-21.9052

#3a5576 color RGB value is (58,85,118).

#3a5576 hex color red value is 58, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3a5576 hue: 0.59 , saturation: 0.34 and the lightness value of 3a5576 is 0.35.

The process color (four color CMYK) of #3a5576 color hex is 0.51, 0.28, 0.00, 0.54. Web safe color of #3a5576 is #336666. Color #3a5576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010101 01110110
Octal 72 125 166
Decimal 58 85 118
Hex 3A 55 76

RGB Percentages of Color #3a5576

%22.22
%32.57
%45.21

CMYK Percentages of Color #3a5576

%51
%28
%0
%54

Triadic Colors of #3a5576

#3a5576 #763a55 #55763a

Analogous Colors of #3a5576

#3a5576 #3d3a76 #3a7376

Monochromatic Colors of #3a5576

#3a5576

Complementary Color

#3a5576 #765b3a

#3a5576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5576 Color CSS Codes

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

#3a5576 Text Font Color

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

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


#3a5576 Background Color

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

This div background color is #3a5576


#3a5576 Border Color

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

This div border color is #3a5576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5576


Comments

No comments written yet.

Please login to write comment.