COLOR #245A82

HEX: #245A82
RGB: (36,90,130)

Color info

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

RGB color model

#245A82 color RGB value is (36,90,130).

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

RGB channels and saturation

R 36 of 255 = 14%
G 90 of 255 = 35%
B 130 of 255 = 51%

36
90
130

R + G + B ~ 33%. #245A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 90 + 130 = 256 (100%)
R 36 of 256 ~ 14.06%
G 90 of 256 ~ 35.16%
B 130 of 256 ~ 50.78%

%14.06
%35.16
%50.78

CMYK color model

#245A82 color CMYK value is (72,31,0,49).

  • cyan value is 72.31%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(72,31,0,49)
C72M31Y0K49 
(72%,31%,0%,49%)
(0.72/0.31/0.00/0.49)	

CMYK percentages

%72.31
%30.77
%0
%49.02

Codes

Color #245A82 in popluar color models

245A82
RGB3690130
HSL206°56.63%32.55%
HSB/HSV206°72.31%50.98%
CMYK72.31%30.77%0.00%
49.02%

Color #245A82 in popluar number systems.

HEX245A82
Decimal3690130
Binary100100101101010000010
Octal44132202

Shades and tints

Shades of #245A82

#245A82
(36,90,130)
#215277
(33,82,119)
#1E4A6C
(30,74,108)
#1B4261
(27,66,97)
#183A56
(24,58,86)
#15324B
(21,50,75)
#122A40
(18,42,64)
#0F2235
(15,34,53)
#0C1A2A
(12,26,42)
#09121F
(9,18,31)
#060A14
(6,10,20)
#000000
(0,0,0)

Tints of #245A82

#245A82
(36,90,130)
#37698D
(55,105,141)
#4A7898
(74,120,152)
#5D87A3
(93,135,163)
#7096AE
(112,150,174)
#83A5B9
(131,165,185)
#96B4C4
(150,180,196)
#A9C3CF
(169,195,207)
#BCD2DA
(188,210,218)
#CFE1E5
(207,225,229)
#E2F0F0
(226,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #245A82; }

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

This text font color is #245A82.


Background Color

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

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

This div background color is #245A82.


Border color

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

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

This div border color is #245A82.


Opacity

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

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

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

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

This text has shadow with #245A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245A82 on black background.


Color preview on white background

This text has color #245A82 on white background.



Black color preview on #245A82 background

This text has black color on #245A82 background.


White color preview on #245A82 background

This text has white color on #245A82 background.