Color Hex Logo

#3a4859 Color Hex

#3A4859
(58,72,89)
0 Favorites   0 Comments

Color spaces of #3a4859

RGB 587289
HSL0.590.210.29
HSV213°35°35°
CMYK 0.350.190.00   0.65
XYZ5.86556.255510.3495
Yxy6.25550.26100.2784
Hunter Lab25.0110-1.9080-7.0264
CIE-Lab30.0481-0.8961-11.8812

#3a4859 color RGB value is (58,72,89).

#3a4859 hex color red value is 58, green value is 72 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #3a4859 hue: 0.59 , saturation: 0.21 and the lightness value of 3a4859 is 0.29.

The process color (four color CMYK) of #3a4859 color hex is 0.35, 0.19, 0.00, 0.65. Web safe color of #3a4859 is #333366. Color #3a4859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001000 01011001
Octal 72 110 131
Decimal 58 72 89
Hex 3A 48 59

RGB Percentages of Color #3a4859

%26.48
%32.88
%40.64

CMYK Percentages of Color #3a4859

%35
%19
%0
%65

Triadic Colors of #3a4859

#3a4859 #593a48 #48593a

Analogous Colors of #3a4859

#3a4859 #3c3a59 #3a5859

Monochromatic Colors of #3a4859

#3a4859

Complementary Color

#3a4859 #594b3a

#3a4859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4859 Color CSS Codes

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

#3a4859 Text Font Color

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

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


#3a4859 Background Color

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

This div background color is #3a4859


#3a4859 Border Color

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

This div border color is #3a4859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4859


Comments

No comments written yet.

Please login to write comment.