COLOR #225581

HEX: #225581
RGB: (34,85,129)

Color info

#225581 contains mainly green and blue colors. Web safe color of #225581 is #336699 (or #369).

RGB color model

#225581 color RGB value is (34,85,129).

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

RGB channels and saturation

R 34 of 255 = 13%
G 85 of 255 = 33%
B 129 of 255 = 51%

34
85
129

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

Portions of RGB colors in percentages

R + G + B =
34 + 85 + 129 = 248 (100%)
R 34 of 248 ~ 13.71%
G 85 of 248 ~ 34.27%
B 129 of 248 ~ 52.02%

%13.71
%34.27
%52.02

CMYK color model

#225581 color CMYK value is (74,34,0,49).

  • cyan value is 73.64%
  • magenta value is 34.11%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(74,34,0,49)
C74M34Y0K49 
(74%,34%,0%,49%)
(0.74/0.34/0.00/0.49)	

CMYK percentages

%73.64
%34.11
%0
%49.41

Codes

Color #225581 in popluar color models

225581
RGB3485129
HSL208°58.28%31.96%
HSB/HSV208°73.64%50.59%
CMYK73.64%34.11%0.00%
49.41%

Color #225581 in popluar number systems.

HEX225581
Decimal3485129
Binary100010101010110000001
Octal42125201

Shades and tints

Shades of #225581

#225581
(34,85,129)
#1F4E76
(31,78,118)
#1C476B
(28,71,107)
#194060
(25,64,96)
#163955
(22,57,85)
#13324A
(19,50,74)
#102B3F
(16,43,63)
#0D2434
(13,36,52)
#0A1D29
(10,29,41)
#07161E
(7,22,30)
#040F13
(4,15,19)
#000000
(0,0,0)

Tints of #225581

#225581
(34,85,129)
#36648C
(54,100,140)
#4A7397
(74,115,151)
#5E82A2
(94,130,162)
#7291AD
(114,145,173)
#86A0B8
(134,160,184)
#9AAFC3
(154,175,195)
#AEBECE
(174,190,206)
#C2CDD9
(194,205,217)
#D6DCE4
(214,220,228)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #225581; }

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

This text font color is #225581.


Background Color

.myBgColor { background-color: #225581; }

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

This div background color is #225581.


Border color

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

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

This div border color is #225581.


Opacity

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

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

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

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

This text has shadow with #225581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225581 on black background.


Color preview on white background

This text has color #225581 on white background.



Black color preview on #225581 background

This text has black color on #225581 background.


White color preview on #225581 background

This text has white color on #225581 background.