COLOR #3B3774

HEX: #3B3774
RGB: (59,55,116)

Color info

#3B3774 contains mainly red and blue colors. Web safe color of #3B3774 is #333366 (or #336).

RGB color model

#3B3774 color RGB value is (59,55,116).

  • red value is 59;
  • green value is 55;
  • blue value is 116.
RGB:
(59,55,116)
(23%,22%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 116 of 255 = 45%

59
55
116

R + G + B ~ 30%. #3B3774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 116 = 230 (100%)
R 59 of 230 ~ 25.65%
G 55 of 230 ~ 23.91%
B 116 of 230 ~ 50.43%

%25.65
%23.91
%50.43

CMYK color model

#3B3774 color CMYK value is (49,53,0,55).

  • cyan value is 49.14%
  • magenta value is 52.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(49,53,0,55)
C49M53Y0K55 
(49%,53%,0%,55%)
(0.49/0.53/0.00/0.55)	

CMYK percentages

%49.14
%52.59
%0
%54.51

Codes

Color #3B3774 in popluar color models

3B3774
RGB5955116
HSL244°35.67%33.53%
HSB/HSV244°52.59%45.49%
CMYK49.14%52.59%0.00%
54.51%

Color #3B3774 in popluar number systems.

HEX3B3774
Decimal5955116
Binary1110111101111110100
Octal7367164

Shades and tints

Shades of #3B3774

#3B3774
(59,55,116)
#36326A
(54,50,106)
#312D60
(49,45,96)
#2C2856
(44,40,86)
#27234C
(39,35,76)
#221E42
(34,30,66)
#1D1938
(29,25,56)
#18142E
(24,20,46)
#130F24
(19,15,36)
#0E0A1A
(14,10,26)
#090510
(9,5,16)
#000000
(0,0,0)

Tints of #3B3774

#3B3774
(59,55,116)
#4C4980
(76,73,128)
#5D5B8C
(93,91,140)
#6E6D98
(110,109,152)
#7F7FA4
(127,127,164)
#9091B0
(144,145,176)
#A1A3BC
(161,163,188)
#B2B5C8
(178,181,200)
#C3C7D4
(195,199,212)
#D4D9E0
(212,217,224)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3774; }

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

This text font color is #3B3774.


Background Color

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

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

This div background color is #3B3774.


Border color

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

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

This div border color is #3B3774.


Opacity

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

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

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

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

This text has shadow with #3B3774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3774 on black background.


Color preview on white background

This text has color #3B3774 on white background.



Black color preview on #3B3774 background

This text has black color on #3B3774 background.


White color preview on #3B3774 background

This text has white color on #3B3774 background.