COLOR #221E46

HEX: #221E46
RGB: (34,30,70)

Color info

#221E46 contains red, green and blue colors in about the same proportion. Web safe color of #221E46 is #333333 (or #333).

RGB color model

#221E46 color RGB value is (34,30,70).

  • red value is 34;
  • green value is 30;
  • blue value is 70.
RGB:
(34,30,70)
(13%,12%,27%)

RGB channels and saturation

R 34 of 255 = 13%
G 30 of 255 = 12%
B 70 of 255 = 27%

34
30
70

R + G + B ~ 17%. #221E46 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 30 + 70 = 134 (100%)
R 34 of 134 ~ 25.37%
G 30 of 134 ~ 22.39%
B 70 of 134 ~ 52.24%

%25.37
%22.39
%52.24

CMYK color model

#221E46 color CMYK value is (51,57,0,73).

  • cyan value is 51.43%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(51,57,0,73)
C51M57Y0K73 
(51%,57%,0%,73%)
(0.51/0.57/0.00/0.73)	

CMYK percentages

%51.43
%57.14
%0
%72.55

Codes

Color #221E46 in popluar color models

221E46
RGB343070
HSL246°40.00%19.61%
HSB/HSV246°57.14%27.45%
CMYK51.43%57.14%0.00%
72.55%

Color #221E46 in popluar number systems.

HEX221E46
Decimal343070
Binary100010111101000110
Octal4236106

Shades and tints

Shades of #221E46

#221E46
(34,30,70)
#1F1C40
(31,28,64)
#1C1A3A
(28,26,58)
#191834
(25,24,52)
#16162E
(22,22,46)
#131428
(19,20,40)
#101222
(16,18,34)
#0D101C
(13,16,28)
#0A0E16
(10,14,22)
#070C10
(7,12,16)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #221E46

#221E46
(34,30,70)
#363256
(54,50,86)
#4A4666
(74,70,102)
#5E5A76
(94,90,118)
#726E86
(114,110,134)
#868296
(134,130,150)
#9A96A6
(154,150,166)
#AEAAB6
(174,170,182)
#C2BEC6
(194,190,198)
#D6D2D6
(214,210,214)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221E46 color. Also use rgb(34,30,70) instead hex code.

Text Font Color

.myTextColor { color: #221E46; }

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

This text font color is #221E46.


Background Color

.myBgColor { background-color: #221E46; }

<div style="background-color:#221E46">Inner text</div>

This div background color is #221E46.


Border color

.myBorderColor { border: 1px solid #221E46; }

<div style="border:3px solid #221E46">Div</div>

This div border color is #221E46.


Opacity

.myOpacity80 { color: #221E46; opacity: 0.8; }

<p style="color:#221E46;opacity:0.8;">80%</p>

Text with #221E46 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 #221E46;}

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

This text has shadow with #221E46 color.

.textShadow {text-shadow: 3px 3px 1px #221E46, 3px 3px 1px red;}

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

This text has shadow with #221E46 primary color and red secondary color.


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

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

This text has shadow with #221E46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221E46 on black background.


Color preview on white background

This text has color #221E46 on white background.



Black color preview on #221E46 background

This text has black color on #221E46 background.


White color preview on #221E46 background

This text has white color on #221E46 background.