COLOR #3D358D

HEX: #3D358D
RGB: (61,53,141)

Color info

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

RGB color model

#3D358D color RGB value is (61,53,141).

  • red value is 61;
  • green value is 53;
  • blue value is 141.
RGB:
(61,53,141)
(24%,21%,55%)

RGB channels and saturation

R 61 of 255 = 24%
G 53 of 255 = 21%
B 141 of 255 = 55%

61
53
141

R + G + B ~ 33%. #3D358D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 53 + 141 = 255 (100%)
R 61 of 255 ~ 23.92%
G 53 of 255 ~ 20.78%
B 141 of 255 ~ 55.29%

%23.92
%20.78
%55.29

CMYK color model

#3D358D color CMYK value is (57,62,0,45).

  • cyan value is 56.74%
  • magenta value is 62.41%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(57,62,0,45)
C57M62Y0K45 
(57%,62%,0%,45%)
(0.57/0.62/0.00/0.45)	

CMYK percentages

%56.74
%62.41
%0
%44.71

Codes

Color #3D358D in popluar color models

3D358D
RGB6153141
HSL245°45.36%38.04%
HSB/HSV245°62.41%55.29%
CMYK56.74%62.41%0.00%
44.71%

Color #3D358D in popluar number systems.

HEX3D358D
Decimal6153141
Binary11110111010110001101
Octal7565215

Shades and tints

Shades of #3D358D

#3D358D
(61,53,141)
#383181
(56,49,129)
#332D75
(51,45,117)
#2E2969
(46,41,105)
#29255D
(41,37,93)
#242151
(36,33,81)
#1F1D45
(31,29,69)
#1A1939
(26,25,57)
#15152D
(21,21,45)
#101121
(16,17,33)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #3D358D

#3D358D
(61,53,141)
#4E4797
(78,71,151)
#5F59A1
(95,89,161)
#706BAB
(112,107,171)
#817DB5
(129,125,181)
#928FBF
(146,143,191)
#A3A1C9
(163,161,201)
#B4B3D3
(180,179,211)
#C5C5DD
(197,197,221)
#D6D7E7
(214,215,231)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D358D color. Also use rgb(61,53,141) instead hex code.

Text Font Color

.myTextColor { color: #3D358D; }

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

This text font color is #3D358D.


Background Color

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

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

This div background color is #3D358D.


Border color

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

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

This div border color is #3D358D.


Opacity

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

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

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

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

This text has shadow with #3D358D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D358D on black background.


Color preview on white background

This text has color #3D358D on white background.



Black color preview on #3D358D background

This text has black color on #3D358D background.


White color preview on #3D358D background

This text has white color on #3D358D background.