COLOR #3D3364

HEX: #3D3364 RGB: (61,51,100)

Color info

#3D3364 contains red, green and blue colors in about the same proportion. Web safe color of #3D3364 is #333366 (or #336).

RGB color model

#3D3364 color RGB value is (61,51,100).

RGB: (61,51,100) (24%, 20%, 39%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 100 of 255 = 39%

61
51
100

R + G + B ~ 28%. #3D3364 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 51 + 100 = 212 (100%)
R 61 of 212 ~ 28.77%
G 51 of 212 ~ 24.06%
B 100 of 212 ~ 47.17'%

%28.77
%24.06
%47.17

CMYK color model

#3D3364 color CMYK value is (39,49,0,61).

  • cyan value is 39.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (39,49,0,61)
C39M49Y0K61 (39%, 49%, 0%, 61%)
(0.39 / 0.49 / 0.00 / 0.61)

CMYK percentages

%39
%49
%0
%60.78

Codes

Color #3D3364 in popluar color models

3D 33 64
RGB 61 51 100
HSL 252° 32.45% 29.61%
HSB/HSV 252° 49.00% 39.22%
CMYK 39.00% 49.00% 0.00%
60.78%

Color #3D3364 in popluar number systems.

HEX 3D 33 64
Decimal 61 51 100
Binary 111101 110011 1100100
Octal 75 63 144

Shades and tints

Shades of #3D3364

#3D3364
(61,51,100)
#382F5B
(56,47,91)
#332B52
(51,43,82)
#2E2749
(46,39,73)
#292340
(41,35,64)
#241F37
(36,31,55)
#1F1B2E
(31,27,46)
#1A1725
(26,23,37)
#15131C
(21,19,28)
#100F13
(16,15,19)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #3D3364

#3D3364
(61,51,100)
#4E4572
(78,69,114)
#5F5780
(95,87,128)
#70698E
(112,105,142)
#817B9C
(129,123,156)
#928DAA
(146,141,170)
#A39FB8
(163,159,184)
#B4B1C6
(180,177,198)
#C5C3D4
(197,195,212)
#D6D5E2
(214,213,226)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3364 color. Also use rgb(61,51,100) instead hex code.

Text Font Color

.myTextColor { color: #3D3364; }

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

This text font color is #3D3364.

Background Color

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

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

This div background color is #3D3364.

Border color

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

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

This div border color is #3D3364.

Opacity

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

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

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

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

This text has shadow with #3D3364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D3364.

Preview

Color preview on black background

This text has color #3D3364 on black background.


Color preview on white background

This text has color #3D3364 on white background.


Black color preview on #3D3364 background

This text has black color on #3D3364 background.


White color preview on #3D3364 background

This text has white color on #3D3364 background.


Related colors

Complementary color

Complementary color for #hex is #C2CC9B.


I love getcolorcode.com

Triadic colors

1 #643D33 and #33643D with #3D3364 are triadic colors.

2 #64333D and #333D64 with #3D3364 are triadic colors.