Color Hex Logo

#347cab Color Hex

#347CAB
(52,124,171)
0 Favorites   0 Comments

Color spaces of #347cab

RGB 52124171
HSL0.570.530.44
HSV204°70°67°
CMYK 0.700.270.00   0.33
XYZ15.974518.085641.1770
Yxy18.08560.21230.2404
Hunter Lab42.5272-7.3725-27.6386
CIE-Lab49.5998-6.8272-31.5280

#347cab color RGB value is (52,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111100 10101011
Octal 64 174 253
Decimal 52 124 171
Hex 34 7C AB

RGB Percentages of Color #347cab

%14.99
%35.73
%49.28

CMYK Percentages of Color #347cab

%70
%27
%0
%33

Triadic Colors of #347cab

#347cab #ab347c #7cab34

Analogous Colors of #347cab

#347cab #3440ab #34ab9f

Monochromatic Colors of #347cab

#347cab

Complementary Color

#347cab #ab6334

#347cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#347cab Color CSS Codes

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

#347cab Text Font Color

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

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


#347cab Background Color

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

This div background color is #347cab


#347cab Border Color

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

This div border color is #347cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347cab


Comments

No comments written yet.

Please login to write comment.