COLOR #225C7D

HEX: #225C7D RGB: (34,92,125)

Color info

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

RGB color model

#225C7D color RGB value is (34,92,125).

RGB: (34,92,125) (13%, 36%, 49%)

RGB channels and saturation

R 34 of 255 = 13%
G 92 of 255 = 36%
B 125 of 255 = 49%

34
92
125

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

Portions of RGB colors in percentages

R + G + B = 34 + 92 + 125 = 251 (100%)
R 34 of 251 ~ 13.55%
G 92 of 251 ~ 36.65%
B 125 of 251 ~ 49.8'%

%13.55
%36.65
%49.8

CMYK color model

#225C7D color CMYK value is (73,26,0,51).

  • cyan value is 72.80%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (73,26,0,51)
C73M26Y0K51 (73%, 26%, 0%, 51%)
(0.73 / 0.26 / 0.00 / 0.51)

CMYK percentages

%72.8
%26.4
%0
%50.98

Codes

Color #225C7D in popluar color models

22 5C 7D
RGB 34 92 125
HSL 202° 57.23% 31.18%
HSB/HSV 202° 72.80% 49.02%
CMYK 72.80% 26.40% 0.00%
50.98%

Color #225C7D in popluar number systems.

HEX 22 5C 7D
Decimal 34 92 125
Binary 100010 1011100 1111101
Octal 42 134 175

Shades and tints

Shades of #225C7D

#225C7D
(34,92,125)
#1F5472
(31,84,114)
#1C4C67
(28,76,103)
#19445C
(25,68,92)
#163C51
(22,60,81)
#133446
(19,52,70)
#102C3B
(16,44,59)
#0D2430
(13,36,48)
#0A1C25
(10,28,37)
#07141A
(7,20,26)
#040C0F
(4,12,15)
#000000
(0,0,0)

Tints of #225C7D

#225C7D
(34,92,125)
#366A88
(54,106,136)
#4A7893
(74,120,147)
#5E869E
(94,134,158)
#7294A9
(114,148,169)
#86A2B4
(134,162,180)
#9AB0BF
(154,176,191)
#AEBECA
(174,190,202)
#C2CCD5
(194,204,213)
#D6DAE0
(214,218,224)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #225C7D; }

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

This text font color is #225C7D.

Background Color

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

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

This div background color is #225C7D.

Border color

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

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

This div border color is #225C7D.

Opacity

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

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

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

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

This text has shadow with #225C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #225C7D.

Preview

Color preview on black background

This text has color #225C7D on black background.


Color preview on white background

This text has color #225C7D on white background.


Black color preview on #225C7D background

This text has black color on #225C7D background.


White color preview on #225C7D background

This text has white color on #225C7D background.


Related colors

Complementary color

Complementary color for #hex is #DDA382.


I love getcolorcode.com

Triadic colors

1 #7D225C and #5C7D22 with #225C7D are triadic colors.

2 #7D5C22 and #5C227D with #225C7D are triadic colors.