COLOR #3491D7

HEX: #3491D7
RGB: (52,145,215)

Color info

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

RGB color model

#3491D7 color RGB value is (52,145,215).

  • red value is 52;
  • green value is 145;
  • blue value is 215.
RGB:
(52,145,215)
(20%,57%,84%)

RGB channels and saturation

R 52 of 255 = 20%
G 145 of 255 = 57%
B 215 of 255 = 84%

52
145
215

R + G + B ~ 54%. #3491D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 145 + 215 = 412 (100%)
R 52 of 412 ~ 12.62%
G 145 of 412 ~ 35.19%
B 215 of 412 ~ 52.18%

%12.62
%35.19
%52.18

CMYK color model

#3491D7 color CMYK value is (76,33,0,16).

  • cyan value is 75.81%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(76,33,0,16)
C76M33Y0K16 
(76%,33%,0%,16%)
(0.76/0.33/0.00/0.16)	

CMYK percentages

%75.81
%32.56
%0
%15.69

Codes

Color #3491D7 in popluar color models

3491D7
RGB52145215
HSL206°67.08%52.35%
HSB/HSV206°75.81%84.31%
CMYK75.81%32.56%0.00%
15.69%

Color #3491D7 in popluar number systems.

HEX3491D7
Decimal52145215
Binary1101001001000111010111
Octal64221327

Shades and tints

Shades of #3491D7

#3491D7
(52,145,215)
#3084C4
(48,132,196)
#2C77B1
(44,119,177)
#286A9E
(40,106,158)
#245D8B
(36,93,139)
#205078
(32,80,120)
#1C4365
(28,67,101)
#183652
(24,54,82)
#14293F
(20,41,63)
#101C2C
(16,28,44)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #3491D7

#3491D7
(52,145,215)
#469BDA
(70,155,218)
#58A5DD
(88,165,221)
#6AAFE0
(106,175,224)
#7CB9E3
(124,185,227)
#8EC3E6
(142,195,230)
#A0CDE9
(160,205,233)
#B2D7EC
(178,215,236)
#C4E1EF
(196,225,239)
#D6EBF2
(214,235,242)
#E8F5F5
(232,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3491D7 color. Also use rgb(52,145,215) instead hex code.

Text Font Color

.myTextColor { color: #3491D7; }

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

This text font color is #3491D7.


Background Color

.myBgColor { background-color: #3491D7; }

<div style="background-color:#3491D7">Inner text</div>

This div background color is #3491D7.


Border color

.myBorderColor { border: 1px solid #3491D7; }

<div style="border:3px solid #3491D7">Div</div>

This div border color is #3491D7.


Opacity

.myOpacity80 { color: #3491D7; opacity: 0.8; }

<p style="color:#3491D7;opacity:0.8;">80%</p>

Text with #3491D7 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 #3491D7;}

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

This text has shadow with #3491D7 color.

.textShadow {text-shadow: 3px 3px 1px #3491D7, 3px 3px 1px red;}

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

This text has shadow with #3491D7 primary color and red secondary color.


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

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

This text has shadow with #3491D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3491D7 on black background.


Color preview on white background

This text has color #3491D7 on white background.



Black color preview on #3491D7 background

This text has black color on #3491D7 background.


White color preview on #3491D7 background

This text has white color on #3491D7 background.