COLOR #225970

HEX: #225970
RGB: (34,89,112)

Color info

#225970 contains mainly green and blue colors. Web safe color of #225970 is #336666 (or #366).

RGB color model

#225970 color RGB value is (34,89,112).

  • red value is 34;
  • green value is 89;
  • blue value is 112.
RGB:
(34,89,112)
(13%,35%,44%)

RGB channels and saturation

R 34 of 255 = 13%
G 89 of 255 = 35%
B 112 of 255 = 44%

34
89
112

R + G + B ~ 31%. #225970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 89 + 112 = 235 (100%)
R 34 of 235 ~ 14.47%
G 89 of 235 ~ 37.87%
B 112 of 235 ~ 47.66%

%14.47
%37.87
%47.66

CMYK color model

#225970 color CMYK value is (70,21,0,56).

  • cyan value is 69.64%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(70,21,0,56)
C70M21Y0K56 
(70%,21%,0%,56%)
(0.70/0.21/0.00/0.56)	

CMYK percentages

%69.64
%20.54
%0
%56.08

Codes

Color #225970 in popluar color models

225970
RGB3489112
HSL198°53.42%28.63%
HSB/HSV198°69.64%43.92%
CMYK69.64%20.54%0.00%
56.08%

Color #225970 in popluar number systems.

HEX225970
Decimal3489112
Binary10001010110011110000
Octal42131160

Shades and tints

Shades of #225970

#225970
(34,89,112)
#1F5166
(31,81,102)
#1C495C
(28,73,92)
#194152
(25,65,82)
#163948
(22,57,72)
#13313E
(19,49,62)
#102934
(16,41,52)
#0D212A
(13,33,42)
#0A1920
(10,25,32)
#071116
(7,17,22)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #225970

#225970
(34,89,112)
#36687D
(54,104,125)
#4A778A
(74,119,138)
#5E8697
(94,134,151)
#7295A4
(114,149,164)
#86A4B1
(134,164,177)
#9AB3BE
(154,179,190)
#AEC2CB
(174,194,203)
#C2D1D8
(194,209,216)
#D6E0E5
(214,224,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225970 color. Also use rgb(34,89,112) instead hex code.

Text Font Color

.myTextColor { color: #225970; }

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

This text font color is #225970.


Background Color

.myBgColor { background-color: #225970; }

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

This div background color is #225970.


Border color

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

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

This div border color is #225970.


Opacity

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

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

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

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

This text has shadow with #225970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225970 on black background.


Color preview on white background

This text has color #225970 on white background.



Black color preview on #225970 background

This text has black color on #225970 background.


White color preview on #225970 background

This text has white color on #225970 background.