COLOR #224755

HEX: #224755 RGB: (34,71,85)

Color info

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

RGB color model

#224755 color RGB value is (34,71,85).

RGB: (34,71,85) (13%, 28%, 33%)

RGB channels and saturation

R 34 of 255 = 13%
G 71 of 255 = 28%
B 85 of 255 = 33%

34
71
85

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

Portions of RGB colors in percentages

R + G + B = 34 + 71 + 85 = 190 (100%)
R 34 of 190 ~ 17.89%
G 71 of 190 ~ 37.37%
B 85 of 190 ~ 44.74'%

%17.89
%37.37
%44.74

CMYK color model

#224755 color CMYK value is (60,16,0,67).

  • cyan value is 60.00%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (60,16,0,67)
C60M16Y0K67 (60%, 16%, 0%, 67%)
(0.60 / 0.16 / 0.00 / 0.67)

CMYK percentages

%60
%16.47
%0
%66.67

Codes

Color #224755 in popluar color models

22 47 55
RGB 34 71 85
HSL 196° 42.86% 23.33%
HSB/HSV 196° 60.00% 33.33%
CMYK 60.00% 16.47% 0.00%
66.67%

Color #224755 in popluar number systems.

HEX 22 47 55
Decimal 34 71 85
Binary 100010 1000111 1010101
Octal 42 107 125

Shades and tints

Shades of #224755

#224755
(34,71,85)
#1F414E
(31,65,78)
#1C3B47
(28,59,71)
#193540
(25,53,64)
#162F39
(22,47,57)
#132932
(19,41,50)
#10232B
(16,35,43)
#0D1D24
(13,29,36)
#0A171D
(10,23,29)
#071116
(7,17,22)
#040B0F
(4,11,15)
#000000
(0,0,0)

Tints of #224755

#224755
(34,71,85)
#365764
(54,87,100)
#4A6773
(74,103,115)
#5E7782
(94,119,130)
#728791
(114,135,145)
#8697A0
(134,151,160)
#9AA7AF
(154,167,175)
#AEB7BE
(174,183,190)
#C2C7CD
(194,199,205)
#D6D7DC
(214,215,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224755 color. Also use rgb(34,71,85) instead hex code.

Text Font Color

.myTextColor { color: #224755; }

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

This text font color is #224755.

Background Color

.myBgColor { background-color: #224755; }

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

This div background color is #224755.

Border color

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

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

This div border color is #224755.

Opacity

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

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

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

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

This text has shadow with #224755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224755.

Preview

Color preview on black background

This text has color #224755 on black background.


Color preview on white background

This text has color #224755 on white background.


Black color preview on #224755 background

This text has black color on #224755 background.


White color preview on #224755 background

This text has white color on #224755 background.


Related colors

Complementary color

Complementary color for #hex is #DDB8AA.


I love getcolorcode.com

Triadic colors

1 #552247 and #475522 with #224755 are triadic colors.

2 #554722 and #472255 with #224755 are triadic colors.