COLOR #223D89

HEX: #223D89
RGB: (34,61,137)

Color info

#223D89 contains mainly blue color. Web safe color of #223D89 is #333399 (or #339).

RGB color model

#223D89 color RGB value is (34,61,137).

  • red value is 34;
  • green value is 61;
  • blue value is 137.
RGB:
(34,61,137)
(13%,24%,54%)

RGB channels and saturation

R 34 of 255 = 13%
G 61 of 255 = 24%
B 137 of 255 = 54%

34
61
137

R + G + B ~ 30%. #223D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 61 + 137 = 232 (100%)
R 34 of 232 ~ 14.66%
G 61 of 232 ~ 26.29%
B 137 of 232 ~ 59.05%

%14.66
%26.29
%59.05

CMYK color model

#223D89 color CMYK value is (75,55,0,46).

  • cyan value is 75.18%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(75,55,0,46)
C75M55Y0K46 
(75%,55%,0%,46%)
(0.75/0.55/0.00/0.46)	

CMYK percentages

%75.18
%55.47
%0
%46.27

Codes

Color #223D89 in popluar color models

223D89
RGB3461137
HSL224°60.23%33.53%
HSB/HSV224°75.18%53.73%
CMYK75.18%55.47%0.00%
46.27%

Color #223D89 in popluar number systems.

HEX223D89
Decimal3461137
Binary10001011110110001001
Octal4275211

Shades and tints

Shades of #223D89

#223D89
(34,61,137)
#1F387D
(31,56,125)
#1C3371
(28,51,113)
#192E65
(25,46,101)
#162959
(22,41,89)
#13244D
(19,36,77)
#101F41
(16,31,65)
#0D1A35
(13,26,53)
#0A1529
(10,21,41)
#07101D
(7,16,29)
#040B11
(4,11,17)
#000000
(0,0,0)

Tints of #223D89

#223D89
(34,61,137)
#364E93
(54,78,147)
#4A5F9D
(74,95,157)
#5E70A7
(94,112,167)
#7281B1
(114,129,177)
#8692BB
(134,146,187)
#9AA3C5
(154,163,197)
#AEB4CF
(174,180,207)
#C2C5D9
(194,197,217)
#D6D6E3
(214,214,227)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223D89; }

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

This text font color is #223D89.


Background Color

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

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

This div background color is #223D89.


Border color

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

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

This div border color is #223D89.


Opacity

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

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

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

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

This text has shadow with #223D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223D89 on black background.


Color preview on white background

This text has color #223D89 on white background.



Black color preview on #223D89 background

This text has black color on #223D89 background.


White color preview on #223D89 background

This text has white color on #223D89 background.