COLOR #3D53A1

HEX: #3D53A1 RGB: (61,83,161)

Color info

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

RGB color model

#3D53A1 color RGB value is (61,83,161).

RGB: (61,83,161) (24%, 33%, 63%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 161 of 255 = 63%

61
83
161

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

Portions of RGB colors in percentages

R + G + B = 61 + 83 + 161 = 305 (100%)
R 61 of 305 ~ 20%
G 83 of 305 ~ 27.21%
B 161 of 305 ~ 52.79'%

%20
%27.21
%52.79

CMYK color model

#3D53A1 color CMYK value is (62,48,0,37).

  • cyan value is 62.11%
  • magenta value is 48.45%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (62,48,0,37)
C62M48Y0K37 (62%, 48%, 0%, 37%)
(0.62 / 0.48 / 0.00 / 0.37)

CMYK percentages

%62.11
%48.45
%0
%36.86

Codes

Color #3D53A1 in popluar color models

3D 53 A1
RGB 61 83 161
HSL 227° 45.05% 43.53%
HSB/HSV 227° 62.11% 63.14%
CMYK 62.11% 48.45% 0.00%
36.86%

Color #3D53A1 in popluar number systems.

HEX 3D 53 A1
Decimal 61 83 161
Binary 111101 1010011 10100001
Octal 75 123 241

Shades and tints

Shades of #3D53A1

#3D53A1
(61,83,161)
#384C93
(56,76,147)
#334585
(51,69,133)
#2E3E77
(46,62,119)
#293769
(41,55,105)
#24305B
(36,48,91)
#1F294D
(31,41,77)
#1A223F
(26,34,63)
#151B31
(21,27,49)
#101423
(16,20,35)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #3D53A1

#3D53A1
(61,83,161)
#4E62A9
(78,98,169)
#5F71B1
(95,113,177)
#7080B9
(112,128,185)
#818FC1
(129,143,193)
#929EC9
(146,158,201)
#A3ADD1
(163,173,209)
#B4BCD9
(180,188,217)
#C5CBE1
(197,203,225)
#D6DAE9
(214,218,233)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D53A1 color. Also use rgb(61,83,161) instead hex code.

Text Font Color

.myTextColor { color: #3D53A1; }

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

This text font color is #3D53A1.

Background Color

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

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

This div background color is #3D53A1.

Border color

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

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

This div border color is #3D53A1.

Opacity

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

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

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

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

This text has shadow with #3D53A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D53A1.

Preview

Color preview on black background

This text has color #3D53A1 on black background.


Color preview on white background

This text has color #3D53A1 on white background.


Black color preview on #3D53A1 background

This text has black color on #3D53A1 background.


White color preview on #3D53A1 background

This text has white color on #3D53A1 background.


Related colors

Complementary color

Complementary color for #hex is #C2AC5E.


I love getcolorcode.com

Triadic colors

1 #A13D53 and #53A13D with #3D53A1 are triadic colors.

2 #A1533D and #533DA1 with #3D53A1 are triadic colors.