Color Hex Logo

#3a465e Color Hex

#3A465E
(58,70,94)
0 Favorites   0 Comments

Color spaces of #3a465e

RGB 587094
HSL0.610.240.30
HSV220°38°37°
CMYK 0.380.260.00   0.63
XYZ5.95556.088011.4509
Yxy6.08800.25350.2591
Hunter Lab24.6739-0.0950-10.2442
CIE-Lab29.63341.8970-15.7256

#3a465e color RGB value is (58,70,94).

#3a465e hex color red value is 58, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #3a465e hue: 0.61 , saturation: 0.24 and the lightness value of 3a465e is 0.30.

The process color (four color CMYK) of #3a465e color hex is 0.38, 0.26, 0.00, 0.63. Web safe color of #3a465e is #333366. Color #3a465e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000110 01011110
Octal 72 106 136
Decimal 58 70 94
Hex 3A 46 5E

RGB Percentages of Color #3a465e

%26.13
%31.53
%42.34

CMYK Percentages of Color #3a465e

%38
%26
%0
%63

Triadic Colors of #3a465e

#3a465e #5e3a46 #465e3a

Analogous Colors of #3a465e

#3a465e #403a5e #3a585e

Monochromatic Colors of #3a465e

#3a465e

Complementary Color

#3a465e #5e523a

#3a465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a465e Color CSS Codes

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

#3a465e Text Font Color

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

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


#3a465e Background Color

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

This div background color is #3a465e


#3a465e Border Color

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

This div border color is #3a465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a465e


Comments

No comments written yet.

Please login to write comment.