COLOR #3A2E99

HEX: #3A2E99 RGB: (58,46,153)

Color info

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

RGB color model

#3A2E99 color RGB value is (58,46,153).

RGB: (58,46,153) (23%, 18%, 60%)

RGB channels and saturation

R 58 of 255 = 23%
G 46 of 255 = 18%
B 153 of 255 = 60%

58
46
153

R + G + B ~ 34%. #3A2E99 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 46 + 153 = 257 (100%)
R 58 of 257 ~ 22.57%
G 46 of 257 ~ 17.9%
B 153 of 257 ~ 59.53'%

%22.57
%17.9
%59.53

CMYK color model

#3A2E99 color CMYK value is (62,70,0,40).

  • cyan value is 62.09%
  • magenta value is 69.93%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (62,70,0,40)
C62M70Y0K40 (62%, 70%, 0%, 40%)
(0.62 / 0.70 / 0.00 / 0.40)

CMYK percentages

%62.09
%69.93
%0
%40

Codes

Color #3A2E99 in popluar color models

3A 2E 99
RGB 58 46 153
HSL 247° 53.77% 39.02%
HSB/HSV 247° 69.93% 60.00%
CMYK 62.09% 69.93% 0.00%
40.00%

Color #3A2E99 in popluar number systems.

HEX 3A 2E 99
Decimal 58 46 153
Binary 111010 101110 10011001
Octal 72 56 231

Shades and tints

Shades of #3A2E99

#3A2E99
(58,46,153)
#352A8C
(53,42,140)
#30267F
(48,38,127)
#2B2272
(43,34,114)
#261E65
(38,30,101)
#211A58
(33,26,88)
#1C164B
(28,22,75)
#17123E
(23,18,62)
#120E31
(18,14,49)
#0D0A24
(13,10,36)
#080617
(8,6,23)
#000000
(0,0,0)

Tints of #3A2E99

#3A2E99
(58,46,153)
#4B41A2
(75,65,162)
#5C54AB
(92,84,171)
#6D67B4
(109,103,180)
#7E7ABD
(126,122,189)
#8F8DC6
(143,141,198)
#A0A0CF
(160,160,207)
#B1B3D8
(177,179,216)
#C2C6E1
(194,198,225)
#D3D9EA
(211,217,234)
#E4ECF3
(228,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A2E99 color. Also use rgb(58,46,153) instead hex code.

Text Font Color

.myTextColor { color: #3A2E99; }

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

This text font color is #3A2E99.

Background Color

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

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

This div background color is #3A2E99.

Border color

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

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

This div border color is #3A2E99.

Opacity

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

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

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

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

This text has shadow with #3A2E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A2E99.

Preview

Color preview on black background

This text has color #3A2E99 on black background.


Color preview on white background

This text has color #3A2E99 on white background.


Black color preview on #3A2E99 background

This text has black color on #3A2E99 background.


White color preview on #3A2E99 background

This text has white color on #3A2E99 background.


Related colors

Complementary color

Complementary color for #hex is #C5D166.


I love getcolorcode.com

Triadic colors

1 #993A2E and #2E993A with #3A2E99 are triadic colors.

2 #992E3A and #2E3A99 with #3A2E99 are triadic colors.