COLOR #3D5885

HEX: #3D5885
RGB: (61,88,133)

Color info

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

RGB color model

#3D5885 color RGB value is (61,88,133).

  • red value is 61;
  • green value is 88;
  • blue value is 133.
RGB:
(61,88,133)
(24%,35%,52%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 133 of 255 = 52%

61
88
133

R + G + B ~ 37%. #3D5885 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 133 = 282 (100%)
R 61 of 282 ~ 21.63%
G 88 of 282 ~ 31.21%
B 133 of 282 ~ 47.16%

%21.63
%31.21
%47.16

CMYK color model

#3D5885 color CMYK value is (54,34,0,48).

  • cyan value is 54.14%
  • magenta value is 33.83%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(54,34,0,48)
C54M34Y0K48 
(54%,34%,0%,48%)
(0.54/0.34/0.00/0.48)	

CMYK percentages

%54.14
%33.83
%0
%47.84

Codes

Color #3D5885 in popluar color models

3D5885
RGB6188133
HSL218°37.11%38.04%
HSB/HSV218°54.14%52.16%
CMYK54.14%33.83%0.00%
47.84%

Color #3D5885 in popluar number systems.

HEX3D5885
Decimal6188133
Binary111101101100010000101
Octal75130205

Shades and tints

Shades of #3D5885

#3D5885
(61,88,133)
#385079
(56,80,121)
#33486D
(51,72,109)
#2E4061
(46,64,97)
#293855
(41,56,85)
#243049
(36,48,73)
#1F283D
(31,40,61)
#1A2031
(26,32,49)
#151825
(21,24,37)
#101019
(16,16,25)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #3D5885

#3D5885
(61,88,133)
#4E6790
(78,103,144)
#5F769B
(95,118,155)
#7085A6
(112,133,166)
#8194B1
(129,148,177)
#92A3BC
(146,163,188)
#A3B2C7
(163,178,199)
#B4C1D2
(180,193,210)
#C5D0DD
(197,208,221)
#D6DFE8
(214,223,232)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5885 color. Also use rgb(61,88,133) instead hex code.

Text Font Color

.myTextColor { color: #3D5885; }

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

This text font color is #3D5885.


Background Color

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

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

This div background color is #3D5885.


Border color

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

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

This div border color is #3D5885.


Opacity

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

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

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

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

This text has shadow with #3D5885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5885 on black background.


Color preview on white background

This text has color #3D5885 on white background.



Black color preview on #3D5885 background

This text has black color on #3D5885 background.


White color preview on #3D5885 background

This text has white color on #3D5885 background.