COLOR #221342

HEX: #221342
RGB: (34,19,66)

Color info

#221342 contains red, green and blue colors in about the same proportion. Web safe color of #221342 is #330033 (or #303).

RGB color model

#221342 color RGB value is (34,19,66).

  • red value is 34;
  • green value is 19;
  • blue value is 66.
RGB:
(34,19,66)
(13%,7%,26%)

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 66 of 255 = 26%

34
19
66

R + G + B ~ 15%. #221342 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 66 = 119 (100%)
R 34 of 119 ~ 28.57%
G 19 of 119 ~ 15.97%
B 66 of 119 ~ 55.46%

%28.57
%15.97
%55.46

CMYK color model

#221342 color CMYK value is (48,71,0,74).

  • cyan value is 48.48%
  • magenta value is 71.21%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(48,71,0,74)
C48M71Y0K74 
(48%,71%,0%,74%)
(0.48/0.71/0.00/0.74)	

CMYK percentages

%48.48
%71.21
%0
%74.12

Codes

Color #221342 in popluar color models

221342
RGB341966
HSL259°55.29%16.67%
HSB/HSV259°71.21%25.88%
CMYK48.48%71.21%0.00%
74.12%

Color #221342 in popluar number systems.

HEX221342
Decimal341966
Binary100010100111000010
Octal4223102

Shades and tints

Shades of #221342

#221342
(34,19,66)
#1F123C
(31,18,60)
#1C1136
(28,17,54)
#191030
(25,16,48)
#160F2A
(22,15,42)
#130E24
(19,14,36)
#100D1E
(16,13,30)
#0D0C18
(13,12,24)
#0A0B12
(10,11,18)
#070A0C
(7,10,12)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #221342

#221342
(34,19,66)
#362853
(54,40,83)
#4A3D64
(74,61,100)
#5E5275
(94,82,117)
#726786
(114,103,134)
#867C97
(134,124,151)
#9A91A8
(154,145,168)
#AEA6B9
(174,166,185)
#C2BBCA
(194,187,202)
#D6D0DB
(214,208,219)
#EAE5EC
(234,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221342 color. Also use rgb(34,19,66) instead hex code.

Text Font Color

.myTextColor { color: #221342; }

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

This text font color is #221342.


Background Color

.myBgColor { background-color: #221342; }

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

This div background color is #221342.


Border color

.myBorderColor { border: 1px solid #221342; }

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

This div border color is #221342.


Opacity

.myOpacity80 { color: #221342; opacity: 0.8; }

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

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

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

This text has shadow with #221342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221342 on black background.


Color preview on white background

This text has color #221342 on white background.



Black color preview on #221342 background

This text has black color on #221342 background.


White color preview on #221342 background

This text has white color on #221342 background.