COLOR #244C59

HEX: #244C59
RGB: (36,76,89)

Color info

#244C59 contains red, green and blue colors in about the same proportion. Web safe color of #244C59 is #333366 (or #336).

RGB color model

#244C59 color RGB value is (36,76,89).

  • red value is 36;
  • green value is 76;
  • blue value is 89.
RGB:
(36,76,89)
(14%,30%,35%)

RGB channels and saturation

R 36 of 255 = 14%
G 76 of 255 = 30%
B 89 of 255 = 35%

36
76
89

R + G + B ~ 26%. #244C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 76 + 89 = 201 (100%)
R 36 of 201 ~ 17.91%
G 76 of 201 ~ 37.81%
B 89 of 201 ~ 44.28%

%17.91
%37.81
%44.28

CMYK color model

#244C59 color CMYK value is (60,15,0,65).

  • cyan value is 59.55%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(60,15,0,65)
C60M15Y0K65 
(60%,15%,0%,65%)
(0.60/0.15/0.00/0.65)	

CMYK percentages

%59.55
%14.61
%0
%65.1

Codes

Color #244C59 in popluar color models

244C59
RGB367689
HSL195°42.40%24.51%
HSB/HSV195°59.55%34.90%
CMYK59.55%14.61%0.00%
65.10%

Color #244C59 in popluar number systems.

HEX244C59
Decimal367689
Binary10010010011001011001
Octal44114131

Shades and tints

Shades of #244C59

#244C59
(36,76,89)
#214651
(33,70,81)
#1E4049
(30,64,73)
#1B3A41
(27,58,65)
#183439
(24,52,57)
#152E31
(21,46,49)
#122829
(18,40,41)
#0F2221
(15,34,33)
#0C1C19
(12,28,25)
#091611
(9,22,17)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #244C59

#244C59
(36,76,89)
#375C68
(55,92,104)
#4A6C77
(74,108,119)
#5D7C86
(93,124,134)
#708C95
(112,140,149)
#839CA4
(131,156,164)
#96ACB3
(150,172,179)
#A9BCC2
(169,188,194)
#BCCCD1
(188,204,209)
#CFDCE0
(207,220,224)
#E2ECEF
(226,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244C59 color. Also use rgb(36,76,89) instead hex code.

Text Font Color

.myTextColor { color: #244C59; }

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

This text font color is #244C59.


Background Color

.myBgColor { background-color: #244C59; }

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

This div background color is #244C59.


Border color

.myBorderColor { border: 1px solid #244C59; }

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

This div border color is #244C59.


Opacity

.myOpacity80 { color: #244C59; opacity: 0.8; }

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

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

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

This text has shadow with #244C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244C59 on black background.


Color preview on white background

This text has color #244C59 on white background.



Black color preview on #244C59 background

This text has black color on #244C59 background.


White color preview on #244C59 background

This text has white color on #244C59 background.