COLOR #3479A5

HEX: #3479A5
RGB: (52,121,165)

Color info

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

RGB color model

#3479A5 color RGB value is (52,121,165).

  • red value is 52;
  • green value is 121;
  • blue value is 165.
RGB:
(52,121,165)
(20%,47%,65%)

RGB channels and saturation

R 52 of 255 = 20%
G 121 of 255 = 47%
B 165 of 255 = 65%

52
121
165

R + G + B ~ 44%. #3479A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 121 + 165 = 338 (100%)
R 52 of 338 ~ 15.38%
G 121 of 338 ~ 35.8%
B 165 of 338 ~ 48.82%

%15.38
%35.8
%48.82

CMYK color model

#3479A5 color CMYK value is (68,27,0,35).

  • cyan value is 68.48%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(68,27,0,35)
C68M27Y0K35 
(68%,27%,0%,35%)
(0.68/0.27/0.00/0.35)	

CMYK percentages

%68.48
%26.67
%0
%35.29

Codes

Color #3479A5 in popluar color models

3479A5
RGB52121165
HSL203°52.07%42.55%
HSB/HSV203°68.48%64.71%
CMYK68.48%26.67%0.00%
35.29%

Color #3479A5 in popluar number systems.

HEX3479A5
Decimal52121165
Binary110100111100110100101
Octal64171245

Shades and tints

Shades of #3479A5

#3479A5
(52,121,165)
#306E96
(48,110,150)
#2C6387
(44,99,135)
#285878
(40,88,120)
#244D69
(36,77,105)
#20425A
(32,66,90)
#1C374B
(28,55,75)
#182C3C
(24,44,60)
#14212D
(20,33,45)
#10161E
(16,22,30)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3479A5

#3479A5
(52,121,165)
#4685AD
(70,133,173)
#5891B5
(88,145,181)
#6A9DBD
(106,157,189)
#7CA9C5
(124,169,197)
#8EB5CD
(142,181,205)
#A0C1D5
(160,193,213)
#B2CDDD
(178,205,221)
#C4D9E5
(196,217,229)
#D6E5ED
(214,229,237)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3479A5 color. Also use rgb(52,121,165) instead hex code.

Text Font Color

.myTextColor { color: #3479A5; }

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

This text font color is #3479A5.


Background Color

.myBgColor { background-color: #3479A5; }

<div style="background-color:#3479A5">Inner text</div>

This div background color is #3479A5.


Border color

.myBorderColor { border: 1px solid #3479A5; }

<div style="border:3px solid #3479A5">Div</div>

This div border color is #3479A5.


Opacity

.myOpacity80 { color: #3479A5; opacity: 0.8; }

<p style="color:#3479A5;opacity:0.8;">80%</p>

Text with #3479A5 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 #3479A5;}

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

This text has shadow with #3479A5 color.

.textShadow {text-shadow: 3px 3px 1px #3479A5, 3px 3px 1px red;}

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

This text has shadow with #3479A5 primary color and red secondary color.


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

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

This text has shadow with #3479A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3479A5 on black background.


Color preview on white background

This text has color #3479A5 on white background.



Black color preview on #3479A5 background

This text has black color on #3479A5 background.


White color preview on #3479A5 background

This text has white color on #3479A5 background.