COLOR #349DB8

HEX: #349DB8
RGB: (52,157,184)

Color info

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

RGB color model

#349DB8 color RGB value is (52,157,184).

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

RGB channels and saturation

R 52 of 255 = 20%
G 157 of 255 = 62%
B 184 of 255 = 72%

52
157
184

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

Portions of RGB colors in percentages

R + G + B =
52 + 157 + 184 = 393 (100%)
R 52 of 393 ~ 13.23%
G 157 of 393 ~ 39.95%
B 184 of 393 ~ 46.82%

%13.23
%39.95
%46.82

CMYK color model

#349DB8 color CMYK value is (72,15,0,28).

  • cyan value is 71.74%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(72,15,0,28)
C72M15Y0K28 
(72%,15%,0%,28%)
(0.72/0.15/0.00/0.28)	

CMYK percentages

%71.74
%14.67
%0
%27.84

Codes

Color #349DB8 in popluar color models

349DB8
RGB52157184
HSL192°55.93%46.27%
HSB/HSV192°71.74%72.16%
CMYK71.74%14.67%0.00%
27.84%

Color #349DB8 in popluar number systems.

HEX349DB8
Decimal52157184
Binary1101001001110110111000
Octal64235270

Shades and tints

Shades of #349DB8

#349DB8
(52,157,184)
#308FA8
(48,143,168)
#2C8198
(44,129,152)
#287388
(40,115,136)
#246578
(36,101,120)
#205768
(32,87,104)
#1C4958
(28,73,88)
#183B48
(24,59,72)
#142D38
(20,45,56)
#101F28
(16,31,40)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #349DB8

#349DB8
(52,157,184)
#46A5BE
(70,165,190)
#58ADC4
(88,173,196)
#6AB5CA
(106,181,202)
#7CBDD0
(124,189,208)
#8EC5D6
(142,197,214)
#A0CDDC
(160,205,220)
#B2D5E2
(178,213,226)
#C4DDE8
(196,221,232)
#D6E5EE
(214,229,238)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #349DB8; }

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

This text font color is #349DB8.


Background Color

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

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

This div background color is #349DB8.


Border color

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

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

This div border color is #349DB8.


Opacity

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

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

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

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

This text has shadow with #349DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349DB8 on black background.


Color preview on white background

This text has color #349DB8 on white background.



Black color preview on #349DB8 background

This text has black color on #349DB8 background.


White color preview on #349DB8 background

This text has white color on #349DB8 background.