COLOR #222961

HEX: #222961 RGB: (34,41,97)

Color info

#222961 contains mainly green and blue colors. Web safe color of #222961 is #333366 (or #336).

RGB color model

#222961 color RGB value is (34,41,97).

RGB: (34,41,97) (13%, 16%, 38%)

RGB channels and saturation

R 34 of 255 = 13%
G 41 of 255 = 16%
B 97 of 255 = 38%

34
41
97

R + G + B ~ 22%. #222961 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 41 + 97 = 172 (100%)
R 34 of 172 ~ 19.77%
G 41 of 172 ~ 23.84%
B 97 of 172 ~ 56.4'%

%19.77
%23.84
%56.4

CMYK color model

#222961 color CMYK value is (65,58,0,62).

  • cyan value is 64.95%
  • magenta value is 57.73%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (65,58,0,62)
C65M58Y0K62 (65%, 58%, 0%, 62%)
(0.65 / 0.58 / 0.00 / 0.62)

CMYK percentages

%64.95
%57.73
%0
%61.96

Codes

Color #222961 in popluar color models

22 29 61
RGB 34 41 97
HSL 233° 48.09% 25.69%
HSB/HSV 233° 64.95% 38.04%
CMYK 64.95% 57.73% 0.00%
61.96%

Color #222961 in popluar number systems.

HEX 22 29 61
Decimal 34 41 97
Binary 100010 101001 1100001
Octal 42 51 141

Shades and tints

Shades of #222961

#222961
(34,41,97)
#1F2659
(31,38,89)
#1C2351
(28,35,81)
#192049
(25,32,73)
#161D41
(22,29,65)
#131A39
(19,26,57)
#101731
(16,23,49)
#0D1429
(13,20,41)
#0A1121
(10,17,33)
#070E19
(7,14,25)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #222961

#222961
(34,41,97)
#363C6F
(54,60,111)
#4A4F7D
(74,79,125)
#5E628B
(94,98,139)
#727599
(114,117,153)
#8688A7
(134,136,167)
#9A9BB5
(154,155,181)
#AEAEC3
(174,174,195)
#C2C1D1
(194,193,209)
#D6D4DF
(214,212,223)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222961 color. Also use rgb(34,41,97) instead hex code.

Text Font Color

.myTextColor { color: #222961; }

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

This text font color is #222961.

Background Color

.myBgColor { background-color: #222961; }

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

This div background color is #222961.

Border color

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

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

This div border color is #222961.

Opacity

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

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

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

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

This text has shadow with #222961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #222961.

Preview

Color preview on black background

This text has color #222961 on black background.


Color preview on white background

This text has color #222961 on white background.


Black color preview on #222961 background

This text has black color on #222961 background.


White color preview on #222961 background

This text has white color on #222961 background.


Related colors

Complementary color

Complementary color for #hex is #DDD69E.


I love getcolorcode.com

Triadic colors

1 #612229 and #296122 with #222961 are triadic colors.

2 #612922 and #292261 with #222961 are triadic colors.