COLOR #3D52AA

HEX: #3D52AA RGB: (61,82,170)

Color info

#3D52AA contains mainly blue color. Web safe color of #3D52AA is #336699 (or #369).

RGB color model

#3D52AA color RGB value is (61,82,170).

RGB: (61,82,170) (24%, 32%, 67%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 170 of 255 = 67%

61
82
170

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

Portions of RGB colors in percentages

R + G + B = 61 + 82 + 170 = 313 (100%)
R 61 of 313 ~ 19.49%
G 82 of 313 ~ 26.2%
B 170 of 313 ~ 54.31'%

%19.49
%26.2
%54.31

CMYK color model

#3D52AA color CMYK value is (64,52,0,33).

  • cyan value is 64.12%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (64,52,0,33) C64M52Y0K33 (64%,52%,0%,33%) (0.64/0.52/0.00/0.33) 

CMYK percentages

%64.12
%51.76
%0
%33.33

Codes

Color #3D52AA in popluar color models

3D 52 AA
RGB 61 82 170
HSL 228° 47.19% 45.29%
HSB/HSV 228° 64.12% 66.67%
CMYK 64.12% 51.76% 0.00%
33.33%

Color #3D52AA in popluar number systems.

HEX 3D 52 AA
Decimal 61 82 170
Binary 111101 1010010 10101010
Octal 75 122 252

Shades and tints

Shades of #3D52AA

#3D52AA
(61,82,170)
#384B9B
(56,75,155)
#33448C
(51,68,140)
#2E3D7D
(46,61,125)
#29366E
(41,54,110)
#242F5F
(36,47,95)
#1F2850
(31,40,80)
#1A2141
(26,33,65)
#151A32
(21,26,50)
#101323
(16,19,35)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #3D52AA

#3D52AA
(61,82,170)
#4E61B1
(78,97,177)
#5F70B8
(95,112,184)
#707FBF
(112,127,191)
#818EC6
(129,142,198)
#929DCD
(146,157,205)
#A3ACD4
(163,172,212)
#B4BBDB
(180,187,219)
#C5CAE2
(197,202,226)
#D6D9E9
(214,217,233)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D52AA color. Also use rgb(61,82,170) instead hex code.

Text Font Color

.myTextColor { color: #3D52AA; }

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

This text font color is #3D52AA.

Background Color

.myBgColor { background-color: #3D52AA; }

<div style="background-color:#3D52AA">Inner text</div>

This div background color is #3D52AA.

Border color

.myBorderColor { border: 1px solid #3D52AA; }

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

This div border color is #3D52AA.

Opacity

.myOpacity80 { color: #3D52AA; opacity: 0.8; }

<p style="color:#3D52AA;opacity:0.8;">80%</p>

Text with #3D52AA 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 #3D52AA;}

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

This text has shadow with #3D52AA color.


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

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

This text has shadow with #3D52AA primary color and red secondary color.


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

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

This text has shadow with #3D52AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3D52AA.

Preview

Color preview on black background

This text has color #3D52AA on black background.


Color preview on white background

This text has color #3D52AA on white background.


Black color preview on #3D52AA background

This text has black color on #3D52AA background.


White color preview on #3D52AA background

This text has white color on #3D52AA background.


Related colors

Complementary color

Complementary color for #hex is #C2AD55.


I love getcolorcode.com

Triadic colors

1 #AA3D52 and #52AA3D with #3D52AA are triadic colors.

2 #AA523D and #523DAA with #3D52AA are triadic colors.