COLOR #3495D3

HEX: #3495D3
RGB: (52,149,211)

Color info

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

RGB color model

#3495D3 color RGB value is (52,149,211).

  • red value is 52;
  • green value is 149;
  • blue value is 211.
RGB:
(52,149,211)
(20%,58%,83%)

RGB channels and saturation

R 52 of 255 = 20%
G 149 of 255 = 58%
B 211 of 255 = 83%

52
149
211

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

Portions of RGB colors in percentages

R + G + B =
52 + 149 + 211 = 412 (100%)
R 52 of 412 ~ 12.62%
G 149 of 412 ~ 36.17%
B 211 of 412 ~ 51.21%

%12.62
%36.17
%51.21

CMYK color model

#3495D3 color CMYK value is (75,29,0,17).

  • cyan value is 75.36%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(75,29,0,17)
C75M29Y0K17 
(75%,29%,0%,17%)
(0.75/0.29/0.00/0.17)	

CMYK percentages

%75.36
%29.38
%0
%17.25

Codes

Color #3495D3 in popluar color models

3495D3
RGB52149211
HSL203°64.37%51.57%
HSB/HSV203°75.36%82.75%
CMYK75.36%29.38%0.00%
17.25%

Color #3495D3 in popluar number systems.

HEX3495D3
Decimal52149211
Binary1101001001010111010011
Octal64225323

Shades and tints

Shades of #3495D3

#3495D3
(52,149,211)
#3088C0
(48,136,192)
#2C7BAD
(44,123,173)
#286E9A
(40,110,154)
#246187
(36,97,135)
#205474
(32,84,116)
#1C4761
(28,71,97)
#183A4E
(24,58,78)
#142D3B
(20,45,59)
#102028
(16,32,40)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #3495D3

#3495D3
(52,149,211)
#469ED7
(70,158,215)
#58A7DB
(88,167,219)
#6AB0DF
(106,176,223)
#7CB9E3
(124,185,227)
#8EC2E7
(142,194,231)
#A0CBEB
(160,203,235)
#B2D4EF
(178,212,239)
#C4DDF3
(196,221,243)
#D6E6F7
(214,230,247)
#E8EFFB
(232,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3495D3 color. Also use rgb(52,149,211) instead hex code.

Text Font Color

.myTextColor { color: #3495D3; }

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

This text font color is #3495D3.


Background Color

.myBgColor { background-color: #3495D3; }

<div style="background-color:#3495D3">Inner text</div>

This div background color is #3495D3.


Border color

.myBorderColor { border: 1px solid #3495D3; }

<div style="border:3px solid #3495D3">Div</div>

This div border color is #3495D3.


Opacity

.myOpacity80 { color: #3495D3; opacity: 0.8; }

<p style="color:#3495D3;opacity:0.8;">80%</p>

Text with #3495D3 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 #3495D3;}

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

This text has shadow with #3495D3 color.

.textShadow {text-shadow: 3px 3px 1px #3495D3, 3px 3px 1px red;}

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

This text has shadow with #3495D3 primary color and red secondary color.


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

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

This text has shadow with #3495D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3495D3 on black background.


Color preview on white background

This text has color #3495D3 on white background.



Black color preview on #3495D3 background

This text has black color on #3495D3 background.


White color preview on #3495D3 background

This text has white color on #3495D3 background.