Color Hex Logo

#347dba Color Hex

#347DBA
(52,125,186)
0 Favorites   0 Comments

Color spaces of #347dba

RGB 52125186
HSL0.580.560.47
HSV207°72°73°
CMYK 0.720.330.00   0.27
XYZ17.612718.942549.1823
Yxy18.94250.20540.2209
Hunter Lab43.5230-3.9306-36.5334
CIE-Lab50.6199-2.0971-38.5926

#347dba color RGB value is (52,125,186).

#347dba hex color red value is 52, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #347dba hue: 0.58 , saturation: 0.56 and the lightness value of 347dba is 0.47.

The process color (four color CMYK) of #347dba color hex is 0.72, 0.33, 0.00, 0.27. Web safe color of #347dba is #3366cc. Color #347dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 10111010
Octal 64 175 272
Decimal 52 125 186
Hex 34 7D BA

RGB Percentages of Color #347dba

%14.33
%34.44
%51.24

CMYK Percentages of Color #347dba

%72
%33
%0
%27

Triadic Colors of #347dba

#347dba #ba347d #7dba34

Analogous Colors of #347dba

#347dba #343aba #34bab4

Monochromatic Colors of #347dba

#347dba

Complementary Color

#347dba #ba7134

#347dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dba Color CSS Codes

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

#347dba Text Font Color

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

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


#347dba Background Color

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

This div background color is #347dba


#347dba Border Color

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

This div border color is #347dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dba


Comments

No comments written yet.

Please login to write comment.