COLOR #349DC4

HEX: #349DC4
RGB: (52,157,196)

Color info

#349DC4 contains mainly green and blue colors. Web safe color of #349DC4 is #3399CC (or #39C).

RGB color model

#349DC4 color RGB value is (52,157,196).

  • red value is 52;
  • green value is 157;
  • blue value is 196.
RGB:
(52,157,196)
(20%,62%,77%)

RGB channels and saturation

R 52 of 255 = 20%
G 157 of 255 = 62%
B 196 of 255 = 77%

52
157
196

R + G + B ~ 53%. #349DC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 157 + 196 = 405 (100%)
R 52 of 405 ~ 12.84%
G 157 of 405 ~ 38.77%
B 196 of 405 ~ 48.4%

%12.84
%38.77
%48.4

CMYK color model

#349DC4 color CMYK value is (73,20,0,23).

  • cyan value is 73.47%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(73,20,0,23)
C73M20Y0K23 
(73%,20%,0%,23%)
(0.73/0.20/0.00/0.23)	

CMYK percentages

%73.47
%19.9
%0
%23.14

Codes

Color #349DC4 in popluar color models

349DC4
RGB52157196
HSL196°58.06%48.63%
HSB/HSV196°73.47%76.86%
CMYK73.47%19.90%0.00%
23.14%

Color #349DC4 in popluar number systems.

HEX349DC4
Decimal52157196
Binary1101001001110111000100
Octal64235304

Shades and tints

Shades of #349DC4

#349DC4
(52,157,196)
#308FB3
(48,143,179)
#2C81A2
(44,129,162)
#287391
(40,115,145)
#246580
(36,101,128)
#20576F
(32,87,111)
#1C495E
(28,73,94)
#183B4D
(24,59,77)
#142D3C
(20,45,60)
#101F2B
(16,31,43)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #349DC4

#349DC4
(52,157,196)
#46A5C9
(70,165,201)
#58ADCE
(88,173,206)
#6AB5D3
(106,181,211)
#7CBDD8
(124,189,216)
#8EC5DD
(142,197,221)
#A0CDE2
(160,205,226)
#B2D5E7
(178,213,231)
#C4DDEC
(196,221,236)
#D6E5F1
(214,229,241)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349DC4 color. Also use rgb(52,157,196) instead hex code.

Text Font Color

.myTextColor { color: #349DC4; }

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

This text font color is #349DC4.


Background Color

.myBgColor { background-color: #349DC4; }

<div style="background-color:#349DC4">Inner text</div>

This div background color is #349DC4.


Border color

.myBorderColor { border: 1px solid #349DC4; }

<div style="border:3px solid #349DC4">Div</div>

This div border color is #349DC4.


Opacity

.myOpacity80 { color: #349DC4; opacity: 0.8; }

<p style="color:#349DC4;opacity:0.8;">80%</p>

Text with #349DC4 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 #349DC4;}

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

This text has shadow with #349DC4 color.

.textShadow {text-shadow: 3px 3px 1px #349DC4, 3px 3px 1px red;}

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

This text has shadow with #349DC4 primary color and red secondary color.


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

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

This text has shadow with #349DC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349DC4 on black background.


Color preview on white background

This text has color #349DC4 on white background.



Black color preview on #349DC4 background

This text has black color on #349DC4 background.


White color preview on #349DC4 background

This text has white color on #349DC4 background.