COLOR #3D508A

HEX: #3D508A RGB: (61,80,138)

Color info

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

RGB color model

#3D508A color RGB value is (61,80,138).

RGB: (61,80,138) (24%, 31%, 54%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 138 of 255 = 54%

61
80
138

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

Portions of RGB colors in percentages

R + G + B = 61 + 80 + 138 = 279 (100%)
R 61 of 279 ~ 21.86%
G 80 of 279 ~ 28.67%
B 138 of 279 ~ 49.46'%

%21.86
%28.67
%49.46

CMYK color model

#3D508A color CMYK value is (56,42,0,46).

  • cyan value is 55.80%
  • magenta value is 42.03%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (56,42,0,46)
C56M42Y0K46 (56%, 42%, 0%, 46%)
(0.56 / 0.42 / 0.00 / 0.46)

CMYK percentages

%55.8
%42.03
%0
%45.88

Codes

Color #3D508A in popluar color models

3D 50 8A
RGB 61 80 138
HSL 225° 38.69% 39.02%
HSB/HSV 225° 55.80% 54.12%
CMYK 55.80% 42.03% 0.00%
45.88%

Color #3D508A in popluar number systems.

HEX 3D 50 8A
Decimal 61 80 138
Binary 111101 1010000 10001010
Octal 75 120 212

Shades and tints

Shades of #3D508A

#3D508A
(61,80,138)
#38497E
(56,73,126)
#334272
(51,66,114)
#2E3B66
(46,59,102)
#29345A
(41,52,90)
#242D4E
(36,45,78)
#1F2642
(31,38,66)
#1A1F36
(26,31,54)
#15182A
(21,24,42)
#10111E
(16,17,30)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #3D508A

#3D508A
(61,80,138)
#4E5F94
(78,95,148)
#5F6E9E
(95,110,158)
#707DA8
(112,125,168)
#818CB2
(129,140,178)
#929BBC
(146,155,188)
#A3AAC6
(163,170,198)
#B4B9D0
(180,185,208)
#C5C8DA
(197,200,218)
#D6D7E4
(214,215,228)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D508A; }

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

This text font color is #3D508A.

Background Color

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

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

This div background color is #3D508A.

Border color

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

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

This div border color is #3D508A.

Opacity

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

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

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

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

This text has shadow with #3D508A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D508A.

Preview

Color preview on black background

This text has color #3D508A on black background.


Color preview on white background

This text has color #3D508A on white background.


Black color preview on #3D508A background

This text has black color on #3D508A background.


White color preview on #3D508A background

This text has white color on #3D508A background.


Related colors

Complementary color

Complementary color for #hex is #C2AF75.


I love getcolorcode.com

Triadic colors

1 #8A3D50 and #508A3D with #3D508A are triadic colors.

2 #8A503D and #503D8A with #3D508A are triadic colors.