COLOR #245C76

HEX: #245C76 RGB: (36,92,118)

Color info

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

RGB color model

#245C76 color RGB value is (36,92,118).

RGB: (36,92,118) (14%, 36%, 46%)

RGB channels and saturation

R 36 of 255 = 14%
G 92 of 255 = 36%
B 118 of 255 = 46%

36
92
118

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

Portions of RGB colors in percentages

R + G + B = 36 + 92 + 118 = 246 (100%)
R 36 of 246 ~ 14.63%
G 92 of 246 ~ 37.4%
B 118 of 246 ~ 47.97'%

%14.63
%37.4
%47.97

CMYK color model

#245C76 color CMYK value is (69,22,0,54).

  • cyan value is 69.49%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (69,22,0,54)
C69M22Y0K54 (69%, 22%, 0%, 54%)
(0.69 / 0.22 / 0.00 / 0.54)

CMYK percentages

%69.49
%22.03
%0
%53.73

Codes

Color #245C76 in popluar color models

24 5C 76
RGB 36 92 118
HSL 199° 53.25% 30.20%
HSB/HSV 199° 69.49% 46.27%
CMYK 69.49% 22.03% 0.00%
53.73%

Color #245C76 in popluar number systems.

HEX 24 5C 76
Decimal 36 92 118
Binary 100100 1011100 1110110
Octal 44 134 166

Shades and tints

Shades of #245C76

#245C76
(36,92,118)
#21546C
(33,84,108)
#1E4C62
(30,76,98)
#1B4458
(27,68,88)
#183C4E
(24,60,78)
#153444
(21,52,68)
#122C3A
(18,44,58)
#0F2430
(15,36,48)
#0C1C26
(12,28,38)
#09141C
(9,20,28)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #245C76

#245C76
(36,92,118)
#376A82
(55,106,130)
#4A788E
(74,120,142)
#5D869A
(93,134,154)
#7094A6
(112,148,166)
#83A2B2
(131,162,178)
#96B0BE
(150,176,190)
#A9BECA
(169,190,202)
#BCCCD6
(188,204,214)
#CFDAE2
(207,218,226)
#E2E8EE
(226,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245C76 color. Also use rgb(36,92,118) instead hex code.

Text Font Color

.myTextColor { color: #245C76; }

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

This text font color is #245C76.

Background Color

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

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

This div background color is #245C76.

Border color

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

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

This div border color is #245C76.

Opacity

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

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

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

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

This text has shadow with #245C76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #245C76.

Preview

Color preview on black background

This text has color #245C76 on black background.


Color preview on white background

This text has color #245C76 on white background.


Black color preview on #245C76 background

This text has black color on #245C76 background.


White color preview on #245C76 background

This text has white color on #245C76 background.


Related colors

Complementary color

Complementary color for #hex is #DBA389.


I love getcolorcode.com

Triadic colors

1 #76245C and #5C7624 with #245C76 are triadic colors.

2 #765C24 and #5C2476 with #245C76 are triadic colors.