COLOR #244D5A

HEX: #244D5A RGB: (36,77,90)

Color info

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

RGB color model

#244D5A color RGB value is (36,77,90).

RGB: (36,77,90) (14%, 30%, 35%)

RGB channels and saturation

R 36 of 255 = 14%
G 77 of 255 = 30%
B 90 of 255 = 35%

36
77
90

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

Portions of RGB colors in percentages

R + G + B = 36 + 77 + 90 = 203 (100%)
R 36 of 203 ~ 17.73%
G 77 of 203 ~ 37.93%
B 90 of 203 ~ 44.33'%

%17.73
%37.93
%44.33

CMYK color model

#244D5A color CMYK value is (60,14,0,65).

  • cyan value is 60.00%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (60,14,0,65)
C60M14Y0K65 (60%, 14%, 0%, 65%)
(0.60 / 0.14 / 0.00 / 0.65)

CMYK percentages

%60
%14.44
%0
%64.71

Codes

Color #244D5A in popluar color models

24 4D 5A
RGB 36 77 90
HSL 194° 42.86% 24.71%
HSB/HSV 194° 60.00% 35.29%
CMYK 60.00% 14.44% 0.00%
64.71%

Color #244D5A in popluar number systems.

HEX 24 4D 5A
Decimal 36 77 90
Binary 100100 1001101 1011010
Octal 44 115 132

Shades and tints

Shades of #244D5A

#244D5A
(36,77,90)
#214652
(33,70,82)
#1E3F4A
(30,63,74)
#1B3842
(27,56,66)
#18313A
(24,49,58)
#152A32
(21,42,50)
#12232A
(18,35,42)
#0F1C22
(15,28,34)
#0C151A
(12,21,26)
#090E12
(9,14,18)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #244D5A

#244D5A
(36,77,90)
#375D69
(55,93,105)
#4A6D78
(74,109,120)
#5D7D87
(93,125,135)
#708D96
(112,141,150)
#839DA5
(131,157,165)
#96ADB4
(150,173,180)
#A9BDC3
(169,189,195)
#BCCDD2
(188,205,210)
#CFDDE1
(207,221,225)
#E2EDF0
(226,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244D5A color. Also use rgb(36,77,90) instead hex code.

Text Font Color

.myTextColor { color: #244D5A; }

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

This text font color is #244D5A.

Background Color

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

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

This div background color is #244D5A.

Border color

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

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

This div border color is #244D5A.

Opacity

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

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

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

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

This text has shadow with #244D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #244D5A.

Preview

Color preview on black background

This text has color #244D5A on black background.


Color preview on white background

This text has color #244D5A on white background.


Black color preview on #244D5A background

This text has black color on #244D5A background.


White color preview on #244D5A background

This text has white color on #244D5A background.


Related colors

Complementary color

Complementary color for #hex is #DBB2A5.


I love getcolorcode.com

Triadic colors

1 #5A244D and #4D5A24 with #244D5A are triadic colors.

2 #5A4D24 and #4D245A with #244D5A are triadic colors.