COLOR #222F59

HEX: #222F59
RGB: (34,47,89)

Color info

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

RGB color model

#222F59 color RGB value is (34,47,89).

  • red value is 34;
  • green value is 47;
  • blue value is 89.
RGB:
(34,47,89)
(13%,18%,35%)

RGB channels and saturation

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

34
47
89

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

Portions of RGB colors in percentages

R + G + B =
34 + 47 + 89 = 170 (100%)
R 34 of 170 ~ 20%
G 47 of 170 ~ 27.65%
B 89 of 170 ~ 52.35%

%20
%27.65
%52.35

CMYK color model

#222F59 color CMYK value is (62,47,0,65).

  • cyan value is 61.80%
  • magenta value is 47.19%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(62,47,0,65)
C62M47Y0K65 
(62%,47%,0%,65%)
(0.62/0.47/0.00/0.65)	

CMYK percentages

%61.8
%47.19
%0
%65.1

Codes

Color #222F59 in popluar color models

222F59
RGB344789
HSL226°44.72%24.12%
HSB/HSV226°61.80%34.90%
CMYK61.80%47.19%0.00%
65.10%

Color #222F59 in popluar number systems.

HEX222F59
Decimal344789
Binary1000101011111011001
Octal4257131

Shades and tints

Shades of #222F59

#222F59
(34,47,89)
#1F2B51
(31,43,81)
#1C2749
(28,39,73)
#192341
(25,35,65)
#161F39
(22,31,57)
#131B31
(19,27,49)
#101729
(16,23,41)
#0D1321
(13,19,33)
#0A0F19
(10,15,25)
#070B11
(7,11,17)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #222F59

#222F59
(34,47,89)
#364168
(54,65,104)
#4A5377
(74,83,119)
#5E6586
(94,101,134)
#727795
(114,119,149)
#8689A4
(134,137,164)
#9A9BB3
(154,155,179)
#AEADC2
(174,173,194)
#C2BFD1
(194,191,209)
#D6D1E0
(214,209,224)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222F59; }

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

This text font color is #222F59.


Background Color

.myBgColor { background-color: #222F59; }

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

This div background color is #222F59.


Border color

.myBorderColor { border: 1px solid #222F59; }

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

This div border color is #222F59.


Opacity

.myOpacity80 { color: #222F59; opacity: 0.8; }

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

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

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

This text has shadow with #222F59 color.

.textShadow {text-shadow: 3px 3px 1px #222F59, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #222F59;
-webkit-box-shadow: 1px 1px 3px 2px #222F59;
box-shadow:1px 1px 3px 2px #222F59;">
Div content here</div>
This div box has shadow with color #222F59.

Preview

Color preview on black background

This text has color #222F59 on black background.


Color preview on white background

This text has color #222F59 on white background.



Black color preview on #222F59 background

This text has black color on #222F59 background.


White color preview on #222F59 background

This text has white color on #222F59 background.