Color Hex Logo

#347aac Color Hex

#347AAC
(52,122,172)
0 Favorites   0 Comments

Color spaces of #347aac

RGB 52122172
HSL0.570.540.44
HSV205°70°67°
CMYK 0.700.290.00   0.33
XYZ15.822117.627741.5983
Yxy17.62770.21080.2349
Hunter Lab41.9854-6.2070-29.3537
CIE-Lab49.0414-5.3007-32.9823

#347aac color RGB value is (52,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111010 10101100
Octal 64 172 254
Decimal 52 122 172
Hex 34 7A AC

RGB Percentages of Color #347aac

%15.03
%35.26
%49.71

CMYK Percentages of Color #347aac

%70
%29
%0
%33

Triadic Colors of #347aac

#347aac #ac347a #7aac34

Analogous Colors of #347aac

#347aac #343eac #34aca2

Monochromatic Colors of #347aac

#347aac

Complementary Color

#347aac #ac6634

#347aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#347aac Color CSS Codes

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

#347aac Text Font Color

<p style="color:#347aac">Text here</p>

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


#347aac Background Color

<div style="background-color:#347aac">
Div content here</div>

This div background color is #347aac


#347aac Border Color

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

This div border color is #347aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347aac


Comments

No comments written yet.

Please login to write comment.