COLOR #225488

HEX: #225488
RGB: (34,84,136)

Color info

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

RGB color model

#225488 color RGB value is (34,84,136).

  • red value is 34;
  • green value is 84;
  • blue value is 136.
RGB:
(34,84,136)
(13%,33%,53%)

RGB channels and saturation

R 34 of 255 = 13%
G 84 of 255 = 33%
B 136 of 255 = 53%

34
84
136

R + G + B ~ 33%. #225488 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 84 + 136 = 254 (100%)
R 34 of 254 ~ 13.39%
G 84 of 254 ~ 33.07%
B 136 of 254 ~ 53.54%

%13.39
%33.07
%53.54

CMYK color model

#225488 color CMYK value is (75,38,0,47).

  • cyan value is 75.00%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(75,38,0,47)
C75M38Y0K47 
(75%,38%,0%,47%)
(0.75/0.38/0.00/0.47)	

CMYK percentages

%75
%38.24
%0
%46.67

Codes

Color #225488 in popluar color models

225488
RGB3484136
HSL211°60.00%33.33%
HSB/HSV211°75.00%53.33%
CMYK75.00%38.24%0.00%
46.67%

Color #225488 in popluar number systems.

HEX225488
Decimal3484136
Binary100010101010010001000
Octal42124210

Shades and tints

Shades of #225488

#225488
(34,84,136)
#1F4D7C
(31,77,124)
#1C4670
(28,70,112)
#193F64
(25,63,100)
#163858
(22,56,88)
#13314C
(19,49,76)
#102A40
(16,42,64)
#0D2334
(13,35,52)
#0A1C28
(10,28,40)
#07151C
(7,21,28)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #225488

#225488
(34,84,136)
#366392
(54,99,146)
#4A729C
(74,114,156)
#5E81A6
(94,129,166)
#7290B0
(114,144,176)
#869FBA
(134,159,186)
#9AAEC4
(154,174,196)
#AEBDCE
(174,189,206)
#C2CCD8
(194,204,216)
#D6DBE2
(214,219,226)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225488 color. Also use rgb(34,84,136) instead hex code.

Text Font Color

.myTextColor { color: #225488; }

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

This text font color is #225488.


Background Color

.myBgColor { background-color: #225488; }

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

This div background color is #225488.


Border color

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

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

This div border color is #225488.


Opacity

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

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

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

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

This text has shadow with #225488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225488 on black background.


Color preview on white background

This text has color #225488 on white background.



Black color preview on #225488 background

This text has black color on #225488 background.


White color preview on #225488 background

This text has white color on #225488 background.