COLOR #221B62

HEX: #221B62 RGB: (34,27,98)

Color info

#221B62 contains mainly blue color. Web safe color of #221B62 is #333366 (or #336).

RGB color model

#221B62 color RGB value is (34,27,98).

RGB: (34,27,98) (13%, 11%, 38%)

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 98 of 255 = 38%

34
27
98

R + G + B ~ 21%. #221B62 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 27 + 98 = 159 (100%)
R 34 of 159 ~ 21.38%
G 27 of 159 ~ 16.98%
B 98 of 159 ~ 61.64'%

%21.38
%16.98
%61.64

CMYK color model

#221B62 color CMYK value is (65,72,0,62).

  • cyan value is 65.31%
  • magenta value is 72.45%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (65,72,0,62)
C65M72Y0K62 (65%, 72%, 0%, 62%)
(0.65 / 0.72 / 0.00 / 0.62)

CMYK percentages

%65.31
%72.45
%0
%61.57

Codes

Color #221B62 in popluar color models

22 1B 62
RGB 34 27 98
HSL 246° 56.80% 24.51%
HSB/HSV 246° 72.45% 38.43%
CMYK 65.31% 72.45% 0.00%
61.57%

Color #221B62 in popluar number systems.

HEX 22 1B 62
Decimal 34 27 98
Binary 100010 11011 1100010
Octal 42 33 142

Shades and tints

Shades of #221B62

#221B62
(34,27,98)
#1F195A
(31,25,90)
#1C1752
(28,23,82)
#19154A
(25,21,74)
#161342
(22,19,66)
#13113A
(19,17,58)
#100F32
(16,15,50)
#0D0D2A
(13,13,42)
#0A0B22
(10,11,34)
#07091A
(7,9,26)
#040712
(4,7,18)
#000000
(0,0,0)

Tints of #221B62

#221B62
(34,27,98)
#362F70
(54,47,112)
#4A437E
(74,67,126)
#5E578C
(94,87,140)
#726B9A
(114,107,154)
#867FA8
(134,127,168)
#9A93B6
(154,147,182)
#AEA7C4
(174,167,196)
#C2BBD2
(194,187,210)
#D6CFE0
(214,207,224)
#EAE3EE
(234,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B62; }

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

This text font color is #221B62.

Background Color

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

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

This div background color is #221B62.

Border color

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

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

This div border color is #221B62.

Opacity

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

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

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

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

This text has shadow with #221B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221B62.

Preview

Color preview on black background

This text has color #221B62 on black background.


Color preview on white background

This text has color #221B62 on white background.


Black color preview on #221B62 background

This text has black color on #221B62 background.


White color preview on #221B62 background

This text has white color on #221B62 background.


Related colors

Complementary color

Complementary color for #hex is #DDE49D.


I love getcolorcode.com

Triadic colors

1 #62221B and #1B6222 with #221B62 are triadic colors.

2 #621B22 and #1B2262 with #221B62 are triadic colors.