COLOR #3B3BA3

HEX: #3B3BA3
RGB: (59,59,163)

Color info

#3B3BA3 contains mainly blue color. Web safe color of #3B3BA3 is #333399 (or #339).

RGB color model

#3B3BA3 color RGB value is (59,59,163).

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

RGB channels and saturation

R 59 of 255 = 23%
G 59 of 255 = 23%
B 163 of 255 = 64%

59
59
163

R + G + B ~ 37%. #3B3BA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 163 = 281 (100%)
R 59 of 281 ~ 21%
G 59 of 281 ~ 21%
B 163 of 281 ~ 58.01%

%21
%21
%58.01

CMYK color model

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

  • cyan value is 63.80%
  • magenta value is 63.80%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(64,64,0,36)
C64M64Y0K36 
(64%,64%,0%,36%)
(0.64/0.64/0.00/0.36)	

CMYK percentages

%63.8
%63.8
%0
%36.08

Codes

Color #3B3BA3 in popluar color models

3B3BA3
RGB5959163
HSL240°46.85%43.53%
HSB/HSV240°63.80%63.92%
CMYK63.80%63.80%0.00%
36.08%

Color #3B3BA3 in popluar number systems.

HEX3B3BA3
Decimal5959163
Binary11101111101110100011
Octal7373243

Shades and tints

Shades of #3B3BA3

#3B3BA3
(59,59,163)
#363695
(54,54,149)
#313187
(49,49,135)
#2C2C79
(44,44,121)
#27276B
(39,39,107)
#22225D
(34,34,93)
#1D1D4F
(29,29,79)
#181841
(24,24,65)
#131333
(19,19,51)
#0E0E25
(14,14,37)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #3B3BA3

#3B3BA3
(59,59,163)
#4C4CAB
(76,76,171)
#5D5DB3
(93,93,179)
#6E6EBB
(110,110,187)
#7F7FC3
(127,127,195)
#9090CB
(144,144,203)
#A1A1D3
(161,161,211)
#B2B2DB
(178,178,219)
#C3C3E3
(195,195,227)
#D4D4EB
(212,212,235)
#E5E5F3
(229,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3BA3; }

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

This text font color is #3B3BA3.


Background Color

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

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

This div background color is #3B3BA3.


Border color

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

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

This div border color is #3B3BA3.


Opacity

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

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

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

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

This text has shadow with #3B3BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3BA3 on black background.


Color preview on white background

This text has color #3B3BA3 on white background.



Black color preview on #3B3BA3 background

This text has black color on #3B3BA3 background.


White color preview on #3B3BA3 background

This text has white color on #3B3BA3 background.