COLOR #3B2888

HEX: #3B2888
RGB: (59,40,136)

Color info

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

RGB color model

#3B2888 color RGB value is (59,40,136).

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

RGB channels and saturation

R 59 of 255 = 23%
G 40 of 255 = 16%
B 136 of 255 = 53%

59
40
136

R + G + B ~ 31%. #3B2888 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 40 + 136 = 235 (100%)
R 59 of 235 ~ 25.11%
G 40 of 235 ~ 17.02%
B 136 of 235 ~ 57.87%

%25.11
%17.02
%57.87

CMYK color model

#3B2888 color CMYK value is (57,71,0,47).

  • cyan value is 56.62%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(57,71,0,47)
C57M71Y0K47 
(57%,71%,0%,47%)
(0.57/0.71/0.00/0.47)	

CMYK percentages

%56.62
%70.59
%0
%46.67

Codes

Color #3B2888 in popluar color models

3B2888
RGB5940136
HSL252°54.55%34.51%
HSB/HSV252°70.59%53.33%
CMYK56.62%70.59%0.00%
46.67%

Color #3B2888 in popluar number systems.

HEX3B2888
Decimal5940136
Binary11101110100010001000
Octal7350210

Shades and tints

Shades of #3B2888

#3B2888
(59,40,136)
#36257C
(54,37,124)
#312270
(49,34,112)
#2C1F64
(44,31,100)
#271C58
(39,28,88)
#22194C
(34,25,76)
#1D1640
(29,22,64)
#181334
(24,19,52)
#131028
(19,16,40)
#0E0D1C
(14,13,28)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #3B2888

#3B2888
(59,40,136)
#4C3B92
(76,59,146)
#5D4E9C
(93,78,156)
#6E61A6
(110,97,166)
#7F74B0
(127,116,176)
#9087BA
(144,135,186)
#A19AC4
(161,154,196)
#B2ADCE
(178,173,206)
#C3C0D8
(195,192,216)
#D4D3E2
(212,211,226)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2888; }

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

This text font color is #3B2888.


Background Color

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

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

This div background color is #3B2888.


Border color

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

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

This div border color is #3B2888.


Opacity

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

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

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

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

This text has shadow with #3B2888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2888 on black background.


Color preview on white background

This text has color #3B2888 on white background.



Black color preview on #3B2888 background

This text has black color on #3B2888 background.


White color preview on #3B2888 background

This text has white color on #3B2888 background.