COLOR #244480

HEX: #244480
RGB: (36,68,128)

Color info

#244480 contains mainly blue color. Web safe color of #244480 is #333366 (or #336).

RGB color model

#244480 color RGB value is (36,68,128).

  • red value is 36;
  • green value is 68;
  • blue value is 128.
RGB:
(36,68,128)
(14%,27%,50%)

RGB channels and saturation

R 36 of 255 = 14%
G 68 of 255 = 27%
B 128 of 255 = 50%

36
68
128

R + G + B ~ 30%. #244480 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 68 + 128 = 232 (100%)
R 36 of 232 ~ 15.52%
G 68 of 232 ~ 29.31%
B 128 of 232 ~ 55.17%

%15.52
%29.31
%55.17

CMYK color model

#244480 color CMYK value is (72,47,0,50).

  • cyan value is 71.88%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(72,47,0,50)
C72M47Y0K50 
(72%,47%,0%,50%)
(0.72/0.47/0.00/0.50)	

CMYK percentages

%71.88
%46.88
%0
%49.8

Codes

Color #244480 in popluar color models

244480
RGB3668128
HSL219°56.10%32.16%
HSB/HSV219°71.88%50.20%
CMYK71.88%46.88%0.00%
49.80%

Color #244480 in popluar number systems.

HEX244480
Decimal3668128
Binary100100100010010000000
Octal44104200

Shades and tints

Shades of #244480

#244480
(36,68,128)
#213E75
(33,62,117)
#1E386A
(30,56,106)
#1B325F
(27,50,95)
#182C54
(24,44,84)
#152649
(21,38,73)
#12203E
(18,32,62)
#0F1A33
(15,26,51)
#0C1428
(12,20,40)
#090E1D
(9,14,29)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #244480

#244480
(36,68,128)
#37558B
(55,85,139)
#4A6696
(74,102,150)
#5D77A1
(93,119,161)
#7088AC
(112,136,172)
#8399B7
(131,153,183)
#96AAC2
(150,170,194)
#A9BBCD
(169,187,205)
#BCCCD8
(188,204,216)
#CFDDE3
(207,221,227)
#E2EEEE
(226,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244480 color. Also use rgb(36,68,128) instead hex code.

Text Font Color

.myTextColor { color: #244480; }

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

This text font color is #244480.


Background Color

.myBgColor { background-color: #244480; }

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

This div background color is #244480.


Border color

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

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

This div border color is #244480.


Opacity

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

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

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

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

This text has shadow with #244480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244480 on black background.


Color preview on white background

This text has color #244480 on white background.



Black color preview on #244480 background

This text has black color on #244480 background.


White color preview on #244480 background

This text has white color on #244480 background.