COLOR #347DD4

HEX: #347DD4
RGB: (52,125,212)

Color info

#347DD4 contains mainly blue color. Web safe color of #347DD4 is #3366CC (or #36C).

RGB color model

#347DD4 color RGB value is (52,125,212).

  • red value is 52;
  • green value is 125;
  • blue value is 212.
RGB:
(52,125,212)
(20%,49%,83%)

RGB channels and saturation

R 52 of 255 = 20%
G 125 of 255 = 49%
B 212 of 255 = 83%

52
125
212

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

Portions of RGB colors in percentages

R + G + B =
52 + 125 + 212 = 389 (100%)
R 52 of 389 ~ 13.37%
G 125 of 389 ~ 32.13%
B 212 of 389 ~ 54.5%

%13.37
%32.13
%54.5

CMYK color model

#347DD4 color CMYK value is (75,41,0,17).

  • cyan value is 75.47%
  • magenta value is 41.04%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(75,41,0,17)
C75M41Y0K17 
(75%,41%,0%,17%)
(0.75/0.41/0.00/0.17)	

CMYK percentages

%75.47
%41.04
%0
%16.86

Codes

Color #347DD4 in popluar color models

347DD4
RGB52125212
HSL213°65.04%51.76%
HSB/HSV213°75.47%83.14%
CMYK75.47%41.04%0.00%
16.86%

Color #347DD4 in popluar number systems.

HEX347DD4
Decimal52125212
Binary110100111110111010100
Octal64175324

Shades and tints

Shades of #347DD4

#347DD4
(52,125,212)
#3072C1
(48,114,193)
#2C67AE
(44,103,174)
#285C9B
(40,92,155)
#245188
(36,81,136)
#204675
(32,70,117)
#1C3B62
(28,59,98)
#18304F
(24,48,79)
#14253C
(20,37,60)
#101A29
(16,26,41)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #347DD4

#347DD4
(52,125,212)
#4688D7
(70,136,215)
#5893DA
(88,147,218)
#6A9EDD
(106,158,221)
#7CA9E0
(124,169,224)
#8EB4E3
(142,180,227)
#A0BFE6
(160,191,230)
#B2CAE9
(178,202,233)
#C4D5EC
(196,213,236)
#D6E0EF
(214,224,239)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347DD4; }

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

This text font color is #347DD4.


Background Color

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

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

This div background color is #347DD4.


Border color

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

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

This div border color is #347DD4.


Opacity

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

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

Text with #347DD4 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 #347DD4;}

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

This text has shadow with #347DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347DD4 on black background.


Color preview on white background

This text has color #347DD4 on white background.



Black color preview on #347DD4 background

This text has black color on #347DD4 background.


White color preview on #347DD4 background

This text has white color on #347DD4 background.