COLOR #3B3378

HEX: #3B3378 RGB: (59,51,120)

Color info

#3B3378 contains mainly blue color. Web safe color of #3B3378 is #333366 (or #336).

RGB color model

#3B3378 color RGB value is (59,51,120).

RGB: (59,51,120) (23%, 20%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 120 of 255 = 47%

59
51
120

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

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 120 = 230 (100%)
R 59 of 230 ~ 25.65%
G 51 of 230 ~ 22.17%
B 120 of 230 ~ 52.17'%

%25.65
%22.17
%52.17

CMYK color model

#3B3378 color CMYK value is (51,58,0,53).

  • cyan value is 50.83%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (51,58,0,53)
C51M58Y0K53 (51%, 58%, 0%, 53%)
(0.51 / 0.58 / 0.00 / 0.53)

CMYK percentages

%50.83
%57.5
%0
%52.94

Codes

Color #3B3378 in popluar color models

3B 33 78
RGB 59 51 120
HSL 247° 40.35% 33.53%
HSB/HSV 247° 57.50% 47.06%
CMYK 50.83% 57.50% 0.00%
52.94%

Color #3B3378 in popluar number systems.

HEX 3B 33 78
Decimal 59 51 120
Binary 111011 110011 1111000
Octal 73 63 170

Shades and tints

Shades of #3B3378

#3B3378
(59,51,120)
#362F6E
(54,47,110)
#312B64
(49,43,100)
#2C275A
(44,39,90)
#272350
(39,35,80)
#221F46
(34,31,70)
#1D1B3C
(29,27,60)
#181732
(24,23,50)
#131328
(19,19,40)
#0E0F1E
(14,15,30)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #3B3378

#3B3378
(59,51,120)
#4C4584
(76,69,132)
#5D5790
(93,87,144)
#6E699C
(110,105,156)
#7F7BA8
(127,123,168)
#908DB4
(144,141,180)
#A19FC0
(161,159,192)
#B2B1CC
(178,177,204)
#C3C3D8
(195,195,216)
#D4D5E4
(212,213,228)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3378; }

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

This text font color is #3B3378.

Background Color

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

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

This div background color is #3B3378.

Border color

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

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

This div border color is #3B3378.

Opacity

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

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

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

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

This text has shadow with #3B3378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3378.

Preview

Color preview on black background

This text has color #3B3378 on black background.


Color preview on white background

This text has color #3B3378 on white background.


Black color preview on #3B3378 background

This text has black color on #3B3378 background.


White color preview on #3B3378 background

This text has white color on #3B3378 background.


Related colors

Complementary color

Complementary color for #hex is #C4CC87.


I love getcolorcode.com

Triadic colors

1 #783B33 and #33783B with #3B3378 are triadic colors.

2 #78333B and #333B78 with #3B3378 are triadic colors.