COLOR #347AD6

HEX: #347AD6
RGB: (52,122,214)

Color info

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

RGB color model

#347AD6 color RGB value is (52,122,214).

  • red value is 52;
  • green value is 122;
  • blue value is 214.
RGB:
(52,122,214)
(20%,48%,84%)

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 214 of 255 = 84%

52
122
214

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 214 = 388 (100%)
R 52 of 388 ~ 13.4%
G 122 of 388 ~ 31.44%
B 214 of 388 ~ 55.15%

%13.4
%31.44
%55.15

CMYK color model

#347AD6 color CMYK value is (76,43,0,16).

  • cyan value is 75.70%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(76,43,0,16)
C76M43Y0K16 
(76%,43%,0%,16%)
(0.76/0.43/0.00/0.16)	

CMYK percentages

%75.7
%42.99
%0
%16.08

Codes

Color #347AD6 in popluar color models

347AD6
RGB52122214
HSL214°66.39%52.16%
HSB/HSV214°75.70%83.92%
CMYK75.70%42.99%0.00%
16.08%

Color #347AD6 in popluar number systems.

HEX347AD6
Decimal52122214
Binary110100111101011010110
Octal64172326

Shades and tints

Shades of #347AD6

#347AD6
(52,122,214)
#306FC3
(48,111,195)
#2C64B0
(44,100,176)
#28599D
(40,89,157)
#244E8A
(36,78,138)
#204377
(32,67,119)
#1C3864
(28,56,100)
#182D51
(24,45,81)
#14223E
(20,34,62)
#10172B
(16,23,43)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #347AD6

#347AD6
(52,122,214)
#4686D9
(70,134,217)
#5892DC
(88,146,220)
#6A9EDF
(106,158,223)
#7CAAE2
(124,170,226)
#8EB6E5
(142,182,229)
#A0C2E8
(160,194,232)
#B2CEEB
(178,206,235)
#C4DAEE
(196,218,238)
#D6E6F1
(214,230,241)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347AD6 color. Also use rgb(52,122,214) instead hex code.

Text Font Color

.myTextColor { color: #347AD6; }

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

This text font color is #347AD6.


Background Color

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

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

This div background color is #347AD6.


Border color

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

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

This div border color is #347AD6.


Opacity

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

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

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

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

This text has shadow with #347AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347AD6 on black background.


Color preview on white background

This text has color #347AD6 on white background.



Black color preview on #347AD6 background

This text has black color on #347AD6 background.


White color preview on #347AD6 background

This text has white color on #347AD6 background.