COLOR #3469A1

HEX: #3469A1
RGB: (52,105,161)

Color info

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

RGB color model

#3469A1 color RGB value is (52,105,161).

  • red value is 52;
  • green value is 105;
  • blue value is 161.
RGB:
(52,105,161)
(20%,41%,63%)

RGB channels and saturation

R 52 of 255 = 20%
G 105 of 255 = 41%
B 161 of 255 = 63%

52
105
161

R + G + B ~ 41%. #3469A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 105 + 161 = 318 (100%)
R 52 of 318 ~ 16.35%
G 105 of 318 ~ 33.02%
B 161 of 318 ~ 50.63%

%16.35
%33.02
%50.63

CMYK color model

#3469A1 color CMYK value is (68,35,0,37).

  • cyan value is 67.70%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(68,35,0,37)
C68M35Y0K37 
(68%,35%,0%,37%)
(0.68/0.35/0.00/0.37)	

CMYK percentages

%67.7
%34.78
%0
%36.86

Codes

Color #3469A1 in popluar color models

3469A1
RGB52105161
HSL211°51.17%41.76%
HSB/HSV211°67.70%63.14%
CMYK67.70%34.78%0.00%
36.86%

Color #3469A1 in popluar number systems.

HEX3469A1
Decimal52105161
Binary110100110100110100001
Octal64151241

Shades and tints

Shades of #3469A1

#3469A1
(52,105,161)
#306093
(48,96,147)
#2C5785
(44,87,133)
#284E77
(40,78,119)
#244569
(36,69,105)
#203C5B
(32,60,91)
#1C334D
(28,51,77)
#182A3F
(24,42,63)
#142131
(20,33,49)
#101823
(16,24,35)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #3469A1

#3469A1
(52,105,161)
#4676A9
(70,118,169)
#5883B1
(88,131,177)
#6A90B9
(106,144,185)
#7C9DC1
(124,157,193)
#8EAAC9
(142,170,201)
#A0B7D1
(160,183,209)
#B2C4D9
(178,196,217)
#C4D1E1
(196,209,225)
#D6DEE9
(214,222,233)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3469A1 color. Also use rgb(52,105,161) instead hex code.

Text Font Color

.myTextColor { color: #3469A1; }

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

This text font color is #3469A1.


Background Color

.myBgColor { background-color: #3469A1; }

<div style="background-color:#3469A1">Inner text</div>

This div background color is #3469A1.


Border color

.myBorderColor { border: 1px solid #3469A1; }

<div style="border:3px solid #3469A1">Div</div>

This div border color is #3469A1.


Opacity

.myOpacity80 { color: #3469A1; opacity: 0.8; }

<p style="color:#3469A1;opacity:0.8;">80%</p>

Text with #3469A1 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 #3469A1;}

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

This text has shadow with #3469A1 color.

.textShadow {text-shadow: 3px 3px 1px #3469A1, 3px 3px 1px red;}

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

This text has shadow with #3469A1 primary color and red secondary color.


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

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

This text has shadow with #3469A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3469A1 on black background.


Color preview on white background

This text has color #3469A1 on white background.



Black color preview on #3469A1 background

This text has black color on #3469A1 background.


White color preview on #3469A1 background

This text has white color on #3469A1 background.