Color Hex Logo

#3473ac Color Hex

#3473AC
(52,115,172)
0 Favorites   0 Comments

Color spaces of #3473ac

RGB 52115172
HSL0.580.540.44
HSV209°70°67°
CMYK 0.700.330.00   0.33
XYZ14.993315.970141.3220
Yxy15.97010.20740.2209
Hunter Lab39.9626-2.9644-33.3330
CIE-Lab46.9352-1.1114-36.2916

#3473ac color RGB value is (52,115,172).

#3473ac hex color red value is 52, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3473ac hue: 0.58 , saturation: 0.54 and the lightness value of 3473ac is 0.44.

The process color (four color CMYK) of #3473ac color hex is 0.70, 0.33, 0.00, 0.33. Web safe color of #3473ac is #336699. Color #3473ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110011 10101100
Octal 64 163 254
Decimal 52 115 172
Hex 34 73 AC

RGB Percentages of Color #3473ac

%15.34
%33.92
%50.74

CMYK Percentages of Color #3473ac

%70
%33
%0
%33

Triadic Colors of #3473ac

#3473ac #ac3473 #73ac34

Analogous Colors of #3473ac

#3473ac #3437ac #34aca9

Monochromatic Colors of #3473ac

#3473ac

Complementary Color

#3473ac #ac6d34

#3473ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3473ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3473ac Color CSS Codes

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

#3473ac Text Font Color

<p style="color:#3473ac">Text here</p>

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


#3473ac Background Color

<div style="background-color:#3473ac">
Div content here</div>

This div background color is #3473ac


#3473ac Border Color

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

This div border color is #3473ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,115,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3473ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3473ac;
  -webkit-box-shadow: 1px 1px 3px 2px #3473ac;
  box-shadow:         1px 1px 3px 2px #3473ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,115,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 #3473ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3473ac


Comments

No comments written yet.

Please login to write comment.