COLOR #224554

HEX: #224554
RGB: (34,69,84)

Color info

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

RGB color model

#224554 color RGB value is (34,69,84).

  • red value is 34;
  • green value is 69;
  • blue value is 84.
RGB:
(34,69,84)
(13%,27%,33%)

RGB channels and saturation

R 34 of 255 = 13%
G 69 of 255 = 27%
B 84 of 255 = 33%

34
69
84

R + G + B ~ 24%. #224554 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 69 + 84 = 187 (100%)
R 34 of 187 ~ 18.18%
G 69 of 187 ~ 36.9%
B 84 of 187 ~ 44.92%

%18.18
%36.9
%44.92

CMYK color model

#224554 color CMYK value is (60,18,0,67).

  • cyan value is 59.52%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(60,18,0,67)
C60M18Y0K67 
(60%,18%,0%,67%)
(0.60/0.18/0.00/0.67)	

CMYK percentages

%59.52
%17.86
%0
%67.06

Codes

Color #224554 in popluar color models

224554
RGB346984
HSL198°42.37%23.14%
HSB/HSV198°59.52%32.94%
CMYK59.52%17.86%0.00%
67.06%

Color #224554 in popluar number systems.

HEX224554
Decimal346984
Binary10001010001011010100
Octal42105124

Shades and tints

Shades of #224554

#224554
(34,69,84)
#1F3F4D
(31,63,77)
#1C3946
(28,57,70)
#19333F
(25,51,63)
#162D38
(22,45,56)
#132731
(19,39,49)
#10212A
(16,33,42)
#0D1B23
(13,27,35)
#0A151C
(10,21,28)
#070F15
(7,15,21)
#04090E
(4,9,14)
#000000
(0,0,0)

Tints of #224554

#224554
(34,69,84)
#365563
(54,85,99)
#4A6572
(74,101,114)
#5E7581
(94,117,129)
#728590
(114,133,144)
#86959F
(134,149,159)
#9AA5AE
(154,165,174)
#AEB5BD
(174,181,189)
#C2C5CC
(194,197,204)
#D6D5DB
(214,213,219)
#EAE5EA
(234,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224554 color. Also use rgb(34,69,84) instead hex code.

Text Font Color

.myTextColor { color: #224554; }

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

This text font color is #224554.


Background Color

.myBgColor { background-color: #224554; }

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

This div background color is #224554.


Border color

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

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

This div border color is #224554.


Opacity

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

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

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

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

This text has shadow with #224554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224554 on black background.


Color preview on white background

This text has color #224554 on white background.



Black color preview on #224554 background

This text has black color on #224554 background.


White color preview on #224554 background

This text has white color on #224554 background.