COLOR #224981

HEX: #224981
RGB: (34,73,129)

Color info

#224981 contains mainly green and blue colors. Web safe color of #224981 is #333399 (or #339).

RGB color model

#224981 color RGB value is (34,73,129).

  • red value is 34;
  • green value is 73;
  • blue value is 129.
RGB:
(34,73,129)
(13%,29%,51%)

RGB channels and saturation

R 34 of 255 = 13%
G 73 of 255 = 29%
B 129 of 255 = 51%

34
73
129

R + G + B ~ 31%. #224981 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 73 + 129 = 236 (100%)
R 34 of 236 ~ 14.41%
G 73 of 236 ~ 30.93%
B 129 of 236 ~ 54.66%

%14.41
%30.93
%54.66

CMYK color model

#224981 color CMYK value is (74,43,0,49).

  • cyan value is 73.64%
  • magenta value is 43.41%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(74,43,0,49)
C74M43Y0K49 
(74%,43%,0%,49%)
(0.74/0.43/0.00/0.49)	

CMYK percentages

%73.64
%43.41
%0
%49.41

Codes

Color #224981 in popluar color models

224981
RGB3473129
HSL215°58.28%31.96%
HSB/HSV215°73.64%50.59%
CMYK73.64%43.41%0.00%
49.41%

Color #224981 in popluar number systems.

HEX224981
Decimal3473129
Binary100010100100110000001
Octal42111201

Shades and tints

Shades of #224981

#224981
(34,73,129)
#1F4376
(31,67,118)
#1C3D6B
(28,61,107)
#193760
(25,55,96)
#163155
(22,49,85)
#132B4A
(19,43,74)
#10253F
(16,37,63)
#0D1F34
(13,31,52)
#0A1929
(10,25,41)
#07131E
(7,19,30)
#040D13
(4,13,19)
#000000
(0,0,0)

Tints of #224981

#224981
(34,73,129)
#36598C
(54,89,140)
#4A6997
(74,105,151)
#5E79A2
(94,121,162)
#7289AD
(114,137,173)
#8699B8
(134,153,184)
#9AA9C3
(154,169,195)
#AEB9CE
(174,185,206)
#C2C9D9
(194,201,217)
#D6D9E4
(214,217,228)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224981 color. Also use rgb(34,73,129) instead hex code.

Text Font Color

.myTextColor { color: #224981; }

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

This text font color is #224981.


Background Color

.myBgColor { background-color: #224981; }

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

This div background color is #224981.


Border color

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

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

This div border color is #224981.


Opacity

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

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

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

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

This text has shadow with #224981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224981 on black background.


Color preview on white background

This text has color #224981 on white background.



Black color preview on #224981 background

This text has black color on #224981 background.


White color preview on #224981 background

This text has white color on #224981 background.