Color Hex Logo

#3a667e Color Hex

#3A667E
(58,102,126)
0 Favorites   0 Comments

Color spaces of #3a667e

RGB 58102126
HSL0.560.370.36
HSV201°54°49°
CMYK 0.540.190.00   0.51
XYZ10.262211.908621.4964
Yxy11.90860.23500.2727
Hunter Lab34.5088-7.3083-12.7770
CIE-Lab41.0705-7.9055-18.0595

#3a667e color RGB value is (58,102,126).

#3a667e hex color red value is 58, green value is 102 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #3a667e hue: 0.56 , saturation: 0.37 and the lightness value of 3a667e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100110 01111110
Octal 72 146 176
Decimal 58 102 126
Hex 3A 66 7E

RGB Percentages of Color #3a667e

%20.28
%35.66
%44.06

CMYK Percentages of Color #3a667e

%54
%19
%0
%51

Triadic Colors of #3a667e

#3a667e #7e3a66 #667e3a

Analogous Colors of #3a667e

#3a667e #3a447e #3a7e74

Monochromatic Colors of #3a667e

#3a667e

Complementary Color

#3a667e #7e523a

#3a667e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a667e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a667e Color CSS Codes

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

#3a667e Text Font Color

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

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


#3a667e Background Color

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

This div background color is #3a667e


#3a667e Border Color

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

This div border color is #3a667e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a667e


Comments

No comments written yet.

Please login to write comment.