COLOR #225C9E

HEX: #225C9E
RGB: (34,92,158)

Color info

#225C9E contains mainly blue color. Web safe color of #225C9E is #336699 (or #369).

RGB color model

#225C9E color RGB value is (34,92,158).

  • red value is 34;
  • green value is 92;
  • blue value is 158.
RGB:
(34,92,158)
(13%,36%,62%)

RGB channels and saturation

R 34 of 255 = 13%
G 92 of 255 = 36%
B 158 of 255 = 62%

34
92
158

R + G + B ~ 37%. #225C9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 92 + 158 = 284 (100%)
R 34 of 284 ~ 11.97%
G 92 of 284 ~ 32.39%
B 158 of 284 ~ 55.63%

%11.97
%32.39
%55.63

CMYK color model

#225C9E color CMYK value is (78,42,0,38).

  • cyan value is 78.48%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(78,42,0,38)
C78M42Y0K38 
(78%,42%,0%,38%)
(0.78/0.42/0.00/0.38)	

CMYK percentages

%78.48
%41.77
%0
%38.04

Codes

Color #225C9E in popluar color models

225C9E
RGB3492158
HSL212°64.58%37.65%
HSB/HSV212°78.48%61.96%
CMYK78.48%41.77%0.00%
38.04%

Color #225C9E in popluar number systems.

HEX225C9E
Decimal3492158
Binary100010101110010011110
Octal42134236

Shades and tints

Shades of #225C9E

#225C9E
(34,92,158)
#1F5490
(31,84,144)
#1C4C82
(28,76,130)
#194474
(25,68,116)
#163C66
(22,60,102)
#133458
(19,52,88)
#102C4A
(16,44,74)
#0D243C
(13,36,60)
#0A1C2E
(10,28,46)
#071420
(7,20,32)
#040C12
(4,12,18)
#000000
(0,0,0)

Tints of #225C9E

#225C9E
(34,92,158)
#366AA6
(54,106,166)
#4A78AE
(74,120,174)
#5E86B6
(94,134,182)
#7294BE
(114,148,190)
#86A2C6
(134,162,198)
#9AB0CE
(154,176,206)
#AEBED6
(174,190,214)
#C2CCDE
(194,204,222)
#D6DAE6
(214,218,230)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225C9E color. Also use rgb(34,92,158) instead hex code.

Text Font Color

.myTextColor { color: #225C9E; }

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

This text font color is #225C9E.


Background Color

.myBgColor { background-color: #225C9E; }

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

This div background color is #225C9E.


Border color

.myBorderColor { border: 1px solid #225C9E; }

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

This div border color is #225C9E.


Opacity

.myOpacity80 { color: #225C9E; opacity: 0.8; }

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

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

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

This text has shadow with #225C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225C9E on black background.


Color preview on white background

This text has color #225C9E on white background.



Black color preview on #225C9E background

This text has black color on #225C9E background.


White color preview on #225C9E background

This text has white color on #225C9E background.