COLOR #3B3464

HEX: #3B3464 RGB: (59,52,100)

Color info

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

RGB color model

#3B3464 color RGB value is (59,52,100).

RGB: (59,52,100) (23%, 20%, 39%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 100 of 255 = 39%

59
52
100

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

Portions of RGB colors in percentages

R + G + B = 59 + 52 + 100 = 211 (100%)
R 59 of 211 ~ 27.96%
G 52 of 211 ~ 24.64%
B 100 of 211 ~ 47.39'%

%27.96
%24.64
%47.39

CMYK color model

#3B3464 color CMYK value is (41,48,0,61).

  • cyan value is 41.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (41,48,0,61)
C41M48Y0K61 (41%, 48%, 0%, 61%)
(0.41 / 0.48 / 0.00 / 0.61)

CMYK percentages

%41
%48
%0
%60.78

Codes

Color #3B3464 in popluar color models

3B 34 64
RGB 59 52 100
HSL 249° 31.58% 29.80%
HSB/HSV 249° 48.00% 39.22%
CMYK 41.00% 48.00% 0.00%
60.78%

Color #3B3464 in popluar number systems.

HEX 3B 34 64
Decimal 59 52 100
Binary 111011 110100 1100100
Octal 73 64 144

Shades and tints

Shades of #3B3464

#3B3464
(59,52,100)
#36305B
(54,48,91)
#312C52
(49,44,82)
#2C2849
(44,40,73)
#272440
(39,36,64)
#222037
(34,32,55)
#1D1C2E
(29,28,46)
#181825
(24,24,37)
#13141C
(19,20,28)
#0E1013
(14,16,19)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B3464

#3B3464
(59,52,100)
#4C4672
(76,70,114)
#5D5880
(93,88,128)
#6E6A8E
(110,106,142)
#7F7C9C
(127,124,156)
#908EAA
(144,142,170)
#A1A0B8
(161,160,184)
#B2B2C6
(178,178,198)
#C3C4D4
(195,196,212)
#D4D6E2
(212,214,226)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3464 color. Also use rgb(59,52,100) instead hex code.

Text Font Color

.myTextColor { color: #3B3464; }

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

This text font color is #3B3464.

Background Color

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

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

This div background color is #3B3464.

Border color

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

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

This div border color is #3B3464.

Opacity

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

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

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

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

This text has shadow with #3B3464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3464.

Preview

Color preview on black background

This text has color #3B3464 on black background.


Color preview on white background

This text has color #3B3464 on white background.


Black color preview on #3B3464 background

This text has black color on #3B3464 background.


White color preview on #3B3464 background

This text has white color on #3B3464 background.


Related colors

Complementary color

Complementary color for #hex is #C4CB9B.


I love getcolorcode.com

Triadic colors

1 #643B34 and #34643B with #3B3464 are triadic colors.

2 #64343B and #343B64 with #3B3464 are triadic colors.