Color Hex Logo

#347688 Color Hex

#347688
(52,118,136)
0 Favorites   0 Comments

Color spaces of #347688

RGB 52118136
HSL0.540.450.37
HSV193°62°53°
CMYK 0.620.130.00   0.47
XYZ12.338515.464525.6272
Yxy15.46450.23090.2894
Hunter Lab39.3249-12.8129-11.1106
CIE-Lab46.2639-15.2096-16.1323

#347688 color RGB value is (52,118,136).

#347688 hex color red value is 52, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #347688 hue: 0.54 , saturation: 0.45 and the lightness value of 347688 is 0.37.

The process color (four color CMYK) of #347688 color hex is 0.62, 0.13, 0.00, 0.47. Web safe color of #347688 is #336699. Color #347688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 10001000
Octal 64 166 210
Decimal 52 118 136
Hex 34 76 88

RGB Percentages of Color #347688

%16.99
%38.56
%44.44

CMYK Percentages of Color #347688

%62
%13
%0
%47

Triadic Colors of #347688

#347688 #883476 #768834

Analogous Colors of #347688

#347688 #344c88 #348870

Monochromatic Colors of #347688

#347688

Complementary Color

#347688 #884634

#347688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347688 Color CSS Codes

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

#347688 Text Font Color

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

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


#347688 Background Color

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

This div background color is #347688


#347688 Border Color

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

This div border color is #347688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,118,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347688;
  -webkit-box-shadow: 1px 1px 3px 2px #347688;
  box-shadow:         1px 1px 3px 2px #347688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347688


Comments

No comments written yet.

Please login to write comment.