COLOR #332EE1

HEX: #332EE1
RGB: (51,46,225)

Color info

#332EE1 contains mainly blue color. Web safe color of #332EE1 is #3333CC (or #33C).

RGB color model

#332EE1 color RGB value is (51,46,225).

  • red value is 51;
  • green value is 46;
  • blue value is 225.
RGB:
(51,46,225)
(20%,18%,88%)

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 225 of 255 = 88%

51
46
225

R + G + B ~ 42%. #332EE1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 225 = 322 (100%)
R 51 of 322 ~ 15.84%
G 46 of 322 ~ 14.29%
B 225 of 322 ~ 69.88%

%15.84
%14.29
%69.88

CMYK color model

#332EE1 color CMYK value is (77,80,0,12).

  • cyan value is 77.33%
  • magenta value is 79.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(77,80,0,12)
C77M80Y0K12 
(77%,80%,0%,12%)
(0.77/0.80/0.00/0.12)	

CMYK percentages

%77.33
%79.56
%0
%11.76

Codes

Color #332EE1 in popluar color models

332EE1
RGB5146225
HSL242°74.90%53.14%
HSB/HSV242°79.56%88.24%
CMYK77.33%79.56%0.00%
11.76%

Color #332EE1 in popluar number systems.

HEX332EE1
Decimal5146225
Binary11001110111011100001
Octal6356341

Shades and tints

Shades of #332EE1

#332EE1
(51,46,225)
#2F2ACD
(47,42,205)
#2B26B9
(43,38,185)
#2722A5
(39,34,165)
#231E91
(35,30,145)
#1F1A7D
(31,26,125)
#1B1669
(27,22,105)
#171255
(23,18,85)
#130E41
(19,14,65)
#0F0A2D
(15,10,45)
#0B0619
(11,6,25)
#000000
(0,0,0)

Tints of #332EE1

#332EE1
(51,46,225)
#4541E3
(69,65,227)
#5754E5
(87,84,229)
#6967E7
(105,103,231)
#7B7AE9
(123,122,233)
#8D8DEB
(141,141,235)
#9FA0ED
(159,160,237)
#B1B3EF
(177,179,239)
#C3C6F1
(195,198,241)
#D5D9F3
(213,217,243)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332EE1 color. Also use rgb(51,46,225) instead hex code.

Text Font Color

.myTextColor { color: #332EE1; }

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

This text font color is #332EE1.


Background Color

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

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

This div background color is #332EE1.


Border color

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

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

This div border color is #332EE1.


Opacity

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

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

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

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

This text has shadow with #332EE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332EE1 on black background.


Color preview on white background

This text has color #332EE1 on white background.



Black color preview on #332EE1 background

This text has black color on #332EE1 background.


White color preview on #332EE1 background

This text has white color on #332EE1 background.