COLOR #223491

HEX: #223491
RGB: (34,52,145)

Color info

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

RGB color model

#223491 color RGB value is (34,52,145).

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

RGB channels and saturation

R 34 of 255 = 13%
G 52 of 255 = 20%
B 145 of 255 = 57%

34
52
145

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

Portions of RGB colors in percentages

R + G + B =
34 + 52 + 145 = 231 (100%)
R 34 of 231 ~ 14.72%
G 52 of 231 ~ 22.51%
B 145 of 231 ~ 62.77%

%14.72
%22.51
%62.77

CMYK color model

#223491 color CMYK value is (77,64,0,43).

  • cyan value is 76.55%
  • magenta value is 64.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(77,64,0,43)
C77M64Y0K43 
(77%,64%,0%,43%)
(0.77/0.64/0.00/0.43)	

CMYK percentages

%76.55
%64.14
%0
%43.14

Codes

Color #223491 in popluar color models

223491
RGB3452145
HSL230°62.01%35.10%
HSB/HSV230°76.55%56.86%
CMYK76.55%64.14%0.00%
43.14%

Color #223491 in popluar number systems.

HEX223491
Decimal3452145
Binary10001011010010010001
Octal4264221

Shades and tints

Shades of #223491

#223491
(34,52,145)
#1F3084
(31,48,132)
#1C2C77
(28,44,119)
#19286A
(25,40,106)
#16245D
(22,36,93)
#132050
(19,32,80)
#101C43
(16,28,67)
#0D1836
(13,24,54)
#0A1429
(10,20,41)
#07101C
(7,16,28)
#040C0F
(4,12,15)
#000000
(0,0,0)

Tints of #223491

#223491
(34,52,145)
#36469B
(54,70,155)
#4A58A5
(74,88,165)
#5E6AAF
(94,106,175)
#727CB9
(114,124,185)
#868EC3
(134,142,195)
#9AA0CD
(154,160,205)
#AEB2D7
(174,178,215)
#C2C4E1
(194,196,225)
#D6D6EB
(214,214,235)
#EAE8F5
(234,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223491 color. Also use rgb(34,52,145) instead hex code.

Text Font Color

.myTextColor { color: #223491; }

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

This text font color is #223491.


Background Color

.myBgColor { background-color: #223491; }

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

This div background color is #223491.


Border color

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

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

This div border color is #223491.


Opacity

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

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

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

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

This text has shadow with #223491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223491 on black background.


Color preview on white background

This text has color #223491 on white background.



Black color preview on #223491 background

This text has black color on #223491 background.


White color preview on #223491 background

This text has white color on #223491 background.