COLOR #3D5791

HEX: #3D5791 RGB: (61,87,145)

Color info

#3D5791 contains mainly green and blue colors. Web safe color of #3D5791 is #336699 (or #369).

RGB color model

#3D5791 color RGB value is (61,87,145).

RGB: (61,87,145) (24%, 34%, 57%)

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 145 of 255 = 57%

61
87
145

R + G + B ~ 38%. #3D5791 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 87 + 145 = 293 (100%)
R 61 of 293 ~ 20.82%
G 87 of 293 ~ 29.69%
B 145 of 293 ~ 49.49'%

%20.82
%29.69
%49.49

CMYK color model

#3D5791 color CMYK value is (58,40,0,43).

  • cyan value is 57.93%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (58,40,0,43)
C58M40Y0K43 (58%, 40%, 0%, 43%)
(0.58 / 0.40 / 0.00 / 0.43)

CMYK percentages

%57.93
%40
%0
%43.14

Codes

Color #3D5791 in popluar color models

3D 57 91
RGB 61 87 145
HSL 221° 40.78% 40.39%
HSB/HSV 221° 57.93% 56.86%
CMYK 57.93% 40.00% 0.00%
43.14%

Color #3D5791 in popluar number systems.

HEX 3D 57 91
Decimal 61 87 145
Binary 111101 1010111 10010001
Octal 75 127 221

Shades and tints

Shades of #3D5791

#3D5791
(61,87,145)
#385084
(56,80,132)
#334977
(51,73,119)
#2E426A
(46,66,106)
#293B5D
(41,59,93)
#243450
(36,52,80)
#1F2D43
(31,45,67)
#1A2636
(26,38,54)
#151F29
(21,31,41)
#10181C
(16,24,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #3D5791

#3D5791
(61,87,145)
#4E669B
(78,102,155)
#5F75A5
(95,117,165)
#7084AF
(112,132,175)
#8193B9
(129,147,185)
#92A2C3
(146,162,195)
#A3B1CD
(163,177,205)
#B4C0D7
(180,192,215)
#C5CFE1
(197,207,225)
#D6DEEB
(214,222,235)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5791 color. Also use rgb(61,87,145) instead hex code.

Text Font Color

.myTextColor { color: #3D5791; }

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

This text font color is #3D5791.

Background Color

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

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

This div background color is #3D5791.

Border color

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

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

This div border color is #3D5791.

Opacity

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

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

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

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

This text has shadow with #3D5791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5791.

Preview

Color preview on black background

This text has color #3D5791 on black background.


Color preview on white background

This text has color #3D5791 on white background.


Black color preview on #3D5791 background

This text has black color on #3D5791 background.


White color preview on #3D5791 background

This text has white color on #3D5791 background.


Related colors

Complementary color

Complementary color for #hex is #C2A86E.


I love getcolorcode.com

Triadic colors

1 #913D57 and #57913D with #3D5791 are triadic colors.

2 #91573D and #573D91 with #3D5791 are triadic colors.