COLOR #225F9B

HEX: #225F9B
RGB: (34,95,155)

Color info

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

RGB color model

#225F9B color RGB value is (34,95,155).

  • red value is 34;
  • green value is 95;
  • blue value is 155.
RGB:
(34,95,155)
(13%,37%,61%)

RGB channels and saturation

R 34 of 255 = 13%
G 95 of 255 = 37%
B 155 of 255 = 61%

34
95
155

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

Portions of RGB colors in percentages

R + G + B =
34 + 95 + 155 = 284 (100%)
R 34 of 284 ~ 11.97%
G 95 of 284 ~ 33.45%
B 155 of 284 ~ 54.58%

%11.97
%33.45
%54.58

CMYK color model

#225F9B color CMYK value is (78,39,0,39).

  • cyan value is 78.06%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(78,39,0,39)
C78M39Y0K39 
(78%,39%,0%,39%)
(0.78/0.39/0.00/0.39)	

CMYK percentages

%78.06
%38.71
%0
%39.22

Codes

Color #225F9B in popluar color models

225F9B
RGB3495155
HSL210°64.02%37.06%
HSB/HSV210°78.06%60.78%
CMYK78.06%38.71%0.00%
39.22%

Color #225F9B in popluar number systems.

HEX225F9B
Decimal3495155
Binary100010101111110011011
Octal42137233

Shades and tints

Shades of #225F9B

#225F9B
(34,95,155)
#1F578D
(31,87,141)
#1C4F7F
(28,79,127)
#194771
(25,71,113)
#163F63
(22,63,99)
#133755
(19,55,85)
#102F47
(16,47,71)
#0D2739
(13,39,57)
#0A1F2B
(10,31,43)
#07171D
(7,23,29)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #225F9B

#225F9B
(34,95,155)
#366DA4
(54,109,164)
#4A7BAD
(74,123,173)
#5E89B6
(94,137,182)
#7297BF
(114,151,191)
#86A5C8
(134,165,200)
#9AB3D1
(154,179,209)
#AEC1DA
(174,193,218)
#C2CFE3
(194,207,227)
#D6DDEC
(214,221,236)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225F9B color. Also use rgb(34,95,155) instead hex code.

Text Font Color

.myTextColor { color: #225F9B; }

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

This text font color is #225F9B.


Background Color

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

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

This div background color is #225F9B.


Border color

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

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

This div border color is #225F9B.


Opacity

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

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

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

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

This text has shadow with #225F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225F9B on black background.


Color preview on white background

This text has color #225F9B on white background.



Black color preview on #225F9B background

This text has black color on #225F9B background.


White color preview on #225F9B background

This text has white color on #225F9B background.