COLOR #3B3B70

HEX: #3B3B70
RGB: (59,59,112)

Color info

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

RGB color model

#3B3B70 color RGB value is (59,59,112).

  • red value is 59;
  • green value is 59;
  • blue value is 112.
RGB:
(59,59,112)
(23%,23%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 59 of 255 = 23%
B 112 of 255 = 44%

59
59
112

R + G + B ~ 30%. #3B3B70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 112 = 230 (100%)
R 59 of 230 ~ 25.65%
G 59 of 230 ~ 25.65%
B 112 of 230 ~ 48.7%

%25.65
%25.65
%48.7

CMYK color model

#3B3B70 color CMYK value is (47,47,0,56).

  • cyan value is 47.32%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(47,47,0,56)
C47M47Y0K56 
(47%,47%,0%,56%)
(0.47/0.47/0.00/0.56)	

CMYK percentages

%47.32
%47.32
%0
%56.08

Codes

Color #3B3B70 in popluar color models

3B3B70
RGB5959112
HSL240°30.99%33.53%
HSB/HSV240°47.32%43.92%
CMYK47.32%47.32%0.00%
56.08%

Color #3B3B70 in popluar number systems.

HEX3B3B70
Decimal5959112
Binary1110111110111110000
Octal7373160

Shades and tints

Shades of #3B3B70

#3B3B70
(59,59,112)
#363666
(54,54,102)
#31315C
(49,49,92)
#2C2C52
(44,44,82)
#272748
(39,39,72)
#22223E
(34,34,62)
#1D1D34
(29,29,52)
#18182A
(24,24,42)
#131320
(19,19,32)
#0E0E16
(14,14,22)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B3B70

#3B3B70
(59,59,112)
#4C4C7D
(76,76,125)
#5D5D8A
(93,93,138)
#6E6E97
(110,110,151)
#7F7FA4
(127,127,164)
#9090B1
(144,144,177)
#A1A1BE
(161,161,190)
#B2B2CB
(178,178,203)
#C3C3D8
(195,195,216)
#D4D4E5
(212,212,229)
#E5E5F2
(229,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B70; }

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

This text font color is #3B3B70.


Background Color

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

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

This div background color is #3B3B70.


Border color

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

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

This div border color is #3B3B70.


Opacity

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

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

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

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

This text has shadow with #3B3B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3B70 on black background.


Color preview on white background

This text has color #3B3B70 on white background.



Black color preview on #3B3B70 background

This text has black color on #3B3B70 background.


White color preview on #3B3B70 background

This text has white color on #3B3B70 background.