COLOR #3A3364

HEX: #3A3364 RGB: (58,51,100)

Color info

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

RGB color model

#3A3364 color RGB value is (58,51,100).

RGB: (58,51,100) (23%, 20%, 39%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 100 of 255 = 39%

58
51
100

R + G + B ~ 27%. #3A3364 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 51 + 100 = 209 (100%)
R 58 of 209 ~ 27.75%
G 51 of 209 ~ 24.4%
B 100 of 209 ~ 47.85'%

%27.75
%24.4
%47.85

CMYK color model

#3A3364 color CMYK value is (42,49,0,61).

  • cyan value is 42.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (42,49,0,61)
C42M49Y0K61 (42%, 49%, 0%, 61%)
(0.42 / 0.49 / 0.00 / 0.61)

CMYK percentages

%42
%49
%0
%60.78

Codes

Color #3A3364 in popluar color models

3A 33 64
RGB 58 51 100
HSL 249° 32.45% 29.61%
HSB/HSV 249° 49.00% 39.22%
CMYK 42.00% 49.00% 0.00%
60.78%

Color #3A3364 in popluar number systems.

HEX 3A 33 64
Decimal 58 51 100
Binary 111010 110011 1100100
Octal 72 63 144

Shades and tints

Shades of #3A3364

#3A3364
(58,51,100)
#352F5B
(53,47,91)
#302B52
(48,43,82)
#2B2749
(43,39,73)
#262340
(38,35,64)
#211F37
(33,31,55)
#1C1B2E
(28,27,46)
#171725
(23,23,37)
#12131C
(18,19,28)
#0D0F13
(13,15,19)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #3A3364

#3A3364
(58,51,100)
#4B4572
(75,69,114)
#5C5780
(92,87,128)
#6D698E
(109,105,142)
#7E7B9C
(126,123,156)
#8F8DAA
(143,141,170)
#A09FB8
(160,159,184)
#B1B1C6
(177,177,198)
#C2C3D4
(194,195,212)
#D3D5E2
(211,213,226)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3364; }

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

This text font color is #3A3364.

Background Color

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

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

This div background color is #3A3364.

Border color

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

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

This div border color is #3A3364.

Opacity

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

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

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

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

This text has shadow with #3A3364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3364.

Preview

Color preview on black background

This text has color #3A3364 on black background.


Color preview on white background

This text has color #3A3364 on white background.


Black color preview on #3A3364 background

This text has black color on #3A3364 background.


White color preview on #3A3364 background

This text has white color on #3A3364 background.


Related colors

Complementary color

Complementary color for #hex is #C5CC9B.


I love getcolorcode.com

Triadic colors

1 #643A33 and #33643A with #3A3364 are triadic colors.

2 #64333A and #333A64 with #3A3364 are triadic colors.