COLOR #224C80

HEX: #224C80
RGB: (34,76,128)

Color info

#224C80 contains mainly green and blue colors. Web safe color of #224C80 is #333366 (or #336).

RGB color model

#224C80 color RGB value is (34,76,128).

  • red value is 34;
  • green value is 76;
  • blue value is 128.
RGB:
(34,76,128)
(13%,30%,50%)

RGB channels and saturation

R 34 of 255 = 13%
G 76 of 255 = 30%
B 128 of 255 = 50%

34
76
128

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

Portions of RGB colors in percentages

R + G + B =
34 + 76 + 128 = 238 (100%)
R 34 of 238 ~ 14.29%
G 76 of 238 ~ 31.93%
B 128 of 238 ~ 53.78%

%14.29
%31.93
%53.78

CMYK color model

#224C80 color CMYK value is (73,41,0,50).

  • cyan value is 73.44%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(73,41,0,50)
C73M41Y0K50 
(73%,41%,0%,50%)
(0.73/0.41/0.00/0.50)	

CMYK percentages

%73.44
%40.63
%0
%49.8

Codes

Color #224C80 in popluar color models

224C80
RGB3476128
HSL213°58.02%31.76%
HSB/HSV213°73.44%50.20%
CMYK73.44%40.63%0.00%
49.80%

Color #224C80 in popluar number systems.

HEX224C80
Decimal3476128
Binary100010100110010000000
Octal42114200

Shades and tints

Shades of #224C80

#224C80
(34,76,128)
#1F4675
(31,70,117)
#1C406A
(28,64,106)
#193A5F
(25,58,95)
#163454
(22,52,84)
#132E49
(19,46,73)
#10283E
(16,40,62)
#0D2233
(13,34,51)
#0A1C28
(10,28,40)
#07161D
(7,22,29)
#041012
(4,16,18)
#000000
(0,0,0)

Tints of #224C80

#224C80
(34,76,128)
#365C8B
(54,92,139)
#4A6C96
(74,108,150)
#5E7CA1
(94,124,161)
#728CAC
(114,140,172)
#869CB7
(134,156,183)
#9AACC2
(154,172,194)
#AEBCCD
(174,188,205)
#C2CCD8
(194,204,216)
#D6DCE3
(214,220,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224C80 color. Also use rgb(34,76,128) instead hex code.

Text Font Color

.myTextColor { color: #224C80; }

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

This text font color is #224C80.


Background Color

.myBgColor { background-color: #224C80; }

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

This div background color is #224C80.


Border color

.myBorderColor { border: 1px solid #224C80; }

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

This div border color is #224C80.


Opacity

.myOpacity80 { color: #224C80; opacity: 0.8; }

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

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

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

This text has shadow with #224C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224C80 on black background.


Color preview on white background

This text has color #224C80 on white background.



Black color preview on #224C80 background

This text has black color on #224C80 background.


White color preview on #224C80 background

This text has white color on #224C80 background.