COLOR #223269

HEX: #223269
RGB: (34,50,105)

Color info

#223269 contains mainly green and blue colors. Web safe color of #223269 is #333366 (or #336).

RGB color model

#223269 color RGB value is (34,50,105).

  • red value is 34;
  • green value is 50;
  • blue value is 105.
RGB:
(34,50,105)
(13%,20%,41%)

RGB channels and saturation

R 34 of 255 = 13%
G 50 of 255 = 20%
B 105 of 255 = 41%

34
50
105

R + G + B ~ 25%. #223269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 50 + 105 = 189 (100%)
R 34 of 189 ~ 17.99%
G 50 of 189 ~ 26.46%
B 105 of 189 ~ 55.56%

%17.99
%26.46
%55.56

CMYK color model

#223269 color CMYK value is (68,52,0,59).

  • cyan value is 67.62%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(68,52,0,59)
C68M52Y0K59 
(68%,52%,0%,59%)
(0.68/0.52/0.00/0.59)	

CMYK percentages

%67.62
%52.38
%0
%58.82

Codes

Color #223269 in popluar color models

223269
RGB3450105
HSL226°51.08%27.25%
HSB/HSV226°67.62%41.18%
CMYK67.62%52.38%0.00%
58.82%

Color #223269 in popluar number systems.

HEX223269
Decimal3450105
Binary1000101100101101001
Octal4262151

Shades and tints

Shades of #223269

#223269
(34,50,105)
#1F2E60
(31,46,96)
#1C2A57
(28,42,87)
#19264E
(25,38,78)
#162245
(22,34,69)
#131E3C
(19,30,60)
#101A33
(16,26,51)
#0D162A
(13,22,42)
#0A1221
(10,18,33)
#070E18
(7,14,24)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #223269

#223269
(34,50,105)
#364476
(54,68,118)
#4A5683
(74,86,131)
#5E6890
(94,104,144)
#727A9D
(114,122,157)
#868CAA
(134,140,170)
#9A9EB7
(154,158,183)
#AEB0C4
(174,176,196)
#C2C2D1
(194,194,209)
#D6D4DE
(214,212,222)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223269; }

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

This text font color is #223269.


Background Color

.myBgColor { background-color: #223269; }

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

This div background color is #223269.


Border color

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

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

This div border color is #223269.


Opacity

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

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

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

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

This text has shadow with #223269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223269 on black background.


Color preview on white background

This text has color #223269 on white background.



Black color preview on #223269 background

This text has black color on #223269 background.


White color preview on #223269 background

This text has white color on #223269 background.