COLOR #223385

HEX: #223385
RGB: (34,51,133)

Color info

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

RGB color model

#223385 color RGB value is (34,51,133).

  • red value is 34;
  • green value is 51;
  • blue value is 133.
RGB:
(34,51,133)
(13%,20%,52%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 133 of 255 = 52%

34
51
133

R + G + B ~ 28%. #223385 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 51 + 133 = 218 (100%)
R 34 of 218 ~ 15.6%
G 51 of 218 ~ 23.39%
B 133 of 218 ~ 61.01%

%15.6
%23.39
%61.01

CMYK color model

#223385 color CMYK value is (74,62,0,48).

  • cyan value is 74.44%
  • magenta value is 61.65%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(74,62,0,48)
C74M62Y0K48 
(74%,62%,0%,48%)
(0.74/0.62/0.00/0.48)	

CMYK percentages

%74.44
%61.65
%0
%47.84

Codes

Color #223385 in popluar color models

223385
RGB3451133
HSL230°59.28%32.75%
HSB/HSV230°74.44%52.16%
CMYK74.44%61.65%0.00%
47.84%

Color #223385 in popluar number systems.

HEX223385
Decimal3451133
Binary10001011001110000101
Octal4263205

Shades and tints

Shades of #223385

#223385
(34,51,133)
#1F2F79
(31,47,121)
#1C2B6D
(28,43,109)
#192761
(25,39,97)
#162355
(22,35,85)
#131F49
(19,31,73)
#101B3D
(16,27,61)
#0D1731
(13,23,49)
#0A1325
(10,19,37)
#070F19
(7,15,25)
#040B0D
(4,11,13)
#000000
(0,0,0)

Tints of #223385

#223385
(34,51,133)
#364590
(54,69,144)
#4A579B
(74,87,155)
#5E69A6
(94,105,166)
#727BB1
(114,123,177)
#868DBC
(134,141,188)
#9A9FC7
(154,159,199)
#AEB1D2
(174,177,210)
#C2C3DD
(194,195,221)
#D6D5E8
(214,213,232)
#EAE7F3
(234,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223385 color. Also use rgb(34,51,133) instead hex code.

Text Font Color

.myTextColor { color: #223385; }

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

This text font color is #223385.


Background Color

.myBgColor { background-color: #223385; }

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

This div background color is #223385.


Border color

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

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

This div border color is #223385.


Opacity

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

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

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

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

This text has shadow with #223385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223385 on black background.


Color preview on white background

This text has color #223385 on white background.



Black color preview on #223385 background

This text has black color on #223385 background.


White color preview on #223385 background

This text has white color on #223385 background.