COLOR #3B3294

HEX: #3B3294
RGB: (59,50,148)

Color info

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

RGB color model

#3B3294 color RGB value is (59,50,148).

  • red value is 59;
  • green value is 50;
  • blue value is 148.
RGB:
(59,50,148)
(23%,20%,58%)

RGB channels and saturation

R 59 of 255 = 23%
G 50 of 255 = 20%
B 148 of 255 = 58%

59
50
148

R + G + B ~ 34%. #3B3294 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 50 + 148 = 257 (100%)
R 59 of 257 ~ 22.96%
G 50 of 257 ~ 19.46%
B 148 of 257 ~ 57.59%

%22.96
%19.46
%57.59

CMYK color model

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

  • cyan value is 60.14%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(60,66,0,42)
C60M66Y0K42 
(60%,66%,0%,42%)
(0.60/0.66/0.00/0.42)	

CMYK percentages

%60.14
%66.22
%0
%41.96

Codes

Color #3B3294 in popluar color models

3B3294
RGB5950148
HSL246°49.49%38.82%
HSB/HSV246°66.22%58.04%
CMYK60.14%66.22%0.00%
41.96%

Color #3B3294 in popluar number systems.

HEX3B3294
Decimal5950148
Binary11101111001010010100
Octal7362224

Shades and tints

Shades of #3B3294

#3B3294
(59,50,148)
#362E87
(54,46,135)
#312A7A
(49,42,122)
#2C266D
(44,38,109)
#272260
(39,34,96)
#221E53
(34,30,83)
#1D1A46
(29,26,70)
#181639
(24,22,57)
#13122C
(19,18,44)
#0E0E1F
(14,14,31)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #3B3294

#3B3294
(59,50,148)
#4C449D
(76,68,157)
#5D56A6
(93,86,166)
#6E68AF
(110,104,175)
#7F7AB8
(127,122,184)
#908CC1
(144,140,193)
#A19ECA
(161,158,202)
#B2B0D3
(178,176,211)
#C3C2DC
(195,194,220)
#D4D4E5
(212,212,229)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3294; }

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

This text font color is #3B3294.


Background Color

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

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

This div background color is #3B3294.


Border color

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

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

This div border color is #3B3294.


Opacity

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

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

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

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

This text has shadow with #3B3294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3294 on black background.


Color preview on white background

This text has color #3B3294 on white background.



Black color preview on #3B3294 background

This text has black color on #3B3294 background.


White color preview on #3B3294 background

This text has white color on #3B3294 background.