COLOR #245A74

HEX: #245A74
RGB: (36,90,116)

Color info

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

RGB color model

#245A74 color RGB value is (36,90,116).

  • red value is 36;
  • green value is 90;
  • blue value is 116.
RGB:
(36,90,116)
(14%,35%,45%)

RGB channels and saturation

R 36 of 255 = 14%
G 90 of 255 = 35%
B 116 of 255 = 45%

36
90
116

R + G + B ~ 31%. #245A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 90 + 116 = 242 (100%)
R 36 of 242 ~ 14.88%
G 90 of 242 ~ 37.19%
B 116 of 242 ~ 47.93%

%14.88
%37.19
%47.93

CMYK color model

#245A74 color CMYK value is (69,22,0,55).

  • cyan value is 68.97%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(69,22,0,55)
C69M22Y0K55 
(69%,22%,0%,55%)
(0.69/0.22/0.00/0.55)	

CMYK percentages

%68.97
%22.41
%0
%54.51

Codes

Color #245A74 in popluar color models

245A74
RGB3690116
HSL200°52.63%29.80%
HSB/HSV200°68.97%45.49%
CMYK68.97%22.41%0.00%
54.51%

Color #245A74 in popluar number systems.

HEX245A74
Decimal3690116
Binary10010010110101110100
Octal44132164

Shades and tints

Shades of #245A74

#245A74
(36,90,116)
#21526A
(33,82,106)
#1E4A60
(30,74,96)
#1B4256
(27,66,86)
#183A4C
(24,58,76)
#153242
(21,50,66)
#122A38
(18,42,56)
#0F222E
(15,34,46)
#0C1A24
(12,26,36)
#09121A
(9,18,26)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #245A74

#245A74
(36,90,116)
#376980
(55,105,128)
#4A788C
(74,120,140)
#5D8798
(93,135,152)
#7096A4
(112,150,164)
#83A5B0
(131,165,176)
#96B4BC
(150,180,188)
#A9C3C8
(169,195,200)
#BCD2D4
(188,210,212)
#CFE1E0
(207,225,224)
#E2F0EC
(226,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245A74 color. Also use rgb(36,90,116) instead hex code.

Text Font Color

.myTextColor { color: #245A74; }

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

This text font color is #245A74.


Background Color

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

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

This div background color is #245A74.


Border color

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

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

This div border color is #245A74.


Opacity

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

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

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

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

This text has shadow with #245A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245A74 on black background.


Color preview on white background

This text has color #245A74 on white background.



Black color preview on #245A74 background

This text has black color on #245A74 background.


White color preview on #245A74 background

This text has white color on #245A74 background.