Color Hex Logo

#3a6ea9 Color Hex

#3A6EA9
(58,110,169)
0 Favorites   0 Comments

Color spaces of #3a6ea9

RGB 58110169
HSL0.590.490.45
HSV212°66°66°
CMYK 0.660.350.00   0.34
XYZ14.482314.916039.6519
Yxy14.91600.20970.2160
Hunter Lab38.6212-0.6527-33.8374
CIE-Lab45.51891.8886-36.7558

#3a6ea9 color RGB value is (58,110,169).

#3a6ea9 hex color red value is 58, green value is 110 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #3a6ea9 hue: 0.59 , saturation: 0.49 and the lightness value of 3a6ea9 is 0.45.

The process color (four color CMYK) of #3a6ea9 color hex is 0.66, 0.35, 0.00, 0.34. Web safe color of #3a6ea9 is #336699. Color #3a6ea9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101110 10101001
Octal 72 156 251
Decimal 58 110 169
Hex 3A 6E A9

RGB Percentages of Color #3a6ea9

%17.21
%32.64
%50.15

CMYK Percentages of Color #3a6ea9

%66
%35
%0
%34

Triadic Colors of #3a6ea9

#3a6ea9 #a93a6e #6ea93a

Analogous Colors of #3a6ea9

#3a6ea9 #3d3aa9 #3aa6a9

Monochromatic Colors of #3a6ea9

#3a6ea9

Complementary Color

#3a6ea9 #a9753a

#3a6ea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6ea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6ea9 Color CSS Codes

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

#3a6ea9 Text Font Color

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

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


#3a6ea9 Background Color

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

This div background color is #3a6ea9


#3a6ea9 Border Color

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

This div border color is #3a6ea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6ea9


Comments

No comments written yet.

Please login to write comment.