COLOR #224355

HEX: #224355
RGB: (34,67,85)

Color info

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

RGB color model

#224355 color RGB value is (34,67,85).

  • red value is 34;
  • green value is 67;
  • blue value is 85.
RGB:
(34,67,85)
(13%,26%,33%)

RGB channels and saturation

R 34 of 255 = 13%
G 67 of 255 = 26%
B 85 of 255 = 33%

34
67
85

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

Portions of RGB colors in percentages

R + G + B =
34 + 67 + 85 = 186 (100%)
R 34 of 186 ~ 18.28%
G 67 of 186 ~ 36.02%
B 85 of 186 ~ 45.7%

%18.28
%36.02
%45.7

CMYK color model

#224355 color CMYK value is (60,21,0,67).

  • cyan value is 60.00%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(60,21,0,67)
C60M21Y0K67 
(60%,21%,0%,67%)
(0.60/0.21/0.00/0.67)	

CMYK percentages

%60
%21.18
%0
%66.67

Codes

Color #224355 in popluar color models

224355
RGB346785
HSL201°42.86%23.33%
HSB/HSV201°60.00%33.33%
CMYK60.00%21.18%0.00%
66.67%

Color #224355 in popluar number systems.

HEX224355
Decimal346785
Binary10001010000111010101
Octal42103125

Shades and tints

Shades of #224355

#224355
(34,67,85)
#1F3D4E
(31,61,78)
#1C3747
(28,55,71)
#193140
(25,49,64)
#162B39
(22,43,57)
#132532
(19,37,50)
#101F2B
(16,31,43)
#0D1924
(13,25,36)
#0A131D
(10,19,29)
#070D16
(7,13,22)
#04070F
(4,7,15)
#000000
(0,0,0)

Tints of #224355

#224355
(34,67,85)
#365464
(54,84,100)
#4A6573
(74,101,115)
#5E7682
(94,118,130)
#728791
(114,135,145)
#8698A0
(134,152,160)
#9AA9AF
(154,169,175)
#AEBABE
(174,186,190)
#C2CBCD
(194,203,205)
#D6DCDC
(214,220,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224355; }

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

This text font color is #224355.


Background Color

.myBgColor { background-color: #224355; }

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

This div background color is #224355.


Border color

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

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

This div border color is #224355.


Opacity

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

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

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

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

This text has shadow with #224355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224355 on black background.


Color preview on white background

This text has color #224355 on white background.



Black color preview on #224355 background

This text has black color on #224355 background.


White color preview on #224355 background

This text has white color on #224355 background.