COLOR #3B3888

HEX: #3B3888
RGB: (59,56,136)

Color info

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

RGB color model

#3B3888 color RGB value is (59,56,136).

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

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 136 of 255 = 53%

59
56
136

R + G + B ~ 33%. #3B3888 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 136 = 251 (100%)
R 59 of 251 ~ 23.51%
G 56 of 251 ~ 22.31%
B 136 of 251 ~ 54.18%

%23.51
%22.31
%54.18

CMYK color model

#3B3888 color CMYK value is (57,59,0,47).

  • cyan value is 56.62%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(57,59,0,47)
C57M59Y0K47 
(57%,59%,0%,47%)
(0.57/0.59/0.00/0.47)	

CMYK percentages

%56.62
%58.82
%0
%46.67

Codes

Color #3B3888 in popluar color models

3B3888
RGB5956136
HSL242°41.67%37.65%
HSB/HSV242°58.82%53.33%
CMYK56.62%58.82%0.00%
46.67%

Color #3B3888 in popluar number systems.

HEX3B3888
Decimal5956136
Binary11101111100010001000
Octal7370210

Shades and tints

Shades of #3B3888

#3B3888
(59,56,136)
#36337C
(54,51,124)
#312E70
(49,46,112)
#2C2964
(44,41,100)
#272458
(39,36,88)
#221F4C
(34,31,76)
#1D1A40
(29,26,64)
#181534
(24,21,52)
#131028
(19,16,40)
#0E0B1C
(14,11,28)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #3B3888

#3B3888
(59,56,136)
#4C4A92
(76,74,146)
#5D5C9C
(93,92,156)
#6E6EA6
(110,110,166)
#7F80B0
(127,128,176)
#9092BA
(144,146,186)
#A1A4C4
(161,164,196)
#B2B6CE
(178,182,206)
#C3C8D8
(195,200,216)
#D4DAE2
(212,218,226)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3888; }

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

This text font color is #3B3888.


Background Color

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

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

This div background color is #3B3888.


Border color

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

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

This div border color is #3B3888.


Opacity

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

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

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

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

This text has shadow with #3B3888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3888 on black background.


Color preview on white background

This text has color #3B3888 on white background.



Black color preview on #3B3888 background

This text has black color on #3B3888 background.


White color preview on #3B3888 background

This text has white color on #3B3888 background.