COLOR #3A3679

HEX: #3A3679 RGB: (58,54,121)

Color info

#3A3679 contains mainly blue color. Web safe color of #3A3679 is #333366 (or #336).

RGB color model

#3A3679 color RGB value is (58,54,121).

RGB: (58,54,121) (23%, 21%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 54 of 255 = 21%
B 121 of 255 = 47%

58
54
121

R + G + B ~ 30%. #3A3679 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 54 + 121 = 233 (100%)
R 58 of 233 ~ 24.89%
G 54 of 233 ~ 23.18%
B 121 of 233 ~ 51.93'%

%24.89
%23.18
%51.93

CMYK color model

#3A3679 color CMYK value is (52,55,0,53).

  • cyan value is 52.07%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (52,55,0,53) C52M55Y0K53 (52%,55%,0%,53%) (0.52/0.55/0.00/0.53) 

CMYK percentages

%52.07
%55.37
%0
%52.55

Codes

Color #3A3679 in popluar color models

3A 36 79
RGB 58 54 121
HSL 244° 38.29% 34.31%
HSB/HSV 244° 55.37% 47.45%
CMYK 52.07% 55.37% 0.00%
52.55%

Color #3A3679 in popluar number systems.

HEX 3A 36 79
Decimal 58 54 121
Binary 111010 110110 1111001
Octal 72 66 171

Shades and tints

Shades of #3A3679

#3A3679
(58,54,121)
#35326E
(53,50,110)
#302E63
(48,46,99)
#2B2A58
(43,42,88)
#26264D
(38,38,77)
#212242
(33,34,66)
#1C1E37
(28,30,55)
#171A2C
(23,26,44)
#121621
(18,22,33)
#0D1216
(13,18,22)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #3A3679

#3A3679
(58,54,121)
#4B4885
(75,72,133)
#5C5A91
(92,90,145)
#6D6C9D
(109,108,157)
#7E7EA9
(126,126,169)
#8F90B5
(143,144,181)
#A0A2C1
(160,162,193)
#B1B4CD
(177,180,205)
#C2C6D9
(194,198,217)
#D3D8E5
(211,216,229)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3679 color. Also use rgb(58,54,121) instead hex code.

Text Font Color

.myTextColor { color: #3A3679; }

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

This text font color is #3A3679.

Background Color

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

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

This div background color is #3A3679.

Border color

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

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

This div border color is #3A3679.

Opacity

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

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

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

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

This text has shadow with #3A3679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3679.

Preview

Color preview on black background

This text has color #3A3679 on black background.


Color preview on white background

This text has color #3A3679 on white background.


Black color preview on #3A3679 background

This text has black color on #3A3679 background.


White color preview on #3A3679 background

This text has white color on #3A3679 background.


Related colors

Complementary color

Complementary color for #hex is #C5C986.


I love getcolorcode.com

Triadic colors

1 #793A36 and #36793A with #3A3679 are triadic colors.

2 #79363A and #363A79 with #3A3679 are triadic colors.