COLOR #223A52

HEX: #223A52 RGB: (34,58,82)

Color info

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

RGB color model

#223A52 color RGB value is (34,58,82).

RGB: (34,58,82) (13%, 23%, 32%)

RGB channels and saturation

R 34 of 255 = 13%
G 58 of 255 = 23%
B 82 of 255 = 32%

34
58
82

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

Portions of RGB colors in percentages

R + G + B = 34 + 58 + 82 = 174 (100%)
R 34 of 174 ~ 19.54%
G 58 of 174 ~ 33.33%
B 82 of 174 ~ 47.13'%

%19.54
%33.33
%47.13

CMYK color model

#223A52 color CMYK value is (59,29,0,68).

  • cyan value is 58.54%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (59,29,0,68)
C59M29Y0K68 (59%, 29%, 0%, 68%)
(0.59 / 0.29 / 0.00 / 0.68)

CMYK percentages

%58.54
%29.27
%0
%67.84

Codes

Color #223A52 in popluar color models

22 3A 52
RGB 34 58 82
HSL 210° 41.38% 22.75%
HSB/HSV 210° 58.54% 32.16%
CMYK 58.54% 29.27% 0.00%
67.84%

Color #223A52 in popluar number systems.

HEX 22 3A 52
Decimal 34 58 82
Binary 100010 111010 1010010
Octal 42 72 122

Shades and tints

Shades of #223A52

#223A52
(34,58,82)
#1F354B
(31,53,75)
#1C3044
(28,48,68)
#192B3D
(25,43,61)
#162636
(22,38,54)
#13212F
(19,33,47)
#101C28
(16,28,40)
#0D1721
(13,23,33)
#0A121A
(10,18,26)
#070D13
(7,13,19)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #223A52

#223A52
(34,58,82)
#364B61
(54,75,97)
#4A5C70
(74,92,112)
#5E6D7F
(94,109,127)
#727E8E
(114,126,142)
#868F9D
(134,143,157)
#9AA0AC
(154,160,172)
#AEB1BB
(174,177,187)
#C2C2CA
(194,194,202)
#D6D3D9
(214,211,217)
#EAE4E8
(234,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223A52 color. Also use rgb(34,58,82) instead hex code.

Text Font Color

.myTextColor { color: #223A52; }

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

This text font color is #223A52.

Background Color

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

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

This div background color is #223A52.

Border color

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

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

This div border color is #223A52.

Opacity

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

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

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

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

This text has shadow with #223A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223A52.

Preview

Color preview on black background

This text has color #223A52 on black background.


Color preview on white background

This text has color #223A52 on white background.


Black color preview on #223A52 background

This text has black color on #223A52 background.


White color preview on #223A52 background

This text has white color on #223A52 background.


Related colors

Complementary color

Complementary color for #hex is #DDC5AD.


I love getcolorcode.com

Triadic colors

1 #52223A and #3A5222 with #223A52 are triadic colors.

2 #523A22 and #3A2252 with #223A52 are triadic colors.