COLOR #3D49A4

HEX: #3D49A4
RGB: (61,73,164)

Color info

#3D49A4 contains mainly blue color. Web safe color of #3D49A4 is #333399 (or #339).

RGB color model

#3D49A4 color RGB value is (61,73,164).

  • red value is 61;
  • green value is 73;
  • blue value is 164.
RGB:
(61,73,164)
(24%,29%,64%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 164 of 255 = 64%

61
73
164

R + G + B ~ 39%. #3D49A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 164 = 298 (100%)
R 61 of 298 ~ 20.47%
G 73 of 298 ~ 24.5%
B 164 of 298 ~ 55.03%

%20.47
%24.5
%55.03

CMYK color model

#3D49A4 color CMYK value is (63,55,0,36).

  • cyan value is 62.80%
  • magenta value is 55.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(63,55,0,36)
C63M55Y0K36 
(63%,55%,0%,36%)
(0.63/0.55/0.00/0.36)	

CMYK percentages

%62.8
%55.49
%0
%35.69

Codes

Color #3D49A4 in popluar color models

3D49A4
RGB6173164
HSL233°45.78%44.12%
HSB/HSV233°62.80%64.31%
CMYK62.80%55.49%0.00%
35.69%

Color #3D49A4 in popluar number systems.

HEX3D49A4
Decimal6173164
Binary111101100100110100100
Octal75111244

Shades and tints

Shades of #3D49A4

#3D49A4
(61,73,164)
#384396
(56,67,150)
#333D88
(51,61,136)
#2E377A
(46,55,122)
#29316C
(41,49,108)
#242B5E
(36,43,94)
#1F2550
(31,37,80)
#1A1F42
(26,31,66)
#151934
(21,25,52)
#101326
(16,19,38)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #3D49A4

#3D49A4
(61,73,164)
#4E59AC
(78,89,172)
#5F69B4
(95,105,180)
#7079BC
(112,121,188)
#8189C4
(129,137,196)
#9299CC
(146,153,204)
#A3A9D4
(163,169,212)
#B4B9DC
(180,185,220)
#C5C9E4
(197,201,228)
#D6D9EC
(214,217,236)
#E7E9F4
(231,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D49A4 color. Also use rgb(61,73,164) instead hex code.

Text Font Color

.myTextColor { color: #3D49A4; }

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

This text font color is #3D49A4.


Background Color

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

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

This div background color is #3D49A4.


Border color

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

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

This div border color is #3D49A4.


Opacity

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

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

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

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

This text has shadow with #3D49A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D49A4 on black background.


Color preview on white background

This text has color #3D49A4 on white background.



Black color preview on #3D49A4 background

This text has black color on #3D49A4 background.


White color preview on #3D49A4 background

This text has white color on #3D49A4 background.