COLOR #224E78

HEX: #224E78 RGB: (34,78,120)

Color info

#224E78 contains mainly green and blue colors. Web safe color of #224E78 is #336666 (or #366).

RGB color model

#224E78 color RGB value is (34,78,120).

RGB: (34,78,120) (13%, 31%, 47%)

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 120 of 255 = 47%

34
78
120

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

Portions of RGB colors in percentages

R + G + B = 34 + 78 + 120 = 232 (100%)
R 34 of 232 ~ 14.66%
G 78 of 232 ~ 33.62%
B 120 of 232 ~ 51.72'%

%14.66
%33.62
%51.72

CMYK color model

#224E78 color CMYK value is (72,35,0,53).

  • cyan value is 71.67%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (72,35,0,53)
C72M35Y0K53 (72%, 35%, 0%, 53%)
(0.72 / 0.35 / 0.00 / 0.53)

CMYK percentages

%71.67
%35
%0
%52.94

Codes

Color #224E78 in popluar color models

22 4E 78
RGB 34 78 120
HSL 209° 55.84% 30.20%
HSB/HSV 209° 71.67% 47.06%
CMYK 71.67% 35.00% 0.00%
52.94%

Color #224E78 in popluar number systems.

HEX 22 4E 78
Decimal 34 78 120
Binary 100010 1001110 1111000
Octal 42 116 170

Shades and tints

Shades of #224E78

#224E78
(34,78,120)
#1F476E
(31,71,110)
#1C4064
(28,64,100)
#19395A
(25,57,90)
#163250
(22,50,80)
#132B46
(19,43,70)
#10243C
(16,36,60)
#0D1D32
(13,29,50)
#0A1628
(10,22,40)
#070F1E
(7,15,30)
#040814
(4,8,20)
#000000
(0,0,0)

Tints of #224E78

#224E78
(34,78,120)
#365E84
(54,94,132)
#4A6E90
(74,110,144)
#5E7E9C
(94,126,156)
#728EA8
(114,142,168)
#869EB4
(134,158,180)
#9AAEC0
(154,174,192)
#AEBECC
(174,190,204)
#C2CED8
(194,206,216)
#D6DEE4
(214,222,228)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224E78 color. Also use rgb(34,78,120) instead hex code.

Text Font Color

.myTextColor { color: #224E78; }

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

This text font color is #224E78.

Background Color

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

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

This div background color is #224E78.

Border color

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

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

This div border color is #224E78.

Opacity

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

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

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

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

This text has shadow with #224E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224E78.

Preview

Color preview on black background

This text has color #224E78 on black background.


Color preview on white background

This text has color #224E78 on white background.


Black color preview on #224E78 background

This text has black color on #224E78 background.


White color preview on #224E78 background

This text has white color on #224E78 background.


Related colors

Complementary color

Complementary color for #hex is #DDB187.


I love getcolorcode.com

Triadic colors

1 #78224E and #4E7822 with #224E78 are triadic colors.

2 #784E22 and #4E2278 with #224E78 are triadic colors.