Color Hex Logo

#347fbe Color Hex

#347FBE
(52,127,190)
0 Favorites   0 Comments

Color spaces of #347fbe

RGB 52127190
HSL0.580.570.47
HSV207°73°75°
CMYK 0.730.330.00   0.25
XYZ18.299819.626551.5390
Yxy19.62650.20450.2194
Hunter Lab44.3018-3.7950-37.9644
CIE-Lab51.4123-1.8529-39.6394

#347fbe color RGB value is (52,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 10111110
Octal 64 177 276
Decimal 52 127 190
Hex 34 7F BE

RGB Percentages of Color #347fbe

%14.09
%34.42
%51.49

CMYK Percentages of Color #347fbe

%73
%33
%0
%25

Triadic Colors of #347fbe

#347fbe #be347f #7fbe34

Analogous Colors of #347fbe

#347fbe #343abe #34beb8

Monochromatic Colors of #347fbe

#347fbe

Complementary Color

#347fbe #be7334

#347fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fbe Color CSS Codes

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

#347fbe Text Font Color

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

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


#347fbe Background Color

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

This div background color is #347fbe


#347fbe Border Color

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

This div border color is #347fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fbe


Comments

No comments written yet.

Please login to write comment.