COLOR #347D8E

HEX: #347D8E RGB: (52,125,142)

Color info

#347D8E contains mainly green and blue colors. Web safe color of #347D8E is #336699 (or #369).

RGB color model

#347D8E color RGB value is (52,125,142).

RGB: (52,125,142) (20%, 49%, 56%)

RGB channels and saturation

R 52 of 255 = 20%
G 125 of 255 = 49%
B 142 of 255 = 56%

52
125
142

R + G + B ~ 42%. #347D8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 125 + 142 = 319 (100%)
R 52 of 319 ~ 16.3%
G 125 of 319 ~ 39.18%
B 142 of 319 ~ 44.51'%

%16.3
%39.18
%44.51

CMYK color model

#347D8E color CMYK value is (63,12,0,44).

  • cyan value is 63.38%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (63,12,0,44)
C63M12Y0K44 (63%, 12%, 0%, 44%)
(0.63 / 0.12 / 0.00 / 0.44)

CMYK percentages

%63.38
%11.97
%0
%44.31

Codes

Color #347D8E in popluar color models

34 7D 8E
RGB 52 125 142
HSL 191° 46.39% 38.04%
HSB/HSV 191° 63.38% 55.69%
CMYK 63.38% 11.97% 0.00%
44.31%

Color #347D8E in popluar number systems.

HEX 34 7D 8E
Decimal 52 125 142
Binary 110100 1111101 10001110
Octal 64 175 216

Shades and tints

Shades of #347D8E

#347D8E
(52,125,142)
#307282
(48,114,130)
#2C6776
(44,103,118)
#285C6A
(40,92,106)
#24515E
(36,81,94)
#204652
(32,70,82)
#1C3B46
(28,59,70)
#18303A
(24,48,58)
#14252E
(20,37,46)
#101A22
(16,26,34)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #347D8E

#347D8E
(52,125,142)
#468898
(70,136,152)
#5893A2
(88,147,162)
#6A9EAC
(106,158,172)
#7CA9B6
(124,169,182)
#8EB4C0
(142,180,192)
#A0BFCA
(160,191,202)
#B2CAD4
(178,202,212)
#C4D5DE
(196,213,222)
#D6E0E8
(214,224,232)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347D8E color. Also use rgb(52,125,142) instead hex code.

Text Font Color

.myTextColor { color: #347D8E; }

<p style="color:#347D8E">This sample text font color is #347D8E.</p>

This text font color is #347D8E.

Background Color

.myBgColor { background-color: #347D8E; }

<div style="background-color:#347D8E">Inner text</div>

This div background color is #347D8E.

Border color

.myBorderColor { border: 1px solid #347D8E; }

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

This div border color is #347D8E.

Opacity

.myOpacity80 { color: #347D8E; opacity: 0.8; }

<p style="color:#347D8E;opacity:0.8;">80%</p>

Text with #347D8E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #347D8E;}

<p style="text-shadow: 3px 3px 1px #347D8E">Text here.</p>

This text has shadow with #347D8E color.


.textShadow {text-shadow: 3px 3px 1px #347D8E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #347D8E, 5px 5px 20px red">Text here.</p>

This text has shadow with #347D8E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#347D8E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#347D8E, Direction=45, Strength=4)">Text</p>

This text has shadow with #347D8E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #347D8E;
-webkit-box-shadow: 1px 1px 3px 2px #347D8E;
box-shadow: 1px 1px 3px 2px #347D8E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #347D8E; -webkit-box-shadow: 1px 1px 3px 2px #347D8E; box-shadow:1px 1px 3px 2px #347D8E;">
Div content here
</div>

This div box has shadow with color #347D8E.

Preview

Color preview on black background

This text has color #347D8E on black background.


Color preview on white background

This text has color #347D8E on white background.


Black color preview on #347D8E background

This text has black color on #347D8E background.


White color preview on #347D8E background

This text has white color on #347D8E background.


Related colors

Complementary color

Complementary color for #hex is #CB8271.


I love getcolorcode.com

Triadic colors

1 #8E347D and #7D8E34 with #347D8E are triadic colors.

2 #8E7D34 and #7D348E with #347D8E are triadic colors.