COLOR #3440A6

HEX: #3440A6
RGB: (52,64,166)

Color info

#3440A6 contains mainly blue color. Web safe color of #3440A6 is #333399 (or #339).

RGB color model

#3440A6 color RGB value is (52,64,166).

  • red value is 52;
  • green value is 64;
  • blue value is 166.
RGB:
(52,64,166)
(20%,25%,65%)

RGB channels and saturation

R 52 of 255 = 20%
G 64 of 255 = 25%
B 166 of 255 = 65%

52
64
166

R + G + B ~ 37%. #3440A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 64 + 166 = 282 (100%)
R 52 of 282 ~ 18.44%
G 64 of 282 ~ 22.7%
B 166 of 282 ~ 58.87%

%18.44
%22.7
%58.87

CMYK color model

#3440A6 color CMYK value is (69,61,0,35).

  • cyan value is 68.67%
  • magenta value is 61.45%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(69,61,0,35)
C69M61Y0K35 
(69%,61%,0%,35%)
(0.69/0.61/0.00/0.35)	

CMYK percentages

%68.67
%61.45
%0
%34.9

Codes

Color #3440A6 in popluar color models

3440A6
RGB5264166
HSL234°52.29%42.75%
HSB/HSV234°68.67%65.10%
CMYK68.67%61.45%0.00%
34.90%

Color #3440A6 in popluar number systems.

HEX3440A6
Decimal5264166
Binary110100100000010100110
Octal64100246

Shades and tints

Shades of #3440A6

#3440A6
(52,64,166)
#303B97
(48,59,151)
#2C3688
(44,54,136)
#283179
(40,49,121)
#242C6A
(36,44,106)
#20275B
(32,39,91)
#1C224C
(28,34,76)
#181D3D
(24,29,61)
#14182E
(20,24,46)
#10131F
(16,19,31)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #3440A6

#3440A6
(52,64,166)
#4651AE
(70,81,174)
#5862B6
(88,98,182)
#6A73BE
(106,115,190)
#7C84C6
(124,132,198)
#8E95CE
(142,149,206)
#A0A6D6
(160,166,214)
#B2B7DE
(178,183,222)
#C4C8E6
(196,200,230)
#D6D9EE
(214,217,238)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3440A6 color. Also use rgb(52,64,166) instead hex code.

Text Font Color

.myTextColor { color: #3440A6; }

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

This text font color is #3440A6.


Background Color

.myBgColor { background-color: #3440A6; }

<div style="background-color:#3440A6">Inner text</div>

This div background color is #3440A6.


Border color

.myBorderColor { border: 1px solid #3440A6; }

<div style="border:3px solid #3440A6">Div</div>

This div border color is #3440A6.


Opacity

.myOpacity80 { color: #3440A6; opacity: 0.8; }

<p style="color:#3440A6;opacity:0.8;">80%</p>

Text with #3440A6 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 #3440A6;}

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

This text has shadow with #3440A6 color.

.textShadow {text-shadow: 3px 3px 1px #3440A6, 3px 3px 1px red;}

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

This text has shadow with #3440A6 primary color and red secondary color.


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

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

This text has shadow with #3440A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3440A6 on black background.


Color preview on white background

This text has color #3440A6 on white background.



Black color preview on #3440A6 background

This text has black color on #3440A6 background.


White color preview on #3440A6 background

This text has white color on #3440A6 background.