Color Hex Logo

#3a72ac Color Hex

#3A72AC
(58,114,172)
0 Favorites   0 Comments

Color spaces of #3a72ac

RGB 58114172
HSL0.580.500.45
HSV211°66°67°
CMYK 0.660.340.00   0.33
XYZ15.208615.912741.2996
Yxy15.91270.21000.2197
Hunter Lab39.8907-1.7545-33.4605
CIE-Lab46.85970.5010-36.3956

#3a72ac color RGB value is (58,114,172).

#3a72ac hex color red value is 58, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3a72ac hue: 0.58 , saturation: 0.50 and the lightness value of 3a72ac is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110010 10101100
Octal 72 162 254
Decimal 58 114 172
Hex 3A 72 AC

RGB Percentages of Color #3a72ac

%16.86
%33.14
%50.00

CMYK Percentages of Color #3a72ac

%66
%34
%0
%33

Triadic Colors of #3a72ac

#3a72ac #ac3a72 #72ac3a

Analogous Colors of #3a72ac

#3a72ac #3b3aac #3aabac

Monochromatic Colors of #3a72ac

#3a72ac

Complementary Color

#3a72ac #ac743a

#3a72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a72ac Color CSS Codes

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

#3a72ac Text Font Color

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

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


#3a72ac Background Color

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

This div background color is #3a72ac


#3a72ac Border Color

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

This div border color is #3a72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a72ac


Comments

No comments written yet.

Please login to write comment.