COLOR #224A56

HEX: #224A56 RGB: (34,74,86)

Color info

#224A56 contains red, green and blue colors in about the same proportion. Web safe color of #224A56 is #333366 (or #336).

RGB color model

#224A56 color RGB value is (34,74,86).

RGB: (34,74,86) (13%, 29%, 34%)

RGB channels and saturation

R 34 of 255 = 13%
G 74 of 255 = 29%
B 86 of 255 = 34%

34
74
86

R + G + B ~ 25%. #224A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 74 + 86 = 194 (100%)
R 34 of 194 ~ 17.53%
G 74 of 194 ~ 38.14%
B 86 of 194 ~ 44.33'%

%17.53
%38.14
%44.33

CMYK color model

#224A56 color CMYK value is (60,14,0,66).

  • cyan value is 60.47%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (60,14,0,66)
C60M14Y0K66 (60%, 14%, 0%, 66%)
(0.60 / 0.14 / 0.00 / 0.66)

CMYK percentages

%60.47
%13.95
%0
%66.27

Codes

Color #224A56 in popluar color models

22 4A 56
RGB 34 74 86
HSL 194° 43.33% 23.53%
HSB/HSV 194° 60.47% 33.73%
CMYK 60.47% 13.95% 0.00%
66.27%

Color #224A56 in popluar number systems.

HEX 22 4A 56
Decimal 34 74 86
Binary 100010 1001010 1010110
Octal 42 112 126

Shades and tints

Shades of #224A56

#224A56
(34,74,86)
#1F444F
(31,68,79)
#1C3E48
(28,62,72)
#193841
(25,56,65)
#16323A
(22,50,58)
#132C33
(19,44,51)
#10262C
(16,38,44)
#0D2025
(13,32,37)
#0A1A1E
(10,26,30)
#071417
(7,20,23)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #224A56

#224A56
(34,74,86)
#365A65
(54,90,101)
#4A6A74
(74,106,116)
#5E7A83
(94,122,131)
#728A92
(114,138,146)
#869AA1
(134,154,161)
#9AAAB0
(154,170,176)
#AEBABF
(174,186,191)
#C2CACE
(194,202,206)
#D6DADD
(214,218,221)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224A56 color. Also use rgb(34,74,86) instead hex code.

Text Font Color

.myTextColor { color: #224A56; }

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

This text font color is #224A56.

Background Color

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

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

This div background color is #224A56.

Border color

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

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

This div border color is #224A56.

Opacity

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

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

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

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

This text has shadow with #224A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224A56.

Preview

Color preview on black background

This text has color #224A56 on black background.


Color preview on white background

This text has color #224A56 on white background.


Black color preview on #224A56 background

This text has black color on #224A56 background.


White color preview on #224A56 background

This text has white color on #224A56 background.


Related colors

Complementary color

Complementary color for #hex is #DDB5A9.


I love getcolorcode.com

Triadic colors

1 #56224A and #4A5622 with #224A56 are triadic colors.

2 #564A22 and #4A2256 with #224A56 are triadic colors.