COLOR #3B335A

HEX: #3B335A RGB: (59,51,90)

Color info

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

RGB color model

#3B335A color RGB value is (59,51,90).

RGB: (59,51,90) (23%, 20%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 90 of 255 = 35%

59
51
90

R + G + B ~ 26%. #3B335A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 90 = 200 (100%)
R 59 of 200 ~ 29.5%
G 51 of 200 ~ 25.5%
B 90 of 200 ~ 45'%

%29.5
%25.5
%45

CMYK color model

#3B335A color CMYK value is (34,43,0,65).

  • cyan value is 34.44%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (34,43,0,65)
C34M43Y0K65 (34%, 43%, 0%, 65%)
(0.34 / 0.43 / 0.00 / 0.65)

CMYK percentages

%34.44
%43.33
%0
%64.71

Codes

Color #3B335A in popluar color models

3B 33 5A
RGB 59 51 90
HSL 252° 27.66% 27.65%
HSB/HSV 252° 43.33% 35.29%
CMYK 34.44% 43.33% 0.00%
64.71%

Color #3B335A in popluar number systems.

HEX 3B 33 5A
Decimal 59 51 90
Binary 111011 110011 1011010
Octal 73 63 132

Shades and tints

Shades of #3B335A

#3B335A
(59,51,90)
#362F52
(54,47,82)
#312B4A
(49,43,74)
#2C2742
(44,39,66)
#27233A
(39,35,58)
#221F32
(34,31,50)
#1D1B2A
(29,27,42)
#181722
(24,23,34)
#13131A
(19,19,26)
#0E0F12
(14,15,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #3B335A

#3B335A
(59,51,90)
#4C4569
(76,69,105)
#5D5778
(93,87,120)
#6E6987
(110,105,135)
#7F7B96
(127,123,150)
#908DA5
(144,141,165)
#A19FB4
(161,159,180)
#B2B1C3
(178,177,195)
#C3C3D2
(195,195,210)
#D4D5E1
(212,213,225)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B335A color. Also use rgb(59,51,90) instead hex code.

Text Font Color

.myTextColor { color: #3B335A; }

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

This text font color is #3B335A.

Background Color

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

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

This div background color is #3B335A.

Border color

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

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

This div border color is #3B335A.

Opacity

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

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

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

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

This text has shadow with #3B335A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B335A.

Preview

Color preview on black background

This text has color #3B335A on black background.


Color preview on white background

This text has color #3B335A on white background.


Black color preview on #3B335A background

This text has black color on #3B335A background.


White color preview on #3B335A background

This text has white color on #3B335A background.


Related colors

Complementary color

Complementary color for #hex is #C4CCA5.


I love getcolorcode.com

Triadic colors

1 #5A3B33 and #335A3B with #3B335A are triadic colors.

2 #5A333B and #333B5A with #3B335A are triadic colors.