COLOR #224054

HEX: #224054
RGB: (34,64,84)

Color info

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

RGB color model

#224054 color RGB value is (34,64,84).

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

RGB channels and saturation

R 34 of 255 = 13%
G 64 of 255 = 25%
B 84 of 255 = 33%

34
64
84

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

Portions of RGB colors in percentages

R + G + B =
34 + 64 + 84 = 182 (100%)
R 34 of 182 ~ 18.68%
G 64 of 182 ~ 35.16%
B 84 of 182 ~ 46.15%

%18.68
%35.16
%46.15

CMYK color model

#224054 color CMYK value is (60,24,0,67).

  • cyan value is 59.52%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(60,24,0,67)
C60M24Y0K67 
(60%,24%,0%,67%)
(0.60/0.24/0.00/0.67)	

CMYK percentages

%59.52
%23.81
%0
%67.06

Codes

Color #224054 in popluar color models

224054
RGB346484
HSL204°42.37%23.14%
HSB/HSV204°59.52%32.94%
CMYK59.52%23.81%0.00%
67.06%

Color #224054 in popluar number systems.

HEX224054
Decimal346484
Binary10001010000001010100
Octal42100124

Shades and tints

Shades of #224054

#224054
(34,64,84)
#1F3B4D
(31,59,77)
#1C3646
(28,54,70)
#19313F
(25,49,63)
#162C38
(22,44,56)
#132731
(19,39,49)
#10222A
(16,34,42)
#0D1D23
(13,29,35)
#0A181C
(10,24,28)
#071315
(7,19,21)
#040E0E
(4,14,14)
#000000
(0,0,0)

Tints of #224054

#224054
(34,64,84)
#365163
(54,81,99)
#4A6272
(74,98,114)
#5E7381
(94,115,129)
#728490
(114,132,144)
#86959F
(134,149,159)
#9AA6AE
(154,166,174)
#AEB7BD
(174,183,189)
#C2C8CC
(194,200,204)
#D6D9DB
(214,217,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224054; }

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

This text font color is #224054.


Background Color

.myBgColor { background-color: #224054; }

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

This div background color is #224054.


Border color

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

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

This div border color is #224054.


Opacity

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

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

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

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

This text has shadow with #224054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224054 on black background.


Color preview on white background

This text has color #224054 on white background.



Black color preview on #224054 background

This text has black color on #224054 background.


White color preview on #224054 background

This text has white color on #224054 background.