COLOR #221B48

HEX: #221B48 RGB: (34,27,72)

Color info

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

RGB color model

#221B48 color RGB value is (34,27,72).

RGB: (34,27,72) (13%, 11%, 28%)

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 72 of 255 = 28%

34
27
72

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

Portions of RGB colors in percentages

R + G + B = 34 + 27 + 72 = 133 (100%)
R 34 of 133 ~ 25.56%
G 27 of 133 ~ 20.3%
B 72 of 133 ~ 54.14'%

%25.56
%20.3
%54.14

CMYK color model

#221B48 color CMYK value is (53,63,0,72).

  • cyan value is 52.78%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (53,63,0,72)
C53M63Y0K72 (53%, 63%, 0%, 72%)
(0.53 / 0.63 / 0.00 / 0.72)

CMYK percentages

%52.78
%62.5
%0
%71.76

Codes

Color #221B48 in popluar color models

22 1B 48
RGB 34 27 72
HSL 249° 45.45% 19.41%
HSB/HSV 249° 62.50% 28.24%
CMYK 52.78% 62.50% 0.00%
71.76%

Color #221B48 in popluar number systems.

HEX 22 1B 48
Decimal 34 27 72
Binary 100010 11011 1001000
Octal 42 33 110

Shades and tints

Shades of #221B48

#221B48
(34,27,72)
#1F1942
(31,25,66)
#1C173C
(28,23,60)
#191536
(25,21,54)
#161330
(22,19,48)
#13112A
(19,17,42)
#100F24
(16,15,36)
#0D0D1E
(13,13,30)
#0A0B18
(10,11,24)
#070912
(7,9,18)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #221B48

#221B48
(34,27,72)
#362F58
(54,47,88)
#4A4368
(74,67,104)
#5E5778
(94,87,120)
#726B88
(114,107,136)
#867F98
(134,127,152)
#9A93A8
(154,147,168)
#AEA7B8
(174,167,184)
#C2BBC8
(194,187,200)
#D6CFD8
(214,207,216)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221B48 color. Also use rgb(34,27,72) instead hex code.

Text Font Color

.myTextColor { color: #221B48; }

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

This text font color is #221B48.

Background Color

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

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

This div background color is #221B48.

Border color

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

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

This div border color is #221B48.

Opacity

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

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

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

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

This text has shadow with #221B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221B48.

Preview

Color preview on black background

This text has color #221B48 on black background.


Color preview on white background

This text has color #221B48 on white background.


Black color preview on #221B48 background

This text has black color on #221B48 background.


White color preview on #221B48 background

This text has white color on #221B48 background.


Related colors

Complementary color

Complementary color for #hex is #DDE4B7.


I love getcolorcode.com

Triadic colors

1 #48221B and #1B4822 with #221B48 are triadic colors.

2 #481B22 and #1B2248 with #221B48 are triadic colors.