COLOR #225A7D

HEX: #225A7D
RGB: (34,90,125)

Color info

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

RGB color model

#225A7D color RGB value is (34,90,125).

  • red value is 34;
  • green value is 90;
  • blue value is 125.
RGB:
(34,90,125)
(13%,35%,49%)

RGB channels and saturation

R 34 of 255 = 13%
G 90 of 255 = 35%
B 125 of 255 = 49%

34
90
125

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

Portions of RGB colors in percentages

R + G + B =
34 + 90 + 125 = 249 (100%)
R 34 of 249 ~ 13.65%
G 90 of 249 ~ 36.14%
B 125 of 249 ~ 50.2%

%13.65
%36.14
%50.2

CMYK color model

#225A7D color CMYK value is (73,28,0,51).

  • cyan value is 72.80%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(73,28,0,51)
C73M28Y0K51 
(73%,28%,0%,51%)
(0.73/0.28/0.00/0.51)	

CMYK percentages

%72.8
%28
%0
%50.98

Codes

Color #225A7D in popluar color models

225A7D
RGB3490125
HSL203°57.23%31.18%
HSB/HSV203°72.80%49.02%
CMYK72.80%28.00%0.00%
50.98%

Color #225A7D in popluar number systems.

HEX225A7D
Decimal3490125
Binary10001010110101111101
Octal42132175

Shades and tints

Shades of #225A7D

#225A7D
(34,90,125)
#1F5272
(31,82,114)
#1C4A67
(28,74,103)
#19425C
(25,66,92)
#163A51
(22,58,81)
#133246
(19,50,70)
#102A3B
(16,42,59)
#0D2230
(13,34,48)
#0A1A25
(10,26,37)
#07121A
(7,18,26)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #225A7D

#225A7D
(34,90,125)
#366988
(54,105,136)
#4A7893
(74,120,147)
#5E879E
(94,135,158)
#7296A9
(114,150,169)
#86A5B4
(134,165,180)
#9AB4BF
(154,180,191)
#AEC3CA
(174,195,202)
#C2D2D5
(194,210,213)
#D6E1E0
(214,225,224)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225A7D color. Also use rgb(34,90,125) instead hex code.

Text Font Color

.myTextColor { color: #225A7D; }

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

This text font color is #225A7D.


Background Color

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

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

This div background color is #225A7D.


Border color

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

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

This div border color is #225A7D.


Opacity

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

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

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

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

This text has shadow with #225A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225A7D on black background.


Color preview on white background

This text has color #225A7D on white background.



Black color preview on #225A7D background

This text has black color on #225A7D background.


White color preview on #225A7D background

This text has white color on #225A7D background.