COLOR #2215E1

HEX: #2215E1
RGB: (34,21,225)

Color info

#2215E1 contains mainly blue color. Web safe color of #2215E1 is #3300CC (or #30C).

RGB color model

#2215E1 color RGB value is (34,21,225).

  • red value is 34;
  • green value is 21;
  • blue value is 225.
RGB:
(34,21,225)
(13%,8%,88%)

RGB channels and saturation

R 34 of 255 = 13%
G 21 of 255 = 8%
B 225 of 255 = 88%

34
21
225

R + G + B ~ 36%. #2215E1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 21 + 225 = 280 (100%)
R 34 of 280 ~ 12.14%
G 21 of 280 ~ 7.5%
B 225 of 280 ~ 80.36%

%12.14
%80.36

CMYK color model

#2215E1 color CMYK value is (85,91,0,12).

  • cyan value is 84.89%
  • magenta value is 90.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(85,91,0,12)
C85M91Y0K12 
(85%,91%,0%,12%)
(0.85/0.91/0.00/0.12)	

CMYK percentages

%84.89
%90.67
%0
%11.76

Codes

Color #2215E1 in popluar color models

2215E1
RGB3421225
HSL244°82.93%48.24%
HSB/HSV244°90.67%88.24%
CMYK84.89%90.67%0.00%
11.76%

Color #2215E1 in popluar number systems.

HEX2215E1
Decimal3421225
Binary1000101010111100001
Octal4225341

Shades and tints

Shades of #2215E1

#2215E1
(34,21,225)
#1F14CD
(31,20,205)
#1C13B9
(28,19,185)
#1912A5
(25,18,165)
#161191
(22,17,145)
#13107D
(19,16,125)
#100F69
(16,15,105)
#0D0E55
(13,14,85)
#0A0D41
(10,13,65)
#070C2D
(7,12,45)
#040B19
(4,11,25)
#000000
(0,0,0)

Tints of #2215E1

#2215E1
(34,21,225)
#362AE3
(54,42,227)
#4A3FE5
(74,63,229)
#5E54E7
(94,84,231)
#7269E9
(114,105,233)
#867EEB
(134,126,235)
#9A93ED
(154,147,237)
#AEA8EF
(174,168,239)
#C2BDF1
(194,189,241)
#D6D2F3
(214,210,243)
#EAE7F5
(234,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2215E1 color. Also use rgb(34,21,225) instead hex code.

Text Font Color

.myTextColor { color: #2215E1; }

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

This text font color is #2215E1.


Background Color

.myBgColor { background-color: #2215E1; }

<div style="background-color:#2215E1">Inner text</div>

This div background color is #2215E1.


Border color

.myBorderColor { border: 1px solid #2215E1; }

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

This div border color is #2215E1.


Opacity

.myOpacity80 { color: #2215E1; opacity: 0.8; }

<p style="color:#2215E1;opacity:0.8;">80%</p>

Text with #2215E1 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 #2215E1;}

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

This text has shadow with #2215E1 color.

.textShadow {text-shadow: 3px 3px 1px #2215E1, 3px 3px 1px red;}

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

This text has shadow with #2215E1 primary color and red secondary color.


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

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

This text has shadow with #2215E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2215E1 on black background.


Color preview on white background

This text has color #2215E1 on white background.



Black color preview on #2215E1 background

This text has black color on #2215E1 background.


White color preview on #2215E1 background

This text has white color on #2215E1 background.