COLOR #3147AA

HEX: #3147AA RGB: (49,71,170)

Color info

#3147AA contains mainly blue color. Web safe color of #3147AA is #333399 (or #339).

RGB color model

#3147AA color RGB value is (49,71,170).

RGB: (49,71,170) (19%, 28%, 67%)

RGB channels and saturation

R 49 of 255 = 19%
G 71 of 255 = 28%
B 170 of 255 = 67%

49
71
170

R + G + B ~ 38%. #3147AA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 71 + 170 = 290 (100%)
R 49 of 290 ~ 16.9%
G 71 of 290 ~ 24.48%
B 170 of 290 ~ 58.62'%

%16.9
%24.48
%58.62

CMYK color model

#3147AA color CMYK value is (71,58,0,33).

  • cyan value is 71.18%
  • magenta value is 58.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (71,58,0,33) C71M58Y0K33 (71%,58%,0%,33%) (0.71/0.58/0.00/0.33) 

CMYK percentages

%71.18
%58.24
%0
%33.33

Codes

Color #3147AA in popluar color models

31 47 AA
RGB 49 71 170
HSL 229° 55.25% 42.94%
HSB/HSV 229° 71.18% 66.67%
CMYK 71.18% 58.24% 0.00%
33.33%

Color #3147AA in popluar number systems.

HEX 31 47 AA
Decimal 49 71 170
Binary 110001 1000111 10101010
Octal 61 107 252

Shades and tints

Shades of #3147AA

#3147AA
(49,71,170)
#2D419B
(45,65,155)
#293B8C
(41,59,140)
#25357D
(37,53,125)
#212F6E
(33,47,110)
#1D295F
(29,41,95)
#192350
(25,35,80)
#151D41
(21,29,65)
#111732
(17,23,50)
#0D1123
(13,17,35)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #3147AA

#3147AA
(49,71,170)
#4357B1
(67,87,177)
#5567B8
(85,103,184)
#6777BF
(103,119,191)
#7987C6
(121,135,198)
#8B97CD
(139,151,205)
#9DA7D4
(157,167,212)
#AFB7DB
(175,183,219)
#C1C7E2
(193,199,226)
#D3D7E9
(211,215,233)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3147AA color. Also use rgb(49,71,170) instead hex code.

Text Font Color

.myTextColor { color: #3147AA; }

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

This text font color is #3147AA.

Background Color

.myBgColor { background-color: #3147AA; }

<div style="background-color:#3147AA">Inner text</div>

This div background color is #3147AA.

Border color

.myBorderColor { border: 1px solid #3147AA; }

<div style="border:3px solid #3147AA">Div</div>

This div border color is #3147AA.

Opacity

.myOpacity80 { color: #3147AA; opacity: 0.8; }

<p style="color:#3147AA;opacity:0.8;">80%</p>

Text with #3147AA 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 #3147AA;}

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

This text has shadow with #3147AA color.


.textShadow {text-shadow: 3px 3px 1px #3147AA', 3px 3px 1px red;}

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

This text has shadow with #3147AA primary color and red secondary color.


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

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

This text has shadow with #3147AA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3147AA; -webkit-box-shadow: 1px 1px 3px 2px #3147AA; box-shadow:1px 1px 3px 2px #3147AA;">
Div content here
</div>

This div box has shadow with color #3147AA.

Preview

Color preview on black background

This text has color #3147AA on black background.


Color preview on white background

This text has color #3147AA on white background.


Black color preview on #3147AA background

This text has black color on #3147AA background.


White color preview on #3147AA background

This text has white color on #3147AA background.


Related colors

Complementary color

Complementary color for #hex is #CEB855.


I love getcolorcode.com

Triadic colors

1 #AA3147 and #47AA31 with #3147AA are triadic colors.

2 #AA4731 and #4731AA with #3147AA are triadic colors.