Color Hex Logo

#347dbf Color Hex

#347DBF
(52,125,191)
0 Favorites   0 Comments

Color spaces of #347dbf

RGB 52125191
HSL0.580.570.48
HSV208°73°75°
CMYK 0.730.350.00   0.25
XYZ18.153819.158952.0314
Yxy19.15890.20320.2144
Hunter Lab43.7709-2.5669-39.8397
CIE-Lab50.8726-0.2966-41.0646

#347dbf color RGB value is (52,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 10111111
Octal 64 175 277
Decimal 52 125 191
Hex 34 7D BF

RGB Percentages of Color #347dbf

%14.13
%33.97
%51.90

CMYK Percentages of Color #347dbf

%73
%35
%0
%25

Triadic Colors of #347dbf

#347dbf #bf347d #7dbf34

Analogous Colors of #347dbf

#347dbf #3438bf #34bfbc

Monochromatic Colors of #347dbf

#347dbf

Complementary Color

#347dbf #bf7634

#347dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dbf Color CSS Codes

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

#347dbf Text Font Color

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

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


#347dbf Background Color

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

This div background color is #347dbf


#347dbf Border Color

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

This div border color is #347dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dbf


Comments

No comments written yet.

Please login to write comment.