COLOR #223267

HEX: #223267
RGB: (34,50,103)

Color info

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

RGB color model

#223267 color RGB value is (34,50,103).

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

RGB channels and saturation

R 34 of 255 = 13%
G 50 of 255 = 20%
B 103 of 255 = 40%

34
50
103

R + G + B ~ 24%. #223267 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 50 + 103 = 187 (100%)
R 34 of 187 ~ 18.18%
G 50 of 187 ~ 26.74%
B 103 of 187 ~ 55.08%

%18.18
%26.74
%55.08

CMYK color model

#223267 color CMYK value is (67,51,0,60).

  • cyan value is 66.99%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(67,51,0,60)
C67M51Y0K60 
(67%,51%,0%,60%)
(0.67/0.51/0.00/0.60)	

CMYK percentages

%66.99
%51.46
%0
%59.61

Codes

Color #223267 in popluar color models

223267
RGB3450103
HSL226°50.36%26.86%
HSB/HSV226°66.99%40.39%
CMYK66.99%51.46%0.00%
59.61%

Color #223267 in popluar number systems.

HEX223267
Decimal3450103
Binary1000101100101100111
Octal4262147

Shades and tints

Shades of #223267

#223267
(34,50,103)
#1F2E5E
(31,46,94)
#1C2A55
(28,42,85)
#19264C
(25,38,76)
#162243
(22,34,67)
#131E3A
(19,30,58)
#101A31
(16,26,49)
#0D1628
(13,22,40)
#0A121F
(10,18,31)
#070E16
(7,14,22)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #223267

#223267
(34,50,103)
#364474
(54,68,116)
#4A5681
(74,86,129)
#5E688E
(94,104,142)
#727A9B
(114,122,155)
#868CA8
(134,140,168)
#9A9EB5
(154,158,181)
#AEB0C2
(174,176,194)
#C2C2CF
(194,194,207)
#D6D4DC
(214,212,220)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223267; }

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

This text font color is #223267.


Background Color

.myBgColor { background-color: #223267; }

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

This div background color is #223267.


Border color

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

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

This div border color is #223267.


Opacity

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

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

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

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

This text has shadow with #223267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223267 on black background.


Color preview on white background

This text has color #223267 on white background.



Black color preview on #223267 background

This text has black color on #223267 background.


White color preview on #223267 background

This text has white color on #223267 background.