COLOR #222259

HEX: #222259 RGB: (34,34,89)

Color info

#222259 contains red, green and blue colors in about the same proportion. Web safe color of #222259 is #333366 (or #336).

RGB color model

#222259 color RGB value is (34,34,89).

RGB: (34,34,89) (13%, 13%, 35%)

RGB channels and saturation

R 34 of 255 = 13%
G 34 of 255 = 13%
B 89 of 255 = 35%

34
34
89

R + G + B ~ 20%. #222259 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 34 + 89 = 157 (100%)
R 34 of 157 ~ 21.66%
G 34 of 157 ~ 21.66%
B 89 of 157 ~ 56.69'%

%21.66
%21.66
%56.69

CMYK color model

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

  • cyan value is 61.80%
  • magenta value is 61.80%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (62,62,0,65)
C62M62Y0K65 (62%, 62%, 0%, 65%)
(0.62 / 0.62 / 0.00 / 0.65)

CMYK percentages

%61.8
%61.8
%0
%65.1

Codes

Color #222259 in popluar color models

22 22 59
RGB 34 34 89
HSL 240° 44.72% 24.12%
HSB/HSV 240° 61.80% 34.90%
CMYK 61.80% 61.80% 0.00%
65.10%

Color #222259 in popluar number systems.

HEX 22 22 59
Decimal 34 34 89
Binary 100010 100010 1011001
Octal 42 42 131

Shades and tints

Shades of #222259

#222259
(34,34,89)
#1F1F51
(31,31,81)
#1C1C49
(28,28,73)
#191941
(25,25,65)
#161639
(22,22,57)
#131331
(19,19,49)
#101029
(16,16,41)
#0D0D21
(13,13,33)
#0A0A19
(10,10,25)
#070711
(7,7,17)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #222259

#222259
(34,34,89)
#363668
(54,54,104)
#4A4A77
(74,74,119)
#5E5E86
(94,94,134)
#727295
(114,114,149)
#8686A4
(134,134,164)
#9A9AB3
(154,154,179)
#AEAEC2
(174,174,194)
#C2C2D1
(194,194,209)
#D6D6E0
(214,214,224)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222259; }

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

This text font color is #222259.

Background Color

.myBgColor { background-color: #222259; }

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

This div background color is #222259.

Border color

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

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

This div border color is #222259.

Opacity

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

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

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

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

This text has shadow with #222259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #222259.

Preview

Color preview on black background

This text has color #222259 on black background.


Color preview on white background

This text has color #222259 on white background.


Black color preview on #222259 background

This text has black color on #222259 background.


White color preview on #222259 background

This text has white color on #222259 background.


Related colors

Complementary color

Complementary color for #hex is #DDDDA6.


I love getcolorcode.com