COLOR #223D51

HEX: #223D51 RGB: (34,61,81)

Color info

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

RGB color model

#223D51 color RGB value is (34,61,81).

RGB: (34,61,81) (13%, 24%, 32%)

RGB channels and saturation

R 34 of 255 = 13%
G 61 of 255 = 24%
B 81 of 255 = 32%

34
61
81

R + G + B ~ 23%. #223D51 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 61 + 81 = 176 (100%)
R 34 of 176 ~ 19.32%
G 61 of 176 ~ 34.66%
B 81 of 176 ~ 46.02'%

%19.32
%34.66
%46.02

CMYK color model

#223D51 color CMYK value is (58,25,0,68).

  • cyan value is 58.02%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (58,25,0,68)
C58M25Y0K68 (58%, 25%, 0%, 68%)
(0.58 / 0.25 / 0.00 / 0.68)

CMYK percentages

%58.02
%24.69
%0
%68.24

Codes

Color #223D51 in popluar color models

22 3D 51
RGB 34 61 81
HSL 206° 40.87% 22.55%
HSB/HSV 206° 58.02% 31.76%
CMYK 58.02% 24.69% 0.00%
68.24%

Color #223D51 in popluar number systems.

HEX 22 3D 51
Decimal 34 61 81
Binary 100010 111101 1010001
Octal 42 75 121

Shades and tints

Shades of #223D51

#223D51
(34,61,81)
#1F384A
(31,56,74)
#1C3343
(28,51,67)
#192E3C
(25,46,60)
#162935
(22,41,53)
#13242E
(19,36,46)
#101F27
(16,31,39)
#0D1A20
(13,26,32)
#0A1519
(10,21,25)
#071012
(7,16,18)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #223D51

#223D51
(34,61,81)
#364E60
(54,78,96)
#4A5F6F
(74,95,111)
#5E707E
(94,112,126)
#72818D
(114,129,141)
#86929C
(134,146,156)
#9AA3AB
(154,163,171)
#AEB4BA
(174,180,186)
#C2C5C9
(194,197,201)
#D6D6D8
(214,214,216)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223D51 color. Also use rgb(34,61,81) instead hex code.

Text Font Color

.myTextColor { color: #223D51; }

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

This text font color is #223D51.

Background Color

.myBgColor { background-color: #223D51; }

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

This div background color is #223D51.

Border color

.myBorderColor { border: 1px solid #223D51; }

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

This div border color is #223D51.

Opacity

.myOpacity80 { color: #223D51; opacity: 0.8; }

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

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

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

This text has shadow with #223D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223D51.

Preview

Color preview on black background

This text has color #223D51 on black background.


Color preview on white background

This text has color #223D51 on white background.


Black color preview on #223D51 background

This text has black color on #223D51 background.


White color preview on #223D51 background

This text has white color on #223D51 background.


Related colors

Complementary color

Complementary color for #hex is #DDC2AE.


I love getcolorcode.com

Triadic colors

1 #51223D and #3D5122 with #223D51 are triadic colors.

2 #513D22 and #3D2251 with #223D51 are triadic colors.