COLOR #3495B2

HEX: #3495B2
RGB: (52,149,178)

Color info

#3495B2 contains mainly green and blue colors. Web safe color of #3495B2 is #339999 (or #399).

RGB color model

#3495B2 color RGB value is (52,149,178).

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

RGB channels and saturation

R 52 of 255 = 20%
G 149 of 255 = 58%
B 178 of 255 = 70%

52
149
178

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

Portions of RGB colors in percentages

R + G + B =
52 + 149 + 178 = 379 (100%)
R 52 of 379 ~ 13.72%
G 149 of 379 ~ 39.31%
B 178 of 379 ~ 46.97%

%13.72
%39.31
%46.97

CMYK color model

#3495B2 color CMYK value is (71,16,0,30).

  • cyan value is 70.79%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(71,16,0,30)
C71M16Y0K30 
(71%,16%,0%,30%)
(0.71/0.16/0.00/0.30)	

CMYK percentages

%70.79
%16.29
%0
%30.2

Codes

Color #3495B2 in popluar color models

3495B2
RGB52149178
HSL194°54.78%45.10%
HSB/HSV194°70.79%69.80%
CMYK70.79%16.29%0.00%
30.20%

Color #3495B2 in popluar number systems.

HEX3495B2
Decimal52149178
Binary1101001001010110110010
Octal64225262

Shades and tints

Shades of #3495B2

#3495B2
(52,149,178)
#3088A2
(48,136,162)
#2C7B92
(44,123,146)
#286E82
(40,110,130)
#246172
(36,97,114)
#205462
(32,84,98)
#1C4752
(28,71,82)
#183A42
(24,58,66)
#142D32
(20,45,50)
#102022
(16,32,34)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #3495B2

#3495B2
(52,149,178)
#469EB9
(70,158,185)
#58A7C0
(88,167,192)
#6AB0C7
(106,176,199)
#7CB9CE
(124,185,206)
#8EC2D5
(142,194,213)
#A0CBDC
(160,203,220)
#B2D4E3
(178,212,227)
#C4DDEA
(196,221,234)
#D6E6F1
(214,230,241)
#E8EFF8
(232,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3495B2; }

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

This text font color is #3495B2.


Background Color

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

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

This div background color is #3495B2.


Border color

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

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

This div border color is #3495B2.


Opacity

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

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

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

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

This text has shadow with #3495B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3495B2 on black background.


Color preview on white background

This text has color #3495B2 on white background.



Black color preview on #3495B2 background

This text has black color on #3495B2 background.


White color preview on #3495B2 background

This text has white color on #3495B2 background.