COLOR #245C88

HEX: #245C88
RGB: (36,92,136)

Color info

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

RGB color model

#245C88 color RGB value is (36,92,136).

  • red value is 36;
  • green value is 92;
  • blue value is 136.
RGB:
(36,92,136)
(14%,36%,53%)

RGB channels and saturation

R 36 of 255 = 14%
G 92 of 255 = 36%
B 136 of 255 = 53%

36
92
136

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

Portions of RGB colors in percentages

R + G + B =
36 + 92 + 136 = 264 (100%)
R 36 of 264 ~ 13.64%
G 92 of 264 ~ 34.85%
B 136 of 264 ~ 51.52%

%13.64
%34.85
%51.52

CMYK color model

#245C88 color CMYK value is (74,32,0,47).

  • cyan value is 73.53%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(74,32,0,47)
C74M32Y0K47 
(74%,32%,0%,47%)
(0.74/0.32/0.00/0.47)	

CMYK percentages

%73.53
%32.35
%0
%46.67

Codes

Color #245C88 in popluar color models

245C88
RGB3692136
HSL206°58.14%33.73%
HSB/HSV206°73.53%53.33%
CMYK73.53%32.35%0.00%
46.67%

Color #245C88 in popluar number systems.

HEX245C88
Decimal3692136
Binary100100101110010001000
Octal44134210

Shades and tints

Shades of #245C88

#245C88
(36,92,136)
#21547C
(33,84,124)
#1E4C70
(30,76,112)
#1B4464
(27,68,100)
#183C58
(24,60,88)
#15344C
(21,52,76)
#122C40
(18,44,64)
#0F2434
(15,36,52)
#0C1C28
(12,28,40)
#09141C
(9,20,28)
#060C10
(6,12,16)
#000000
(0,0,0)

Tints of #245C88

#245C88
(36,92,136)
#376A92
(55,106,146)
#4A789C
(74,120,156)
#5D86A6
(93,134,166)
#7094B0
(112,148,176)
#83A2BA
(131,162,186)
#96B0C4
(150,176,196)
#A9BECE
(169,190,206)
#BCCCD8
(188,204,216)
#CFDAE2
(207,218,226)
#E2E8EC
(226,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #245C88; }

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

This text font color is #245C88.


Background Color

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

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

This div background color is #245C88.


Border color

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

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

This div border color is #245C88.


Opacity

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

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

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

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

This text has shadow with #245C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245C88 on black background.


Color preview on white background

This text has color #245C88 on white background.



Black color preview on #245C88 background

This text has black color on #245C88 background.


White color preview on #245C88 background

This text has white color on #245C88 background.