COLOR #224482

HEX: #224482
RGB: (34,68,130)

Color info

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

RGB color model

#224482 color RGB value is (34,68,130).

  • red value is 34;
  • green value is 68;
  • blue value is 130.
RGB:
(34,68,130)
(13%,27%,51%)

RGB channels and saturation

R 34 of 255 = 13%
G 68 of 255 = 27%
B 130 of 255 = 51%

34
68
130

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

Portions of RGB colors in percentages

R + G + B =
34 + 68 + 130 = 232 (100%)
R 34 of 232 ~ 14.66%
G 68 of 232 ~ 29.31%
B 130 of 232 ~ 56.03%

%14.66
%29.31
%56.03

CMYK color model

#224482 color CMYK value is (74,48,0,49).

  • cyan value is 73.85%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(74,48,0,49)
C74M48Y0K49 
(74%,48%,0%,49%)
(0.74/0.48/0.00/0.49)	

CMYK percentages

%73.85
%47.69
%0
%49.02

Codes

Color #224482 in popluar color models

224482
RGB3468130
HSL219°58.54%32.16%
HSB/HSV219°73.85%50.98%
CMYK73.85%47.69%0.00%
49.02%

Color #224482 in popluar number systems.

HEX224482
Decimal3468130
Binary100010100010010000010
Octal42104202

Shades and tints

Shades of #224482

#224482
(34,68,130)
#1F3E77
(31,62,119)
#1C386C
(28,56,108)
#193261
(25,50,97)
#162C56
(22,44,86)
#13264B
(19,38,75)
#102040
(16,32,64)
#0D1A35
(13,26,53)
#0A142A
(10,20,42)
#070E1F
(7,14,31)
#040814
(4,8,20)
#000000
(0,0,0)

Tints of #224482

#224482
(34,68,130)
#36558D
(54,85,141)
#4A6698
(74,102,152)
#5E77A3
(94,119,163)
#7288AE
(114,136,174)
#8699B9
(134,153,185)
#9AAAC4
(154,170,196)
#AEBBCF
(174,187,207)
#C2CCDA
(194,204,218)
#D6DDE5
(214,221,229)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224482 color. Also use rgb(34,68,130) instead hex code.

Text Font Color

.myTextColor { color: #224482; }

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

This text font color is #224482.


Background Color

.myBgColor { background-color: #224482; }

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

This div background color is #224482.


Border color

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

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

This div border color is #224482.


Opacity

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

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

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

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

This text has shadow with #224482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224482 on black background.


Color preview on white background

This text has color #224482 on white background.



Black color preview on #224482 background

This text has black color on #224482 background.


White color preview on #224482 background

This text has white color on #224482 background.