COLOR #223241

HEX: #223241 RGB: (34,50,65)

Color info

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

RGB color model

#223241 color RGB value is (34,50,65).

RGB: (34,50,65) (13%, 20%, 25%)

RGB channels and saturation

R 34 of 255 = 13%
G 50 of 255 = 20%
B 65 of 255 = 25%

34
50
65

R + G + B ~ 19%. #223241 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 50 + 65 = 149 (100%)
R 34 of 149 ~ 22.82%
G 50 of 149 ~ 33.56%
B 65 of 149 ~ 43.62'%

%22.82
%33.56
%43.62

CMYK color model

#223241 color CMYK value is (48,23,0,75).

  • cyan value is 47.69%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (48,23,0,75)
C48M23Y0K75 (48%, 23%, 0%, 75%)
(0.48 / 0.23 / 0.00 / 0.75)

CMYK percentages

%47.69
%23.08
%0
%74.51

Codes

Color #223241 in popluar color models

22 32 41
RGB 34 50 65
HSL 209° 31.31% 19.41%
HSB/HSV 209° 47.69% 25.49%
CMYK 47.69% 23.08% 0.00%
74.51%

Color #223241 in popluar number systems.

HEX 22 32 41
Decimal 34 50 65
Binary 100010 110010 1000001
Octal 42 62 101

Shades and tints

Shades of #223241

#223241
(34,50,65)
#1F2E3C
(31,46,60)
#1C2A37
(28,42,55)
#192632
(25,38,50)
#16222D
(22,34,45)
#131E28
(19,30,40)
#101A23
(16,26,35)
#0D161E
(13,22,30)
#0A1219
(10,18,25)
#070E14
(7,14,20)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #223241

#223241
(34,50,65)
#364452
(54,68,82)
#4A5663
(74,86,99)
#5E6874
(94,104,116)
#727A85
(114,122,133)
#868C96
(134,140,150)
#9A9EA7
(154,158,167)
#AEB0B8
(174,176,184)
#C2C2C9
(194,194,201)
#D6D4DA
(214,212,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223241; }

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

This text font color is #223241.

Background Color

.myBgColor { background-color: #223241; }

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

This div background color is #223241.

Border color

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

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

This div border color is #223241.

Opacity

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

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

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

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

This text has shadow with #223241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223241.

Preview

Color preview on black background

This text has color #223241 on black background.


Color preview on white background

This text has color #223241 on white background.


Black color preview on #223241 background

This text has black color on #223241 background.


White color preview on #223241 background

This text has white color on #223241 background.


Related colors

Complementary color

Complementary color for #hex is #DDCDBE.


I love getcolorcode.com

Triadic colors

1 #412232 and #324122 with #223241 are triadic colors.

2 #413222 and #322241 with #223241 are triadic colors.