COLOR #3D5098

HEX: #3D5098 RGB: (61,80,152)

Color info

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

RGB color model

#3D5098 color RGB value is (61,80,152).

RGB: (61,80,152) (24%, 31%, 60%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 152 of 255 = 60%

61
80
152

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

Portions of RGB colors in percentages

R + G + B = 61 + 80 + 152 = 293 (100%)
R 61 of 293 ~ 20.82%
G 80 of 293 ~ 27.3%
B 152 of 293 ~ 51.88'%

%20.82
%27.3
%51.88

CMYK color model

#3D5098 color CMYK value is (60,47,0,40).

  • cyan value is 59.87%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (60,47,0,40)
C60M47Y0K40 (60%, 47%, 0%, 40%)
(0.60 / 0.47 / 0.00 / 0.40)

CMYK percentages

%59.87
%47.37
%0
%40.39

Codes

Color #3D5098 in popluar color models

3D 50 98
RGB 61 80 152
HSL 227° 42.72% 41.76%
HSB/HSV 227° 59.87% 59.61%
CMYK 59.87% 47.37% 0.00%
40.39%

Color #3D5098 in popluar number systems.

HEX 3D 50 98
Decimal 61 80 152
Binary 111101 1010000 10011000
Octal 75 120 230

Shades and tints

Shades of #3D5098

#3D5098
(61,80,152)
#38498B
(56,73,139)
#33427E
(51,66,126)
#2E3B71
(46,59,113)
#293464
(41,52,100)
#242D57
(36,45,87)
#1F264A
(31,38,74)
#1A1F3D
(26,31,61)
#151830
(21,24,48)
#101123
(16,17,35)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #3D5098

#3D5098
(61,80,152)
#4E5FA1
(78,95,161)
#5F6EAA
(95,110,170)
#707DB3
(112,125,179)
#818CBC
(129,140,188)
#929BC5
(146,155,197)
#A3AACE
(163,170,206)
#B4B9D7
(180,185,215)
#C5C8E0
(197,200,224)
#D6D7E9
(214,215,233)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5098; }

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

This text font color is #3D5098.

Background Color

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

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

This div background color is #3D5098.

Border color

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

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

This div border color is #3D5098.

Opacity

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

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

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

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

This text has shadow with #3D5098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5098.

Preview

Color preview on black background

This text has color #3D5098 on black background.


Color preview on white background

This text has color #3D5098 on white background.


Black color preview on #3D5098 background

This text has black color on #3D5098 background.


White color preview on #3D5098 background

This text has white color on #3D5098 background.


Related colors

Complementary color

Complementary color for #hex is #C2AF67.


I love getcolorcode.com

Triadic colors

1 #983D50 and #50983D with #3D5098 are triadic colors.

2 #98503D and #503D98 with #3D5098 are triadic colors.