COLOR #332F78

HEX: #332F78
RGB: (51,47,120)

Color info

#332F78 contains mainly blue color. Web safe color of #332F78 is #333366 (or #336).

RGB color model

#332F78 color RGB value is (51,47,120).

  • red value is 51;
  • green value is 47;
  • blue value is 120.
RGB:
(51,47,120)
(20%,18%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 120 of 255 = 47%

51
47
120

R + G + B ~ 28%. #332F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 120 = 218 (100%)
R 51 of 218 ~ 23.39%
G 47 of 218 ~ 21.56%
B 120 of 218 ~ 55.05%

%23.39
%21.56
%55.05

CMYK color model

#332F78 color CMYK value is (58,61,0,53).

  • cyan value is 57.50%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(58,61,0,53)
C58M61Y0K53 
(58%,61%,0%,53%)
(0.58/0.61/0.00/0.53)	

CMYK percentages

%57.5
%60.83
%0
%52.94

Codes

Color #332F78 in popluar color models

332F78
RGB5147120
HSL243°43.71%32.75%
HSB/HSV243°60.83%47.06%
CMYK57.50%60.83%0.00%
52.94%

Color #332F78 in popluar number systems.

HEX332F78
Decimal5147120
Binary1100111011111111000
Octal6357170

Shades and tints

Shades of #332F78

#332F78
(51,47,120)
#2F2B6E
(47,43,110)
#2B2764
(43,39,100)
#27235A
(39,35,90)
#231F50
(35,31,80)
#1F1B46
(31,27,70)
#1B173C
(27,23,60)
#171332
(23,19,50)
#130F28
(19,15,40)
#0F0B1E
(15,11,30)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #332F78

#332F78
(51,47,120)
#454184
(69,65,132)
#575390
(87,83,144)
#69659C
(105,101,156)
#7B77A8
(123,119,168)
#8D89B4
(141,137,180)
#9F9BC0
(159,155,192)
#B1ADCC
(177,173,204)
#C3BFD8
(195,191,216)
#D5D1E4
(213,209,228)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332F78 color. Also use rgb(51,47,120) instead hex code.

Text Font Color

.myTextColor { color: #332F78; }

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

This text font color is #332F78.


Background Color

.myBgColor { background-color: #332F78; }

<div style="background-color:#332F78">Inner text</div>

This div background color is #332F78.


Border color

.myBorderColor { border: 1px solid #332F78; }

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

This div border color is #332F78.


Opacity

.myOpacity80 { color: #332F78; opacity: 0.8; }

<p style="color:#332F78;opacity:0.8;">80%</p>

Text with #332F78 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 #332F78;}

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

This text has shadow with #332F78 color.

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

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

This text has shadow with #332F78 primary color and red secondary color.


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

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

This text has shadow with #332F78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F78 on black background.


Color preview on white background

This text has color #332F78 on white background.



Black color preview on #332F78 background

This text has black color on #332F78 background.


White color preview on #332F78 background

This text has white color on #332F78 background.