COLOR #245B72

HEX: #245B72 RGB: (36,91,114)

Color info

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

RGB color model

#245B72 color RGB value is (36,91,114).

RGB: (36,91,114) (14%, 36%, 45%)

RGB channels and saturation

R 36 of 255 = 14%
G 91 of 255 = 36%
B 114 of 255 = 45%

36
91
114

R + G + B ~ 32%. #245B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 91 + 114 = 241 (100%)
R 36 of 241 ~ 14.94%
G 91 of 241 ~ 37.76%
B 114 of 241 ~ 47.3'%

%14.94
%37.76
%47.3

CMYK color model

#245B72 color CMYK value is (68,20,0,55).

  • cyan value is 68.42%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (68,20,0,55)
C68M20Y0K55 (68%, 20%, 0%, 55%)
(0.68 / 0.20 / 0.00 / 0.55)

CMYK percentages

%68.42
%20.18
%0
%55.29

Codes

Color #245B72 in popluar color models

24 5B 72
RGB 36 91 114
HSL 198° 52.00% 29.41%
HSB/HSV 198° 68.42% 44.71%
CMYK 68.42% 20.18% 0.00%
55.29%

Color #245B72 in popluar number systems.

HEX 24 5B 72
Decimal 36 91 114
Binary 100100 1011011 1110010
Octal 44 133 162

Shades and tints

Shades of #245B72

#245B72
(36,91,114)
#215368
(33,83,104)
#1E4B5E
(30,75,94)
#1B4354
(27,67,84)
#183B4A
(24,59,74)
#153340
(21,51,64)
#122B36
(18,43,54)
#0F232C
(15,35,44)
#0C1B22
(12,27,34)
#091318
(9,19,24)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #245B72

#245B72
(36,91,114)
#37697E
(55,105,126)
#4A778A
(74,119,138)
#5D8596
(93,133,150)
#7093A2
(112,147,162)
#83A1AE
(131,161,174)
#96AFBA
(150,175,186)
#A9BDC6
(169,189,198)
#BCCBD2
(188,203,210)
#CFD9DE
(207,217,222)
#E2E7EA
(226,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245B72 color. Also use rgb(36,91,114) instead hex code.

Text Font Color

.myTextColor { color: #245B72; }

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

This text font color is #245B72.

Background Color

.myBgColor { background-color: #245B72; }

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

This div background color is #245B72.

Border color

.myBorderColor { border: 1px solid #245B72; }

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

This div border color is #245B72.

Opacity

.myOpacity80 { color: #245B72; opacity: 0.8; }

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

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

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

This text has shadow with #245B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #245B72.

Preview

Color preview on black background

This text has color #245B72 on black background.


Color preview on white background

This text has color #245B72 on white background.


Black color preview on #245B72 background

This text has black color on #245B72 background.


White color preview on #245B72 background

This text has white color on #245B72 background.


Related colors

Complementary color

Complementary color for #hex is #DBA48D.


I love getcolorcode.com

Triadic colors

1 #72245B and #5B7224 with #245B72 are triadic colors.

2 #725B24 and #5B2472 with #245B72 are triadic colors.