COLOR #224191

HEX: #224191
RGB: (34,65,145)

Color info

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

RGB color model

#224191 color RGB value is (34,65,145).

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

RGB channels and saturation

R 34 of 255 = 13%
G 65 of 255 = 25%
B 145 of 255 = 57%

34
65
145

R + G + B ~ 32%. #224191 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 65 + 145 = 244 (100%)
R 34 of 244 ~ 13.93%
G 65 of 244 ~ 26.64%
B 145 of 244 ~ 59.43%

%13.93
%26.64
%59.43

CMYK color model

#224191 color CMYK value is (77,55,0,43).

  • cyan value is 76.55%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(77,55,0,43)
C77M55Y0K43 
(77%,55%,0%,43%)
(0.77/0.55/0.00/0.43)	

CMYK percentages

%76.55
%55.17
%0
%43.14

Codes

Color #224191 in popluar color models

224191
RGB3465145
HSL223°62.01%35.10%
HSB/HSV223°76.55%56.86%
CMYK76.55%55.17%0.00%
43.14%

Color #224191 in popluar number systems.

HEX224191
Decimal3465145
Binary100010100000110010001
Octal42101221

Shades and tints

Shades of #224191

#224191
(34,65,145)
#1F3C84
(31,60,132)
#1C3777
(28,55,119)
#19326A
(25,50,106)
#162D5D
(22,45,93)
#132850
(19,40,80)
#102343
(16,35,67)
#0D1E36
(13,30,54)
#0A1929
(10,25,41)
#07141C
(7,20,28)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #224191

#224191
(34,65,145)
#36529B
(54,82,155)
#4A63A5
(74,99,165)
#5E74AF
(94,116,175)
#7285B9
(114,133,185)
#8696C3
(134,150,195)
#9AA7CD
(154,167,205)
#AEB8D7
(174,184,215)
#C2C9E1
(194,201,225)
#D6DAEB
(214,218,235)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224191; }

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

This text font color is #224191.


Background Color

.myBgColor { background-color: #224191; }

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

This div background color is #224191.


Border color

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

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

This div border color is #224191.


Opacity

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

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

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

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

This text has shadow with #224191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224191 on black background.


Color preview on white background

This text has color #224191 on white background.



Black color preview on #224191 background

This text has black color on #224191 background.


White color preview on #224191 background

This text has white color on #224191 background.