COLOR #242048

HEX: #242048
RGB: (36,32,72)

Color info

#242048 contains red, green and blue colors in about the same proportion. Web safe color of #242048 is #333333 (or #333).

RGB color model

#242048 color RGB value is (36,32,72).

  • red value is 36;
  • green value is 32;
  • blue value is 72.
RGB:
(36,32,72)
(14%,13%,28%)

RGB channels and saturation

R 36 of 255 = 14%
G 32 of 255 = 13%
B 72 of 255 = 28%

36
32
72

R + G + B ~ 18%. #242048 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 32 + 72 = 140 (100%)
R 36 of 140 ~ 25.71%
G 32 of 140 ~ 22.86%
B 72 of 140 ~ 51.43%

%25.71
%22.86
%51.43

CMYK color model

#242048 color CMYK value is (50,56,0,72).

  • cyan value is 50.00%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(50,56,0,72)
C50M56Y0K72 
(50%,56%,0%,72%)
(0.50/0.56/0.00/0.72)	

CMYK percentages

%50
%55.56
%0
%71.76

Codes

Color #242048 in popluar color models

242048
RGB363272
HSL246°38.46%20.39%
HSB/HSV246°55.56%28.24%
CMYK50.00%55.56%0.00%
71.76%

Color #242048 in popluar number systems.

HEX242048
Decimal363272
Binary1001001000001001000
Octal4440110

Shades and tints

Shades of #242048

#242048
(36,32,72)
#211E42
(33,30,66)
#1E1C3C
(30,28,60)
#1B1A36
(27,26,54)
#181830
(24,24,48)
#15162A
(21,22,42)
#121424
(18,20,36)
#0F121E
(15,18,30)
#0C1018
(12,16,24)
#090E12
(9,14,18)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #242048

#242048
(36,32,72)
#373458
(55,52,88)
#4A4868
(74,72,104)
#5D5C78
(93,92,120)
#707088
(112,112,136)
#838498
(131,132,152)
#9698A8
(150,152,168)
#A9ACB8
(169,172,184)
#BCC0C8
(188,192,200)
#CFD4D8
(207,212,216)
#E2E8E8
(226,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242048 color. Also use rgb(36,32,72) instead hex code.

Text Font Color

.myTextColor { color: #242048; }

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

This text font color is #242048.


Background Color

.myBgColor { background-color: #242048; }

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

This div background color is #242048.


Border color

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

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

This div border color is #242048.


Opacity

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

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

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

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

This text has shadow with #242048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242048 on black background.


Color preview on white background

This text has color #242048 on white background.



Black color preview on #242048 background

This text has black color on #242048 background.


White color preview on #242048 background

This text has white color on #242048 background.