COLOR #3E3085

HEX: #3E3085 RGB: (62,48,133)

Color info

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

RGB color model

#3E3085 color RGB value is (62,48,133).

RGB: (62,48,133) (24%, 19%, 52%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 133 of 255 = 52%

62
48
133

R + G + B ~ 32%. #3E3085 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 48 + 133 = 243 (100%)
R 62 of 243 ~ 25.51%
G 48 of 243 ~ 19.75%
B 133 of 243 ~ 54.73'%

%25.51
%19.75
%54.73

CMYK color model

#3E3085 color CMYK value is (53,64,0,48).

  • cyan value is 53.38%
  • magenta value is 63.91%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (53,64,0,48) C53M64Y0K48 (53%,64%,0%,48%) (0.53/0.64/0.00/0.48) 

CMYK percentages

%53.38
%63.91
%0
%47.84

Codes

Color #3E3085 in popluar color models

3E 30 85
RGB 62 48 133
HSL 250° 46.96% 35.49%
HSB/HSV 250° 63.91% 52.16%
CMYK 53.38% 63.91% 0.00%
47.84%

Color #3E3085 in popluar number systems.

HEX 3E 30 85
Decimal 62 48 133
Binary 111110 110000 10000101
Octal 76 60 205

Shades and tints

Shades of #3E3085

#3E3085
(62,48,133)
#392C79
(57,44,121)
#34286D
(52,40,109)
#2F2461
(47,36,97)
#2A2055
(42,32,85)
#251C49
(37,28,73)
#20183D
(32,24,61)
#1B1431
(27,20,49)
#161025
(22,16,37)
#110C19
(17,12,25)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #3E3085

#3E3085
(62,48,133)
#4F4290
(79,66,144)
#60549B
(96,84,155)
#7166A6
(113,102,166)
#8278B1
(130,120,177)
#938ABC
(147,138,188)
#A49CC7
(164,156,199)
#B5AED2
(181,174,210)
#C6C0DD
(198,192,221)
#D7D2E8
(215,210,232)
#E8E4F3
(232,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3085 color. Also use rgb(62,48,133) instead hex code.

Text Font Color

.myTextColor { color: #3E3085; }

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

This text font color is #3E3085.

Background Color

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

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

This div background color is #3E3085.

Border color

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

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

This div border color is #3E3085.

Opacity

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

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

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

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

This text has shadow with #3E3085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3085.

Preview

Color preview on black background

This text has color #3E3085 on black background.


Color preview on white background

This text has color #3E3085 on white background.


Black color preview on #3E3085 background

This text has black color on #3E3085 background.


White color preview on #3E3085 background

This text has white color on #3E3085 background.


Related colors

Complementary color

Complementary color for #hex is #C1CF7A.


I love getcolorcode.com

Triadic colors

1 #853E30 and #30853E with #3E3085 are triadic colors.

2 #85303E and #303E85 with #3E3085 are triadic colors.