COLOR #224168

HEX: #224168
RGB: (34,65,104)

Color info

#224168 contains mainly green and blue colors. Web safe color of #224168 is #333366 (or #336).

RGB color model

#224168 color RGB value is (34,65,104).

  • red value is 34;
  • green value is 65;
  • blue value is 104.
RGB:
(34,65,104)
(13%,25%,41%)

RGB channels and saturation

R 34 of 255 = 13%
G 65 of 255 = 25%
B 104 of 255 = 41%

34
65
104

R + G + B ~ 26%. #224168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 65 + 104 = 203 (100%)
R 34 of 203 ~ 16.75%
G 65 of 203 ~ 32.02%
B 104 of 203 ~ 51.23%

%16.75
%32.02
%51.23

CMYK color model

#224168 color CMYK value is (67,38,0,59).

  • cyan value is 67.31%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(67,38,0,59)
C67M38Y0K59 
(67%,38%,0%,59%)
(0.67/0.38/0.00/0.59)	

CMYK percentages

%67.31
%37.5
%0
%59.22

Codes

Color #224168 in popluar color models

224168
RGB3465104
HSL213°50.72%27.06%
HSB/HSV213°67.31%40.78%
CMYK67.31%37.50%0.00%
59.22%

Color #224168 in popluar number systems.

HEX224168
Decimal3465104
Binary10001010000011101000
Octal42101150

Shades and tints

Shades of #224168

#224168
(34,65,104)
#1F3C5F
(31,60,95)
#1C3756
(28,55,86)
#19324D
(25,50,77)
#162D44
(22,45,68)
#13283B
(19,40,59)
#102332
(16,35,50)
#0D1E29
(13,30,41)
#0A1920
(10,25,32)
#071417
(7,20,23)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #224168

#224168
(34,65,104)
#365275
(54,82,117)
#4A6382
(74,99,130)
#5E748F
(94,116,143)
#72859C
(114,133,156)
#8696A9
(134,150,169)
#9AA7B6
(154,167,182)
#AEB8C3
(174,184,195)
#C2C9D0
(194,201,208)
#D6DADD
(214,218,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224168 color. Also use rgb(34,65,104) instead hex code.

Text Font Color

.myTextColor { color: #224168; }

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

This text font color is #224168.


Background Color

.myBgColor { background-color: #224168; }

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

This div background color is #224168.


Border color

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

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

This div border color is #224168.


Opacity

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

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

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

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

This text has shadow with #224168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224168 on black background.


Color preview on white background

This text has color #224168 on white background.



Black color preview on #224168 background

This text has black color on #224168 background.


White color preview on #224168 background

This text has white color on #224168 background.