Color Hex Logo

#347aab Color Hex

#347AAB
(52,122,171)
0 Favorites   0 Comments

Color spaces of #347aab

RGB 52122171
HSL0.570.530.44
HSV205°70°67°
CMYK 0.700.290.00   0.33
XYZ15.726417.589441.0943
Yxy17.58940.21130.2364
Hunter Lab41.9397-6.4612-28.7370
CIE-Lab48.9943-5.6532-32.4751

#347aab color RGB value is (52,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111010 10101011
Octal 64 172 253
Decimal 52 122 171
Hex 34 7A AB

RGB Percentages of Color #347aab

%15.07
%35.36
%49.57

CMYK Percentages of Color #347aab

%70
%29
%0
%33

Triadic Colors of #347aab

#347aab #ab347a #7aab34

Analogous Colors of #347aab

#347aab #343eab #34aba1

Monochromatic Colors of #347aab

#347aab

Complementary Color

#347aab #ab6534

#347aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#347aab Color CSS Codes

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

#347aab Text Font Color

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

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


#347aab Background Color

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

This div background color is #347aab


#347aab Border Color

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

This div border color is #347aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,122,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347aab


Comments

No comments written yet.

Please login to write comment.