COLOR #3A336A

HEX: #3A336A RGB: (58,51,106)

Color info

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

RGB color model

#3A336A color RGB value is (58,51,106).

RGB: (58,51,106) (23%, 20%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 106 of 255 = 42%

58
51
106

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

Portions of RGB colors in percentages

R + G + B = 58 + 51 + 106 = 215 (100%)
R 58 of 215 ~ 26.98%
G 51 of 215 ~ 23.72%
B 106 of 215 ~ 49.3'%

%26.98
%23.72
%49.3

CMYK color model

#3A336A color CMYK value is (45,52,0,58).

  • cyan value is 45.28%
  • magenta value is 51.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (45,52,0,58) C45M52Y0K58 (45%,52%,0%,58%) (0.45/0.52/0.00/0.58) 

CMYK percentages

%45.28
%51.89
%0
%58.43

Codes

Color #3A336A in popluar color models

3A 33 6A
RGB 58 51 106
HSL 248° 35.03% 30.78%
HSB/HSV 248° 51.89% 41.57%
CMYK 45.28% 51.89% 0.00%
58.43%

Color #3A336A in popluar number systems.

HEX 3A 33 6A
Decimal 58 51 106
Binary 111010 110011 1101010
Octal 72 63 152

Shades and tints

Shades of #3A336A

#3A336A
(58,51,106)
#352F61
(53,47,97)
#302B58
(48,43,88)
#2B274F
(43,39,79)
#262346
(38,35,70)
#211F3D
(33,31,61)
#1C1B34
(28,27,52)
#17172B
(23,23,43)
#121322
(18,19,34)
#0D0F19
(13,15,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #3A336A

#3A336A
(58,51,106)
#4B4577
(75,69,119)
#5C5784
(92,87,132)
#6D6991
(109,105,145)
#7E7B9E
(126,123,158)
#8F8DAB
(143,141,171)
#A09FB8
(160,159,184)
#B1B1C5
(177,177,197)
#C2C3D2
(194,195,210)
#D3D5DF
(211,213,223)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A336A color. Also use rgb(58,51,106) instead hex code.

Text Font Color

.myTextColor { color: #3A336A; }

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

This text font color is #3A336A.

Background Color

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

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

This div background color is #3A336A.

Border color

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

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

This div border color is #3A336A.

Opacity

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

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

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

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

This text has shadow with #3A336A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A336A.

Preview

Color preview on black background

This text has color #3A336A on black background.


Color preview on white background

This text has color #3A336A on white background.


Black color preview on #3A336A background

This text has black color on #3A336A background.


White color preview on #3A336A background

This text has white color on #3A336A background.


Related colors

Complementary color

Complementary color for #hex is #C5CC95.


I love getcolorcode.com

Triadic colors

1 #6A3A33 and #336A3A with #3A336A are triadic colors.

2 #6A333A and #333A6A with #3A336A are triadic colors.