COLOR #3A46AD

HEX: #3A46AD RGB: (58,70,173)

Color info

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

RGB color model

#3A46AD color RGB value is (58,70,173).

RGB: (58,70,173) (23%, 27%, 68%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 173 of 255 = 68%

58
70
173

R + G + B ~ 39%. #3A46AD is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 173 = 301 (100%)
R 58 of 301 ~ 19.27%
G 70 of 301 ~ 23.26%
B 173 of 301 ~ 57.48'%

%19.27
%23.26
%57.48

CMYK color model

#3A46AD color CMYK value is (66,60,0,32).

  • cyan value is 66.47%
  • magenta value is 59.54%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (66,60,0,32)
C66M60Y0K32 (66%, 60%, 0%, 32%)
(0.66 / 0.60 / 0.00 / 0.32)

CMYK percentages

%66.47
%59.54
%0
%32.16

Codes

Color #3A46AD in popluar color models

3A 46 AD
RGB 58 70 173
HSL 234° 49.78% 45.29%
HSB/HSV 234° 66.47% 67.84%
CMYK 66.47% 59.54% 0.00%
32.16%

Color #3A46AD in popluar number systems.

HEX 3A 46 AD
Decimal 58 70 173
Binary 111010 1000110 10101101
Octal 72 106 255

Shades and tints

Shades of #3A46AD

#3A46AD
(58,70,173)
#35409E
(53,64,158)
#303A8F
(48,58,143)
#2B3480
(43,52,128)
#262E71
(38,46,113)
#212862
(33,40,98)
#1C2253
(28,34,83)
#171C44
(23,28,68)
#121635
(18,22,53)
#0D1026
(13,16,38)
#080A17
(8,10,23)
#000000
(0,0,0)

Tints of #3A46AD

#3A46AD
(58,70,173)
#4B56B4
(75,86,180)
#5C66BB
(92,102,187)
#6D76C2
(109,118,194)
#7E86C9
(126,134,201)
#8F96D0
(143,150,208)
#A0A6D7
(160,166,215)
#B1B6DE
(177,182,222)
#C2C6E5
(194,198,229)
#D3D6EC
(211,214,236)
#E4E6F3
(228,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A46AD color. Also use rgb(58,70,173) instead hex code.

Text Font Color

.myTextColor { color: #3A46AD; }

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

This text font color is #3A46AD.

Background Color

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

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

This div background color is #3A46AD.

Border color

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

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

This div border color is #3A46AD.

Opacity

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

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

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

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

This text has shadow with #3A46AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A46AD.

Preview

Color preview on black background

This text has color #3A46AD on black background.


Color preview on white background

This text has color #3A46AD on white background.


Black color preview on #3A46AD background

This text has black color on #3A46AD background.


White color preview on #3A46AD background

This text has white color on #3A46AD background.


Related colors

Complementary color

Complementary color for #hex is #C5B952.


I love getcolorcode.com

Triadic colors

1 #AD3A46 and #46AD3A with #3A46AD are triadic colors.

2 #AD463A and #463AAD with #3A46AD are triadic colors.