COLOR #3D4790

HEX: #3D4790 RGB: (61,71,144)

Color info

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

RGB color model

#3D4790 color RGB value is (61,71,144).

RGB: (61,71,144) (24%, 28%, 56%)

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 144 of 255 = 56%

61
71
144

R + G + B ~ 36%. #3D4790 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 71 + 144 = 276 (100%)
R 61 of 276 ~ 22.1%
G 71 of 276 ~ 25.72%
B 144 of 276 ~ 52.17'%

%22.1
%25.72
%52.17

CMYK color model

#3D4790 color CMYK value is (58,51,0,44).

  • cyan value is 57.64%
  • magenta value is 50.69%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (58,51,0,44)
C58M51Y0K44 (58%, 51%, 0%, 44%)
(0.58 / 0.51 / 0.00 / 0.44)

CMYK percentages

%57.64
%50.69
%0
%43.53

Codes

Color #3D4790 in popluar color models

3D 47 90
RGB 61 71 144
HSL 233° 40.49% 40.20%
HSB/HSV 233° 57.64% 56.47%
CMYK 57.64% 50.69% 0.00%
43.53%

Color #3D4790 in popluar number systems.

HEX 3D 47 90
Decimal 61 71 144
Binary 111101 1000111 10010000
Octal 75 107 220

Shades and tints

Shades of #3D4790

#3D4790
(61,71,144)
#384183
(56,65,131)
#333B76
(51,59,118)
#2E3569
(46,53,105)
#292F5C
(41,47,92)
#24294F
(36,41,79)
#1F2342
(31,35,66)
#1A1D35
(26,29,53)
#151728
(21,23,40)
#10111B
(16,17,27)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #3D4790

#3D4790
(61,71,144)
#4E579A
(78,87,154)
#5F67A4
(95,103,164)
#7077AE
(112,119,174)
#8187B8
(129,135,184)
#9297C2
(146,151,194)
#A3A7CC
(163,167,204)
#B4B7D6
(180,183,214)
#C5C7E0
(197,199,224)
#D6D7EA
(214,215,234)
#E7E7F4
(231,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4790 color. Also use rgb(61,71,144) instead hex code.

Text Font Color

.myTextColor { color: #3D4790; }

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

This text font color is #3D4790.

Background Color

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

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

This div background color is #3D4790.

Border color

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

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

This div border color is #3D4790.

Opacity

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

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

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

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

This text has shadow with #3D4790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4790.

Preview

Color preview on black background

This text has color #3D4790 on black background.


Color preview on white background

This text has color #3D4790 on white background.


Black color preview on #3D4790 background

This text has black color on #3D4790 background.


White color preview on #3D4790 background

This text has white color on #3D4790 background.


Related colors

Complementary color

Complementary color for #hex is #C2B86F.


I love getcolorcode.com

Triadic colors

1 #903D47 and #47903D with #3D4790 are triadic colors.

2 #90473D and #473D90 with #3D4790 are triadic colors.