COLOR #3443A9

HEX: #3443A9
RGB: (52,67,169)

Color info

#3443A9 contains mainly blue color. Web safe color of #3443A9 is #333399 (or #339).

RGB color model

#3443A9 color RGB value is (52,67,169).

  • red value is 52;
  • green value is 67;
  • blue value is 169.
RGB:
(52,67,169)
(20%,26%,66%)

RGB channels and saturation

R 52 of 255 = 20%
G 67 of 255 = 26%
B 169 of 255 = 66%

52
67
169

R + G + B ~ 37%. #3443A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 67 + 169 = 288 (100%)
R 52 of 288 ~ 18.06%
G 67 of 288 ~ 23.26%
B 169 of 288 ~ 58.68%

%18.06
%23.26
%58.68

CMYK color model

#3443A9 color CMYK value is (69,60,0,34).

  • cyan value is 69.23%
  • magenta value is 60.36%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(69,60,0,34)
C69M60Y0K34 
(69%,60%,0%,34%)
(0.69/0.60/0.00/0.34)	

CMYK percentages

%69.23
%60.36
%0
%33.73

Codes

Color #3443A9 in popluar color models

3443A9
RGB5267169
HSL232°52.94%43.33%
HSB/HSV232°69.23%66.27%
CMYK69.23%60.36%0.00%
33.73%

Color #3443A9 in popluar number systems.

HEX3443A9
Decimal5267169
Binary110100100001110101001
Octal64103251

Shades and tints

Shades of #3443A9

#3443A9
(52,67,169)
#303D9A
(48,61,154)
#2C378B
(44,55,139)
#28317C
(40,49,124)
#242B6D
(36,43,109)
#20255E
(32,37,94)
#1C1F4F
(28,31,79)
#181940
(24,25,64)
#141331
(20,19,49)
#100D22
(16,13,34)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #3443A9

#3443A9
(52,67,169)
#4654B0
(70,84,176)
#5865B7
(88,101,183)
#6A76BE
(106,118,190)
#7C87C5
(124,135,197)
#8E98CC
(142,152,204)
#A0A9D3
(160,169,211)
#B2BADA
(178,186,218)
#C4CBE1
(196,203,225)
#D6DCE8
(214,220,232)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3443A9 color. Also use rgb(52,67,169) instead hex code.

Text Font Color

.myTextColor { color: #3443A9; }

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

This text font color is #3443A9.


Background Color

.myBgColor { background-color: #3443A9; }

<div style="background-color:#3443A9">Inner text</div>

This div background color is #3443A9.


Border color

.myBorderColor { border: 1px solid #3443A9; }

<div style="border:3px solid #3443A9">Div</div>

This div border color is #3443A9.


Opacity

.myOpacity80 { color: #3443A9; opacity: 0.8; }

<p style="color:#3443A9;opacity:0.8;">80%</p>

Text with #3443A9 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 #3443A9;}

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

This text has shadow with #3443A9 color.

.textShadow {text-shadow: 3px 3px 1px #3443A9, 3px 3px 1px red;}

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

This text has shadow with #3443A9 primary color and red secondary color.


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

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

This text has shadow with #3443A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3443A9 on black background.


Color preview on white background

This text has color #3443A9 on white background.



Black color preview on #3443A9 background

This text has black color on #3443A9 background.


White color preview on #3443A9 background

This text has white color on #3443A9 background.