COLOR #3B305C

HEX: #3B305C
RGB: (59,48,92)

Color info

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

RGB color model

#3B305C color RGB value is (59,48,92).

  • red value is 59;
  • green value is 48;
  • blue value is 92.
RGB:
(59,48,92)
(23%,19%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 92 of 255 = 36%

59
48
92

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

Portions of RGB colors in percentages

R + G + B =
59 + 48 + 92 = 199 (100%)
R 59 of 199 ~ 29.65%
G 48 of 199 ~ 24.12%
B 92 of 199 ~ 46.23%

%29.65
%24.12
%46.23

CMYK color model

#3B305C color CMYK value is (36,48,0,64).

  • cyan value is 35.87%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(36,48,0,64)
C36M48Y0K64 
(36%,48%,0%,64%)
(0.36/0.48/0.00/0.64)	

CMYK percentages

%35.87
%47.83
%0
%63.92

Codes

Color #3B305C in popluar color models

3B305C
RGB594892
HSL255°31.43%27.45%
HSB/HSV255°47.83%36.08%
CMYK35.87%47.83%0.00%
63.92%

Color #3B305C in popluar number systems.

HEX3B305C
Decimal594892
Binary1110111100001011100
Octal7360134

Shades and tints

Shades of #3B305C

#3B305C
(59,48,92)
#362C54
(54,44,84)
#31284C
(49,40,76)
#2C2444
(44,36,68)
#27203C
(39,32,60)
#221C34
(34,28,52)
#1D182C
(29,24,44)
#181424
(24,20,36)
#13101C
(19,16,28)
#0E0C14
(14,12,20)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #3B305C

#3B305C
(59,48,92)
#4C426A
(76,66,106)
#5D5478
(93,84,120)
#6E6686
(110,102,134)
#7F7894
(127,120,148)
#908AA2
(144,138,162)
#A19CB0
(161,156,176)
#B2AEBE
(178,174,190)
#C3C0CC
(195,192,204)
#D4D2DA
(212,210,218)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B305C color. Also use rgb(59,48,92) instead hex code.

Text Font Color

.myTextColor { color: #3B305C; }

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

This text font color is #3B305C.


Background Color

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

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

This div background color is #3B305C.


Border color

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

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

This div border color is #3B305C.


Opacity

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

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

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

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

This text has shadow with #3B305C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B305C on black background.


Color preview on white background

This text has color #3B305C on white background.



Black color preview on #3B305C background

This text has black color on #3B305C background.


White color preview on #3B305C background

This text has white color on #3B305C background.