COLOR #3480B1

HEX: #3480B1
RGB: (52,128,177)

Color info

#3480B1 contains mainly green and blue colors. Web safe color of #3480B1 is #336699 (or #369).

RGB color model

#3480B1 color RGB value is (52,128,177).

  • red value is 52;
  • green value is 128;
  • blue value is 177.
RGB:
(52,128,177)
(20%,50%,69%)

RGB channels and saturation

R 52 of 255 = 20%
G 128 of 255 = 50%
B 177 of 255 = 69%

52
128
177

R + G + B ~ 46%. #3480B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 128 + 177 = 357 (100%)
R 52 of 357 ~ 14.57%
G 128 of 357 ~ 35.85%
B 177 of 357 ~ 49.58%

%14.57
%35.85
%49.58

CMYK color model

#3480B1 color CMYK value is (71,28,0,31).

  • cyan value is 70.62%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(71,28,0,31)
C71M28Y0K31 
(71%,28%,0%,31%)
(0.71/0.28/0.00/0.31)	

CMYK percentages

%70.62
%27.68
%0
%30.59

Codes

Color #3480B1 in popluar color models

3480B1
RGB52128177
HSL204°54.59%44.90%
HSB/HSV204°70.62%69.41%
CMYK70.62%27.68%0.00%
30.59%

Color #3480B1 in popluar number systems.

HEX3480B1
Decimal52128177
Binary1101001000000010110001
Octal64200261

Shades and tints

Shades of #3480B1

#3480B1
(52,128,177)
#3075A1
(48,117,161)
#2C6A91
(44,106,145)
#285F81
(40,95,129)
#245471
(36,84,113)
#204961
(32,73,97)
#1C3E51
(28,62,81)
#183341
(24,51,65)
#142831
(20,40,49)
#101D21
(16,29,33)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #3480B1

#3480B1
(52,128,177)
#468BB8
(70,139,184)
#5896BF
(88,150,191)
#6AA1C6
(106,161,198)
#7CACCD
(124,172,205)
#8EB7D4
(142,183,212)
#A0C2DB
(160,194,219)
#B2CDE2
(178,205,226)
#C4D8E9
(196,216,233)
#D6E3F0
(214,227,240)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3480B1 color. Also use rgb(52,128,177) instead hex code.

Text Font Color

.myTextColor { color: #3480B1; }

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

This text font color is #3480B1.


Background Color

.myBgColor { background-color: #3480B1; }

<div style="background-color:#3480B1">Inner text</div>

This div background color is #3480B1.


Border color

.myBorderColor { border: 1px solid #3480B1; }

<div style="border:3px solid #3480B1">Div</div>

This div border color is #3480B1.


Opacity

.myOpacity80 { color: #3480B1; opacity: 0.8; }

<p style="color:#3480B1;opacity:0.8;">80%</p>

Text with #3480B1 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 #3480B1;}

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

This text has shadow with #3480B1 color.

.textShadow {text-shadow: 3px 3px 1px #3480B1, 3px 3px 1px red;}

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

This text has shadow with #3480B1 primary color and red secondary color.


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

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

This text has shadow with #3480B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3480B1 on black background.


Color preview on white background

This text has color #3480B1 on white background.



Black color preview on #3480B1 background

This text has black color on #3480B1 background.


White color preview on #3480B1 background

This text has white color on #3480B1 background.