COLOR #349BE3

HEX: #349BE3
RGB: (52,155,227)

Color info

#349BE3 contains mainly blue color. Web safe color of #349BE3 is #3399CC (or #39C).

RGB color model

#349BE3 color RGB value is (52,155,227).

  • red value is 52;
  • green value is 155;
  • blue value is 227.
RGB:
(52,155,227)
(20%,61%,89%)

RGB channels and saturation

R 52 of 255 = 20%
G 155 of 255 = 61%
B 227 of 255 = 89%

52
155
227

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

Portions of RGB colors in percentages

R + G + B =
52 + 155 + 227 = 434 (100%)
R 52 of 434 ~ 11.98%
G 155 of 434 ~ 35.71%
B 227 of 434 ~ 52.3%

%11.98
%35.71
%52.3

CMYK color model

#349BE3 color CMYK value is (77,32,0,11).

  • cyan value is 77.09%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(77,32,0,11)
C77M32Y0K11 
(77%,32%,0%,11%)
(0.77/0.32/0.00/0.11)	

CMYK percentages

%77.09
%31.72
%0
%10.98

Codes

Color #349BE3 in popluar color models

349BE3
RGB52155227
HSL205°75.76%54.71%
HSB/HSV205°77.09%89.02%
CMYK77.09%31.72%0.00%
10.98%

Color #349BE3 in popluar number systems.

HEX349BE3
Decimal52155227
Binary1101001001101111100011
Octal64233343

Shades and tints

Shades of #349BE3

#349BE3
(52,155,227)
#308DCF
(48,141,207)
#2C7FBB
(44,127,187)
#2871A7
(40,113,167)
#246393
(36,99,147)
#20557F
(32,85,127)
#1C476B
(28,71,107)
#183957
(24,57,87)
#142B43
(20,43,67)
#101D2F
(16,29,47)
#0C0F1B
(12,15,27)
#000000
(0,0,0)

Tints of #349BE3

#349BE3
(52,155,227)
#46A4E5
(70,164,229)
#58ADE7
(88,173,231)
#6AB6E9
(106,182,233)
#7CBFEB
(124,191,235)
#8EC8ED
(142,200,237)
#A0D1EF
(160,209,239)
#B2DAF1
(178,218,241)
#C4E3F3
(196,227,243)
#D6ECF5
(214,236,245)
#E8F5F7
(232,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349BE3 color. Also use rgb(52,155,227) instead hex code.

Text Font Color

.myTextColor { color: #349BE3; }

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

This text font color is #349BE3.


Background Color

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

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

This div background color is #349BE3.


Border color

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

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

This div border color is #349BE3.


Opacity

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

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

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

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

This text has shadow with #349BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349BE3 on black background.


Color preview on white background

This text has color #349BE3 on white background.



Black color preview on #349BE3 background

This text has black color on #349BE3 background.


White color preview on #349BE3 background

This text has white color on #349BE3 background.