COLOR #224061

HEX: #224061
RGB: (34,64,97)

Color info

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

RGB color model

#224061 color RGB value is (34,64,97).

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

RGB channels and saturation

R 34 of 255 = 13%
G 64 of 255 = 25%
B 97 of 255 = 38%

34
64
97

R + G + B ~ 25%. #224061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 64 + 97 = 195 (100%)
R 34 of 195 ~ 17.44%
G 64 of 195 ~ 32.82%
B 97 of 195 ~ 49.74%

%17.44
%32.82
%49.74

CMYK color model

#224061 color CMYK value is (65,34,0,62).

  • cyan value is 64.95%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(65,34,0,62)
C65M34Y0K62 
(65%,34%,0%,62%)
(0.65/0.34/0.00/0.62)	

CMYK percentages

%64.95
%34.02
%0
%61.96

Codes

Color #224061 in popluar color models

224061
RGB346497
HSL211°48.09%25.69%
HSB/HSV211°64.95%38.04%
CMYK64.95%34.02%0.00%
61.96%

Color #224061 in popluar number systems.

HEX224061
Decimal346497
Binary10001010000001100001
Octal42100141

Shades and tints

Shades of #224061

#224061
(34,64,97)
#1F3B59
(31,59,89)
#1C3651
(28,54,81)
#193149
(25,49,73)
#162C41
(22,44,65)
#132739
(19,39,57)
#102231
(16,34,49)
#0D1D29
(13,29,41)
#0A1821
(10,24,33)
#071319
(7,19,25)
#040E11
(4,14,17)
#000000
(0,0,0)

Tints of #224061

#224061
(34,64,97)
#36516F
(54,81,111)
#4A627D
(74,98,125)
#5E738B
(94,115,139)
#728499
(114,132,153)
#8695A7
(134,149,167)
#9AA6B5
(154,166,181)
#AEB7C3
(174,183,195)
#C2C8D1
(194,200,209)
#D6D9DF
(214,217,223)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224061; }

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

This text font color is #224061.


Background Color

.myBgColor { background-color: #224061; }

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

This div background color is #224061.


Border color

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

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

This div border color is #224061.


Opacity

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

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

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

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

This text has shadow with #224061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224061 on black background.


Color preview on white background

This text has color #224061 on white background.



Black color preview on #224061 background

This text has black color on #224061 background.


White color preview on #224061 background

This text has white color on #224061 background.