COLOR #244A64

HEX: #244A64
RGB: (36,74,100)

Color info

#244A64 contains mainly green and blue colors. Web safe color of #244A64 is #333366 (or #336).

RGB color model

#244A64 color RGB value is (36,74,100).

  • red value is 36;
  • green value is 74;
  • blue value is 100.
RGB:
(36,74,100)
(14%,29%,39%)

RGB channels and saturation

R 36 of 255 = 14%
G 74 of 255 = 29%
B 100 of 255 = 39%

36
74
100

R + G + B ~ 27%. #244A64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 74 + 100 = 210 (100%)
R 36 of 210 ~ 17.14%
G 74 of 210 ~ 35.24%
B 100 of 210 ~ 47.62%

%17.14
%35.24
%47.62

CMYK color model

#244A64 color CMYK value is (64,26,0,61).

  • cyan value is 64.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(64,26,0,61)
C64M26Y0K61 
(64%,26%,0%,61%)
(0.64/0.26/0.00/0.61)	

CMYK percentages

%64
%26
%0
%60.78

Codes

Color #244A64 in popluar color models

244A64
RGB3674100
HSL204°47.06%26.67%
HSB/HSV204°64.00%39.22%
CMYK64.00%26.00%0.00%
60.78%

Color #244A64 in popluar number systems.

HEX244A64
Decimal3674100
Binary10010010010101100100
Octal44112144

Shades and tints

Shades of #244A64

#244A64
(36,74,100)
#21445B
(33,68,91)
#1E3E52
(30,62,82)
#1B3849
(27,56,73)
#183240
(24,50,64)
#152C37
(21,44,55)
#12262E
(18,38,46)
#0F2025
(15,32,37)
#0C1A1C
(12,26,28)
#091413
(9,20,19)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #244A64

#244A64
(36,74,100)
#375A72
(55,90,114)
#4A6A80
(74,106,128)
#5D7A8E
(93,122,142)
#708A9C
(112,138,156)
#839AAA
(131,154,170)
#96AAB8
(150,170,184)
#A9BAC6
(169,186,198)
#BCCAD4
(188,202,212)
#CFDAE2
(207,218,226)
#E2EAF0
(226,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244A64 color. Also use rgb(36,74,100) instead hex code.

Text Font Color

.myTextColor { color: #244A64; }

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

This text font color is #244A64.


Background Color

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

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

This div background color is #244A64.


Border color

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

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

This div border color is #244A64.


Opacity

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

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

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

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

This text has shadow with #244A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244A64 on black background.


Color preview on white background

This text has color #244A64 on white background.



Black color preview on #244A64 background

This text has black color on #244A64 background.


White color preview on #244A64 background

This text has white color on #244A64 background.