COLOR #222337

HEX: #222337 RGB: (34,35,55)

Color info

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

RGB color model

#222337 color RGB value is (34,35,55).

RGB: (34,35,55) (13%, 14%, 22%)

RGB channels and saturation

R 34 of 255 = 13%
G 35 of 255 = 14%
B 55 of 255 = 22%

34
35
55

R + G + B ~ 16%. #222337 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 35 + 55 = 124 (100%)
R 34 of 124 ~ 27.42%
G 35 of 124 ~ 28.23%
B 55 of 124 ~ 44.35'%

%27.42
%28.23
%44.35

CMYK color model

#222337 color CMYK value is (38,36,0,78).

  • cyan value is 38.18%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (38,36,0,78)
C38M36Y0K78 (38%, 36%, 0%, 78%)
(0.38 / 0.36 / 0.00 / 0.78)

CMYK percentages

%38.18
%36.36
%0
%78.43

Codes

Color #222337 in popluar color models

22 23 37
RGB 34 35 55
HSL 237° 23.60% 17.45%
HSB/HSV 237° 38.18% 21.57%
CMYK 38.18% 36.36% 0.00%
78.43%

Color #222337 in popluar number systems.

HEX 22 23 37
Decimal 34 35 55
Binary 100010 100011 110111
Octal 42 43 67

Shades and tints

Shades of #222337

#222337
(34,35,55)
#1F2032
(31,32,50)
#1C1D2D
(28,29,45)
#191A28
(25,26,40)
#161723
(22,23,35)
#13141E
(19,20,30)
#101119
(16,17,25)
#0D0E14
(13,14,20)
#0A0B0F
(10,11,15)
#07080A
(7,8,10)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #222337

#222337
(34,35,55)
#363749
(54,55,73)
#4A4B5B
(74,75,91)
#5E5F6D
(94,95,109)
#72737F
(114,115,127)
#868791
(134,135,145)
#9A9BA3
(154,155,163)
#AEAFB5
(174,175,181)
#C2C3C7
(194,195,199)
#D6D7D9
(214,215,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222337 color. Also use rgb(34,35,55) instead hex code.

Text Font Color

.myTextColor { color: #222337; }

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

This text font color is #222337.

Background Color

.myBgColor { background-color: #222337; }

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

This div background color is #222337.

Border color

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

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

This div border color is #222337.

Opacity

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

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

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

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

This text has shadow with #222337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #222337.

Preview

Color preview on black background

This text has color #222337 on black background.


Color preview on white background

This text has color #222337 on white background.


Black color preview on #222337 background

This text has black color on #222337 background.


White color preview on #222337 background

This text has white color on #222337 background.


Related colors

Complementary color

Complementary color for #hex is #DDDCC8.


I love getcolorcode.com

Triadic colors

1 #372223 and #233722 with #222337 are triadic colors.

2 #372322 and #232237 with #222337 are triadic colors.