COLOR #245D82

HEX: #245D82
RGB: (36,93,130)

Color info

#245D82 contains mainly green and blue colors. Web safe color of #245D82 is #336699 (or #369).

RGB color model

#245D82 color RGB value is (36,93,130).

  • red value is 36;
  • green value is 93;
  • blue value is 130.
RGB:
(36,93,130)
(14%,36%,51%)

RGB channels and saturation

R 36 of 255 = 14%
G 93 of 255 = 36%
B 130 of 255 = 51%

36
93
130

R + G + B ~ 34%. #245D82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 93 + 130 = 259 (100%)
R 36 of 259 ~ 13.9%
G 93 of 259 ~ 35.91%
B 130 of 259 ~ 50.19%

%13.9
%35.91
%50.19

CMYK color model

#245D82 color CMYK value is (72,28,0,49).

  • cyan value is 72.31%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(72,28,0,49)
C72M28Y0K49 
(72%,28%,0%,49%)
(0.72/0.28/0.00/0.49)	

CMYK percentages

%72.31
%28.46
%0
%49.02

Codes

Color #245D82 in popluar color models

245D82
RGB3693130
HSL204°56.63%32.55%
HSB/HSV204°72.31%50.98%
CMYK72.31%28.46%0.00%
49.02%

Color #245D82 in popluar number systems.

HEX245D82
Decimal3693130
Binary100100101110110000010
Octal44135202

Shades and tints

Shades of #245D82

#245D82
(36,93,130)
#215577
(33,85,119)
#1E4D6C
(30,77,108)
#1B4561
(27,69,97)
#183D56
(24,61,86)
#15354B
(21,53,75)
#122D40
(18,45,64)
#0F2535
(15,37,53)
#0C1D2A
(12,29,42)
#09151F
(9,21,31)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #245D82

#245D82
(36,93,130)
#376B8D
(55,107,141)
#4A7998
(74,121,152)
#5D87A3
(93,135,163)
#7095AE
(112,149,174)
#83A3B9
(131,163,185)
#96B1C4
(150,177,196)
#A9BFCF
(169,191,207)
#BCCDDA
(188,205,218)
#CFDBE5
(207,219,229)
#E2E9F0
(226,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245D82 color. Also use rgb(36,93,130) instead hex code.

Text Font Color

.myTextColor { color: #245D82; }

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

This text font color is #245D82.


Background Color

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

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

This div background color is #245D82.


Border color

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

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

This div border color is #245D82.


Opacity

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

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

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

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

This text has shadow with #245D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245D82 on black background.


Color preview on white background

This text has color #245D82 on white background.



Black color preview on #245D82 background

This text has black color on #245D82 background.


White color preview on #245D82 background

This text has white color on #245D82 background.