COLOR #3D5087

HEX: #3D5087 RGB: (61,80,135)

Color info

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

RGB color model

#3D5087 color RGB value is (61,80,135).

RGB: (61,80,135) (24%, 31%, 53%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 135 of 255 = 53%

61
80
135

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

Portions of RGB colors in percentages

R + G + B = 61 + 80 + 135 = 276 (100%)
R 61 of 276 ~ 22.1%
G 80 of 276 ~ 28.99%
B 135 of 276 ~ 48.91'%

%22.1
%28.99
%48.91

CMYK color model

#3D5087 color CMYK value is (55,41,0,47).

  • cyan value is 54.81%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (55,41,0,47)
C55M41Y0K47 (55%, 41%, 0%, 47%)
(0.55 / 0.41 / 0.00 / 0.47)

CMYK percentages

%54.81
%40.74
%0
%47.06

Codes

Color #3D5087 in popluar color models

3D 50 87
RGB 61 80 135
HSL 225° 37.76% 38.43%
HSB/HSV 225° 54.81% 52.94%
CMYK 54.81% 40.74% 0.00%
47.06%

Color #3D5087 in popluar number systems.

HEX 3D 50 87
Decimal 61 80 135
Binary 111101 1010000 10000111
Octal 75 120 207

Shades and tints

Shades of #3D5087

#3D5087
(61,80,135)
#38497B
(56,73,123)
#33426F
(51,66,111)
#2E3B63
(46,59,99)
#293457
(41,52,87)
#242D4B
(36,45,75)
#1F263F
(31,38,63)
#1A1F33
(26,31,51)
#151827
(21,24,39)
#10111B
(16,17,27)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #3D5087

#3D5087
(61,80,135)
#4E5F91
(78,95,145)
#5F6E9B
(95,110,155)
#707DA5
(112,125,165)
#818CAF
(129,140,175)
#929BB9
(146,155,185)
#A3AAC3
(163,170,195)
#B4B9CD
(180,185,205)
#C5C8D7
(197,200,215)
#D6D7E1
(214,215,225)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5087 color. Also use rgb(61,80,135) instead hex code.

Text Font Color

.myTextColor { color: #3D5087; }

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

This text font color is #3D5087.

Background Color

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

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

This div background color is #3D5087.

Border color

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

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

This div border color is #3D5087.

Opacity

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

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

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

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

This text has shadow with #3D5087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5087.

Preview

Color preview on black background

This text has color #3D5087 on black background.


Color preview on white background

This text has color #3D5087 on white background.


Black color preview on #3D5087 background

This text has black color on #3D5087 background.


White color preview on #3D5087 background

This text has white color on #3D5087 background.


Related colors

Complementary color

Complementary color for #hex is #C2AF78.


I love getcolorcode.com

Triadic colors

1 #873D50 and #50873D with #3D5087 are triadic colors.

2 #87503D and #503D87 with #3D5087 are triadic colors.