COLOR #244B8A

HEX: #244B8A RGB: (36,75,138)

Color info

#244B8A contains mainly blue color. Web safe color of #244B8A is #333399 (or #339).

RGB color model

#244B8A color RGB value is (36,75,138).

RGB: (36,75,138) (14%, 29%, 54%)

RGB channels and saturation

R 36 of 255 = 14%
G 75 of 255 = 29%
B 138 of 255 = 54%

36
75
138

R + G + B ~ 32%. #244B8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 75 + 138 = 249 (100%)
R 36 of 249 ~ 14.46%
G 75 of 249 ~ 30.12%
B 138 of 249 ~ 55.42'%

%14.46
%30.12
%55.42

CMYK color model

#244B8A color CMYK value is (74,46,0,46).

  • cyan value is 73.91%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (74,46,0,46)
C74M46Y0K46 (74%, 46%, 0%, 46%)
(0.74 / 0.46 / 0.00 / 0.46)

CMYK percentages

%73.91
%45.65
%0
%45.88

Codes

Color #244B8A in popluar color models

24 4B 8A
RGB 36 75 138
HSL 217° 58.62% 34.12%
HSB/HSV 217° 73.91% 54.12%
CMYK 73.91% 45.65% 0.00%
45.88%

Color #244B8A in popluar number systems.

HEX 24 4B 8A
Decimal 36 75 138
Binary 100100 1001011 10001010
Octal 44 113 212

Shades and tints

Shades of #244B8A

#244B8A
(36,75,138)
#21457E
(33,69,126)
#1E3F72
(30,63,114)
#1B3966
(27,57,102)
#18335A
(24,51,90)
#152D4E
(21,45,78)
#122742
(18,39,66)
#0F2136
(15,33,54)
#0C1B2A
(12,27,42)
#09151E
(9,21,30)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #244B8A

#244B8A
(36,75,138)
#375B94
(55,91,148)
#4A6B9E
(74,107,158)
#5D7BA8
(93,123,168)
#708BB2
(112,139,178)
#839BBC
(131,155,188)
#96ABC6
(150,171,198)
#A9BBD0
(169,187,208)
#BCCBDA
(188,203,218)
#CFDBE4
(207,219,228)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244B8A color. Also use rgb(36,75,138) instead hex code.

Text Font Color

.myTextColor { color: #244B8A; }

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

This text font color is #244B8A.

Background Color

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

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

This div background color is #244B8A.

Border color

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

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

This div border color is #244B8A.

Opacity

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

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

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

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

This text has shadow with #244B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #244B8A.

Preview

Color preview on black background

This text has color #244B8A on black background.


Color preview on white background

This text has color #244B8A on white background.


Black color preview on #244B8A background

This text has black color on #244B8A background.


White color preview on #244B8A background

This text has white color on #244B8A background.


Related colors

Complementary color

Complementary color for #hex is #DBB475.


I love getcolorcode.com

Triadic colors

1 #8A244B and #4B8A24 with #244B8A are triadic colors.

2 #8A4B24 and #4B248A with #244B8A are triadic colors.