COLOR #3B3B66

HEX: #3B3B66
RGB: (59,59,102)

Color info

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

RGB color model

#3B3B66 color RGB value is (59,59,102).

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

RGB channels and saturation

R 59 of 255 = 23%
G 59 of 255 = 23%
B 102 of 255 = 40%

59
59
102

R + G + B ~ 29%. #3B3B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 102 = 220 (100%)
R 59 of 220 ~ 26.82%
G 59 of 220 ~ 26.82%
B 102 of 220 ~ 46.36%

%26.82
%26.82
%46.36

CMYK color model

#3B3B66 color CMYK value is (42,42,0,60).

  • cyan value is 42.16%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(42,42,0,60)
C42M42Y0K60 
(42%,42%,0%,60%)
(0.42/0.42/0.00/0.60)	

CMYK percentages

%42.16
%42.16
%0
%60

Codes

Color #3B3B66 in popluar color models

3B3B66
RGB5959102
HSL240°26.71%31.57%
HSB/HSV240°42.16%40.00%
CMYK42.16%42.16%0.00%
60.00%

Color #3B3B66 in popluar number systems.

HEX3B3B66
Decimal5959102
Binary1110111110111100110
Octal7373146

Shades and tints

Shades of #3B3B66

#3B3B66
(59,59,102)
#36365D
(54,54,93)
#313154
(49,49,84)
#2C2C4B
(44,44,75)
#272742
(39,39,66)
#222239
(34,34,57)
#1D1D30
(29,29,48)
#181827
(24,24,39)
#13131E
(19,19,30)
#0E0E15
(14,14,21)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B3B66

#3B3B66
(59,59,102)
#4C4C73
(76,76,115)
#5D5D80
(93,93,128)
#6E6E8D
(110,110,141)
#7F7F9A
(127,127,154)
#9090A7
(144,144,167)
#A1A1B4
(161,161,180)
#B2B2C1
(178,178,193)
#C3C3CE
(195,195,206)
#D4D4DB
(212,212,219)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B66; }

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

This text font color is #3B3B66.


Background Color

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

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

This div background color is #3B3B66.


Border color

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

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

This div border color is #3B3B66.


Opacity

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

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

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

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

This text has shadow with #3B3B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3B66 on black background.


Color preview on white background

This text has color #3B3B66 on white background.



Black color preview on #3B3B66 background

This text has black color on #3B3B66 background.


White color preview on #3B3B66 background

This text has white color on #3B3B66 background.