COLOR #332F82

HEX: #332F82
RGB: (51,47,130)

Color info

#332F82 contains mainly blue color. Web safe color of #332F82 is #333399 (or #339).

RGB color model

#332F82 color RGB value is (51,47,130).

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

RGB channels and saturation

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

51
47
130

R + G + B ~ 30%. #332F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 47 + 130 = 228 (100%)
R 51 of 228 ~ 22.37%
G 47 of 228 ~ 20.61%
B 130 of 228 ~ 57.02%

%22.37
%20.61
%57.02

CMYK color model

#332F82 color CMYK value is (61,64,0,49).

  • cyan value is 60.77%
  • magenta value is 63.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(61,64,0,49)
C61M64Y0K49 
(61%,64%,0%,49%)
(0.61/0.64/0.00/0.49)	

CMYK percentages

%60.77
%63.85
%0
%49.02

Codes

Color #332F82 in popluar color models

332F82
RGB5147130
HSL243°46.89%34.71%
HSB/HSV243°63.85%50.98%
CMYK60.77%63.85%0.00%
49.02%

Color #332F82 in popluar number systems.

HEX332F82
Decimal5147130
Binary11001110111110000010
Octal6357202

Shades and tints

Shades of #332F82

#332F82
(51,47,130)
#2F2B77
(47,43,119)
#2B276C
(43,39,108)
#272361
(39,35,97)
#231F56
(35,31,86)
#1F1B4B
(31,27,75)
#1B1740
(27,23,64)
#171335
(23,19,53)
#130F2A
(19,15,42)
#0F0B1F
(15,11,31)
#0B0714
(11,7,20)
#000000
(0,0,0)

Tints of #332F82

#332F82
(51,47,130)
#45418D
(69,65,141)
#575398
(87,83,152)
#6965A3
(105,101,163)
#7B77AE
(123,119,174)
#8D89B9
(141,137,185)
#9F9BC4
(159,155,196)
#B1ADCF
(177,173,207)
#C3BFDA
(195,191,218)
#D5D1E5
(213,209,229)
#E7E3F0
(231,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332F82; }

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

This text font color is #332F82.


Background Color

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

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

This div background color is #332F82.


Border color

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

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

This div border color is #332F82.


Opacity

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

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

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

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

This text has shadow with #332F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332F82 on black background.


Color preview on white background

This text has color #332F82 on white background.



Black color preview on #332F82 background

This text has black color on #332F82 background.


White color preview on #332F82 background

This text has white color on #332F82 background.