Color Hex Logo

#3a5d6d Color Hex

#3A5D6D
(58,93,109)
0 Favorites   0 Comments

Color spaces of #3a5d6d

RGB 5893109
HSL0.550.310.33
HSV199°47°43°
CMYK 0.470.150.00   0.57
XYZ8.41969.832415.9221
Yxy9.83240.24640.2877
Hunter Lab31.3567-6.9450-8.1563
CIE-Lab37.5399-7.8871-13.0581

#3a5d6d color RGB value is (58,93,109).

#3a5d6d hex color red value is 58, green value is 93 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3a5d6d hue: 0.55 , saturation: 0.31 and the lightness value of 3a5d6d is 0.33.

The process color (four color CMYK) of #3a5d6d color hex is 0.47, 0.15, 0.00, 0.57. Web safe color of #3a5d6d is #336666. Color #3a5d6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011101 01101101
Octal 72 135 155
Decimal 58 93 109
Hex 3A 5D 6D

RGB Percentages of Color #3a5d6d

%22.31
%35.77
%41.92

CMYK Percentages of Color #3a5d6d

%47
%15
%0
%57

Triadic Colors of #3a5d6d

#3a5d6d #6d3a5d #5d6d3a

Analogous Colors of #3a5d6d

#3a5d6d #3a446d #3a6d64

Monochromatic Colors of #3a5d6d

#3a5d6d

Complementary Color

#3a5d6d #6d4a3a

#3a5d6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a5d6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a5d6d Color CSS Codes

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

#3a5d6d Text Font Color

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

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


#3a5d6d Background Color

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

This div background color is #3a5d6d


#3a5d6d Border Color

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

This div border color is #3a5d6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a5d6d


Comments

No comments written yet.

Please login to write comment.