COLOR #3B3264

HEX: #3B3264
RGB: (59,50,100)

Color info

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

RGB color model

#3B3264 color RGB value is (59,50,100).

  • red value is 59;
  • green value is 50;
  • blue value is 100.
RGB:
(59,50,100)
(23%,20%,39%)

RGB channels and saturation

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

59
50
100

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

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 100 = 209 (100%)
R 59 of 209 ~ 28.23%
G 50 of 209 ~ 23.92%
B 100 of 209 ~ 47.85%

%28.23
%23.92
%47.85

CMYK color model

#3B3264 color CMYK value is (41,50,0,61).

  • cyan value is 41.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(41,50,0,61)
C41M50Y0K61 
(41%,50%,0%,61%)
(0.41/0.50/0.00/0.61)	

CMYK percentages

%41
%50
%0
%60.78

Codes

Color #3B3264 in popluar color models

3B3264
RGB5950100
HSL251°33.33%29.41%
HSB/HSV251°50.00%39.22%
CMYK41.00%50.00%0.00%
60.78%

Color #3B3264 in popluar number systems.

HEX3B3264
Decimal5950100
Binary1110111100101100100
Octal7362144

Shades and tints

Shades of #3B3264

#3B3264
(59,50,100)
#362E5B
(54,46,91)
#312A52
(49,42,82)
#2C2649
(44,38,73)
#272240
(39,34,64)
#221E37
(34,30,55)
#1D1A2E
(29,26,46)
#181625
(24,22,37)
#13121C
(19,18,28)
#0E0E13
(14,14,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B3264

#3B3264
(59,50,100)
#4C4472
(76,68,114)
#5D5680
(93,86,128)
#6E688E
(110,104,142)
#7F7A9C
(127,122,156)
#908CAA
(144,140,170)
#A19EB8
(161,158,184)
#B2B0C6
(178,176,198)
#C3C2D4
(195,194,212)
#D4D4E2
(212,212,226)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3264; }

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

This text font color is #3B3264.


Background Color

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

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

This div background color is #3B3264.


Border color

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

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

This div border color is #3B3264.


Opacity

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

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

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

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

This text has shadow with #3B3264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3264 on black background.


Color preview on white background

This text has color #3B3264 on white background.



Black color preview on #3B3264 background

This text has black color on #3B3264 background.


White color preview on #3B3264 background

This text has white color on #3B3264 background.