COLOR #225571

HEX: #225571
RGB: (34,85,113)

Color info

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

RGB color model

#225571 color RGB value is (34,85,113).

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

RGB channels and saturation

R 34 of 255 = 13%
G 85 of 255 = 33%
B 113 of 255 = 44%

34
85
113

R + G + B ~ 30%. #225571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 85 + 113 = 232 (100%)
R 34 of 232 ~ 14.66%
G 85 of 232 ~ 36.64%
B 113 of 232 ~ 48.71%

%14.66
%36.64
%48.71

CMYK color model

#225571 color CMYK value is (70,25,0,56).

  • cyan value is 69.91%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(70,25,0,56)
C70M25Y0K56 
(70%,25%,0%,56%)
(0.70/0.25/0.00/0.56)	

CMYK percentages

%69.91
%24.78
%0
%55.69

Codes

Color #225571 in popluar color models

225571
RGB3485113
HSL201°53.74%28.82%
HSB/HSV201°69.91%44.31%
CMYK69.91%24.78%0.00%
55.69%

Color #225571 in popluar number systems.

HEX225571
Decimal3485113
Binary10001010101011110001
Octal42125161

Shades and tints

Shades of #225571

#225571
(34,85,113)
#1F4E67
(31,78,103)
#1C475D
(28,71,93)
#194053
(25,64,83)
#163949
(22,57,73)
#13323F
(19,50,63)
#102B35
(16,43,53)
#0D242B
(13,36,43)
#0A1D21
(10,29,33)
#071617
(7,22,23)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #225571

#225571
(34,85,113)
#36647D
(54,100,125)
#4A7389
(74,115,137)
#5E8295
(94,130,149)
#7291A1
(114,145,161)
#86A0AD
(134,160,173)
#9AAFB9
(154,175,185)
#AEBEC5
(174,190,197)
#C2CDD1
(194,205,209)
#D6DCDD
(214,220,221)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #225571; }

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

This text font color is #225571.


Background Color

.myBgColor { background-color: #225571; }

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

This div background color is #225571.


Border color

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

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

This div border color is #225571.


Opacity

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

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

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

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

This text has shadow with #225571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225571 on black background.


Color preview on white background

This text has color #225571 on white background.



Black color preview on #225571 background

This text has black color on #225571 background.


White color preview on #225571 background

This text has white color on #225571 background.