COLOR #245595

HEX: #245595
RGB: (36,85,149)

Color info

#245595 contains mainly blue color. Web safe color of #245595 is #336699 (or #369).

RGB color model

#245595 color RGB value is (36,85,149).

  • red value is 36;
  • green value is 85;
  • blue value is 149.
RGB:
(36,85,149)
(14%,33%,58%)

RGB channels and saturation

R 36 of 255 = 14%
G 85 of 255 = 33%
B 149 of 255 = 58%

36
85
149

R + G + B ~ 35%. #245595 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 85 + 149 = 270 (100%)
R 36 of 270 ~ 13.33%
G 85 of 270 ~ 31.48%
B 149 of 270 ~ 55.19%

%13.33
%31.48
%55.19

CMYK color model

#245595 color CMYK value is (76,43,0,42).

  • cyan value is 75.84%
  • magenta value is 42.95%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(76,43,0,42)
C76M43Y0K42 
(76%,43%,0%,42%)
(0.76/0.43/0.00/0.42)	

CMYK percentages

%75.84
%42.95
%0
%41.57

Codes

Color #245595 in popluar color models

245595
RGB3685149
HSL214°61.08%36.27%
HSB/HSV214°75.84%58.43%
CMYK75.84%42.95%0.00%
41.57%

Color #245595 in popluar number systems.

HEX245595
Decimal3685149
Binary100100101010110010101
Octal44125225

Shades and tints

Shades of #245595

#245595
(36,85,149)
#214E88
(33,78,136)
#1E477B
(30,71,123)
#1B406E
(27,64,110)
#183961
(24,57,97)
#153254
(21,50,84)
#122B47
(18,43,71)
#0F243A
(15,36,58)
#0C1D2D
(12,29,45)
#091620
(9,22,32)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #245595

#245595
(36,85,149)
#37649E
(55,100,158)
#4A73A7
(74,115,167)
#5D82B0
(93,130,176)
#7091B9
(112,145,185)
#83A0C2
(131,160,194)
#96AFCB
(150,175,203)
#A9BED4
(169,190,212)
#BCCDDD
(188,205,221)
#CFDCE6
(207,220,230)
#E2EBEF
(226,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245595 color. Also use rgb(36,85,149) instead hex code.

Text Font Color

.myTextColor { color: #245595; }

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

This text font color is #245595.


Background Color

.myBgColor { background-color: #245595; }

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

This div background color is #245595.


Border color

.myBorderColor { border: 1px solid #245595; }

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

This div border color is #245595.


Opacity

.myOpacity80 { color: #245595; opacity: 0.8; }

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

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

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

This text has shadow with #245595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245595 on black background.


Color preview on white background

This text has color #245595 on white background.



Black color preview on #245595 background

This text has black color on #245595 background.


White color preview on #245595 background

This text has white color on #245595 background.