COLOR #24388E

HEX: #24388E
RGB: (36,56,142)

Color info

#24388E contains mainly blue color. Web safe color of #24388E is #333399 (or #339).

RGB color model

#24388E color RGB value is (36,56,142).

  • red value is 36;
  • green value is 56;
  • blue value is 142.
RGB:
(36,56,142)
(14%,22%,56%)

RGB channels and saturation

R 36 of 255 = 14%
G 56 of 255 = 22%
B 142 of 255 = 56%

36
56
142

R + G + B ~ 31%. #24388E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 56 + 142 = 234 (100%)
R 36 of 234 ~ 15.38%
G 56 of 234 ~ 23.93%
B 142 of 234 ~ 60.68%

%15.38
%23.93
%60.68

CMYK color model

#24388E color CMYK value is (75,61,0,44).

  • cyan value is 74.65%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(75,61,0,44)
C75M61Y0K44 
(75%,61%,0%,44%)
(0.75/0.61/0.00/0.44)	

CMYK percentages

%74.65
%60.56
%0
%44.31

Codes

Color #24388E in popluar color models

24388E
RGB3656142
HSL229°59.55%34.90%
HSB/HSV229°74.65%55.69%
CMYK74.65%60.56%0.00%
44.31%

Color #24388E in popluar number systems.

HEX24388E
Decimal3656142
Binary10010011100010001110
Octal4470216

Shades and tints

Shades of #24388E

#24388E
(36,56,142)
#213382
(33,51,130)
#1E2E76
(30,46,118)
#1B296A
(27,41,106)
#18245E
(24,36,94)
#151F52
(21,31,82)
#121A46
(18,26,70)
#0F153A
(15,21,58)
#0C102E
(12,16,46)
#090B22
(9,11,34)
#060616
(6,6,22)
#000000
(0,0,0)

Tints of #24388E

#24388E
(36,56,142)
#374A98
(55,74,152)
#4A5CA2
(74,92,162)
#5D6EAC
(93,110,172)
#7080B6
(112,128,182)
#8392C0
(131,146,192)
#96A4CA
(150,164,202)
#A9B6D4
(169,182,212)
#BCC8DE
(188,200,222)
#CFDAE8
(207,218,232)
#E2ECF2
(226,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24388E color. Also use rgb(36,56,142) instead hex code.

Text Font Color

.myTextColor { color: #24388E; }

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

This text font color is #24388E.


Background Color

.myBgColor { background-color: #24388E; }

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

This div background color is #24388E.


Border color

.myBorderColor { border: 1px solid #24388E; }

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

This div border color is #24388E.


Opacity

.myOpacity80 { color: #24388E; opacity: 0.8; }

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

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

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

This text has shadow with #24388E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24388E on black background.


Color preview on white background

This text has color #24388E on white background.



Black color preview on #24388E background

This text has black color on #24388E background.


White color preview on #24388E background

This text has white color on #24388E background.