COLOR #224096

HEX: #224096
RGB: (34,64,150)

Color info

#224096 contains mainly blue color. Web safe color of #224096 is #333399 (or #339).

RGB color model

#224096 color RGB value is (34,64,150).

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

RGB channels and saturation

R 34 of 255 = 13%
G 64 of 255 = 25%
B 150 of 255 = 59%

34
64
150

R + G + B ~ 32%. #224096 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 64 + 150 = 248 (100%)
R 34 of 248 ~ 13.71%
G 64 of 248 ~ 25.81%
B 150 of 248 ~ 60.48%

%13.71
%25.81
%60.48

CMYK color model

#224096 color CMYK value is (77,57,0,41).

  • cyan value is 77.33%
  • magenta value is 57.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(77,57,0,41)
C77M57Y0K41 
(77%,57%,0%,41%)
(0.77/0.57/0.00/0.41)	

CMYK percentages

%77.33
%57.33
%0
%41.18

Codes

Color #224096 in popluar color models

224096
RGB3464150
HSL224°63.04%36.08%
HSB/HSV224°77.33%58.82%
CMYK77.33%57.33%0.00%
41.18%

Color #224096 in popluar number systems.

HEX224096
Decimal3464150
Binary100010100000010010110
Octal42100226

Shades and tints

Shades of #224096

#224096
(34,64,150)
#1F3B89
(31,59,137)
#1C367C
(28,54,124)
#19316F
(25,49,111)
#162C62
(22,44,98)
#132755
(19,39,85)
#102248
(16,34,72)
#0D1D3B
(13,29,59)
#0A182E
(10,24,46)
#071321
(7,19,33)
#040E14
(4,14,20)
#000000
(0,0,0)

Tints of #224096

#224096
(34,64,150)
#36519F
(54,81,159)
#4A62A8
(74,98,168)
#5E73B1
(94,115,177)
#7284BA
(114,132,186)
#8695C3
(134,149,195)
#9AA6CC
(154,166,204)
#AEB7D5
(174,183,213)
#C2C8DE
(194,200,222)
#D6D9E7
(214,217,231)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224096; }

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

This text font color is #224096.


Background Color

.myBgColor { background-color: #224096; }

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

This div background color is #224096.


Border color

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

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

This div border color is #224096.


Opacity

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

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

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

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

This text has shadow with #224096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224096 on black background.


Color preview on white background

This text has color #224096 on white background.



Black color preview on #224096 background

This text has black color on #224096 background.


White color preview on #224096 background

This text has white color on #224096 background.