COLOR #33328E

HEX: #33328E
RGB: (51,50,142)

Color info

#33328E contains mainly blue color. Web safe color of #33328E is #333399 (or #339).

RGB color model

#33328E color RGB value is (51,50,142).

  • red value is 51;
  • green value is 50;
  • blue value is 142.
RGB:
(51,50,142)
(20%,20%,56%)

RGB channels and saturation

R 51 of 255 = 20%
G 50 of 255 = 20%
B 142 of 255 = 56%

51
50
142

R + G + B ~ 32%. #33328E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 50 + 142 = 243 (100%)
R 51 of 243 ~ 20.99%
G 50 of 243 ~ 20.58%
B 142 of 243 ~ 58.44%

%20.99
%20.58
%58.44

CMYK color model

#33328E color CMYK value is (64,65,0,44).

  • cyan value is 64.08%
  • magenta value is 64.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(64,65,0,44)
C64M65Y0K44 
(64%,65%,0%,44%)
(0.64/0.65/0.00/0.44)	

CMYK percentages

%64.08
%64.79
%0
%44.31

Codes

Color #33328E in popluar color models

33328E
RGB5150142
HSL241°47.92%37.65%
HSB/HSV241°64.79%55.69%
CMYK64.08%64.79%0.00%
44.31%

Color #33328E in popluar number systems.

HEX33328E
Decimal5150142
Binary11001111001010001110
Octal6362216

Shades and tints

Shades of #33328E

#33328E
(51,50,142)
#2F2E82
(47,46,130)
#2B2A76
(43,42,118)
#27266A
(39,38,106)
#23225E
(35,34,94)
#1F1E52
(31,30,82)
#1B1A46
(27,26,70)
#17163A
(23,22,58)
#13122E
(19,18,46)
#0F0E22
(15,14,34)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #33328E

#33328E
(51,50,142)
#454498
(69,68,152)
#5756A2
(87,86,162)
#6968AC
(105,104,172)
#7B7AB6
(123,122,182)
#8D8CC0
(141,140,192)
#9F9ECA
(159,158,202)
#B1B0D4
(177,176,212)
#C3C2DE
(195,194,222)
#D5D4E8
(213,212,232)
#E7E6F2
(231,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33328E color. Also use rgb(51,50,142) instead hex code.

Text Font Color

.myTextColor { color: #33328E; }

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

This text font color is #33328E.


Background Color

.myBgColor { background-color: #33328E; }

<div style="background-color:#33328E">Inner text</div>

This div background color is #33328E.


Border color

.myBorderColor { border: 1px solid #33328E; }

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

This div border color is #33328E.


Opacity

.myOpacity80 { color: #33328E; opacity: 0.8; }

<p style="color:#33328E;opacity:0.8;">80%</p>

Text with #33328E 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 #33328E;}

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

This text has shadow with #33328E color.

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

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

This text has shadow with #33328E primary color and red secondary color.


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

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

This text has shadow with #33328E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33328E on black background.


Color preview on white background

This text has color #33328E on white background.



Black color preview on #33328E background

This text has black color on #33328E background.


White color preview on #33328E background

This text has white color on #33328E background.