COLOR #3D338C

HEX: #3D338C RGB: (61,51,140)

Color info

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

RGB color model

#3D338C color RGB value is (61,51,140).

RGB: (61,51,140) (24%, 20%, 55%)

RGB channels and saturation

R 61 of 255 = 24%
G 51 of 255 = 20%
B 140 of 255 = 55%

61
51
140

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

Portions of RGB colors in percentages

R + G + B = 61 + 51 + 140 = 252 (100%)
R 61 of 252 ~ 24.21%
G 51 of 252 ~ 20.24%
B 140 of 252 ~ 55.56'%

%24.21
%20.24
%55.56

CMYK color model

#3D338C color CMYK value is (56,64,0,45).

  • cyan value is 56.43%
  • magenta value is 63.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (56,64,0,45)
C56M64Y0K45 (56%, 64%, 0%, 45%)
(0.56 / 0.64 / 0.00 / 0.45)

CMYK percentages

%56.43
%63.57
%0
%45.1

Codes

Color #3D338C in popluar color models

3D 33 8C
RGB 61 51 140
HSL 247° 46.60% 37.45%
HSB/HSV 247° 63.57% 54.90%
CMYK 56.43% 63.57% 0.00%
45.10%

Color #3D338C in popluar number systems.

HEX 3D 33 8C
Decimal 61 51 140
Binary 111101 110011 10001100
Octal 75 63 214

Shades and tints

Shades of #3D338C

#3D338C
(61,51,140)
#382F80
(56,47,128)
#332B74
(51,43,116)
#2E2768
(46,39,104)
#29235C
(41,35,92)
#241F50
(36,31,80)
#1F1B44
(31,27,68)
#1A1738
(26,23,56)
#15132C
(21,19,44)
#100F20
(16,15,32)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #3D338C

#3D338C
(61,51,140)
#4E4596
(78,69,150)
#5F57A0
(95,87,160)
#7069AA
(112,105,170)
#817BB4
(129,123,180)
#928DBE
(146,141,190)
#A39FC8
(163,159,200)
#B4B1D2
(180,177,210)
#C5C3DC
(197,195,220)
#D6D5E6
(214,213,230)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D338C; }

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

This text font color is #3D338C.

Background Color

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

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

This div background color is #3D338C.

Border color

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

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

This div border color is #3D338C.

Opacity

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

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

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

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

This text has shadow with #3D338C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D338C.

Preview

Color preview on black background

This text has color #3D338C on black background.


Color preview on white background

This text has color #3D338C on white background.


Black color preview on #3D338C background

This text has black color on #3D338C background.


White color preview on #3D338C background

This text has white color on #3D338C background.


Related colors

Complementary color

Complementary color for #hex is #C2CC73.


I love getcolorcode.com

Triadic colors

1 #8C3D33 and #338C3D with #3D338C are triadic colors.

2 #8C333D and #333D8C with #3D338C are triadic colors.