COLOR #242549

HEX: #242549
RGB: (36,37,73)

Color info

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

RGB color model

#242549 color RGB value is (36,37,73).

  • red value is 36;
  • green value is 37;
  • blue value is 73.
RGB:
(36,37,73)
(14%,15%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 73 of 255 = 29%

36
37
73

R + G + B ~ 19%. #242549 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 37 + 73 = 146 (100%)
R 36 of 146 ~ 24.66%
G 37 of 146 ~ 25.34%
B 73 of 146 ~ 50%

%24.66
%25.34
%50

CMYK color model

#242549 color CMYK value is (51,49,0,71).

  • cyan value is 50.68%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(51,49,0,71)
C51M49Y0K71 
(51%,49%,0%,71%)
(0.51/0.49/0.00/0.71)	

CMYK percentages

%50.68
%49.32
%0
%71.37

Codes

Color #242549 in popluar color models

242549
RGB363773
HSL238°33.94%21.37%
HSB/HSV238°50.68%28.63%
CMYK50.68%49.32%0.00%
71.37%

Color #242549 in popluar number systems.

HEX242549
Decimal363773
Binary1001001001011001001
Octal4445111

Shades and tints

Shades of #242549

#242549
(36,37,73)
#212243
(33,34,67)
#1E1F3D
(30,31,61)
#1B1C37
(27,28,55)
#181931
(24,25,49)
#15162B
(21,22,43)
#121325
(18,19,37)
#0F101F
(15,16,31)
#0C0D19
(12,13,25)
#090A13
(9,10,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #242549

#242549
(36,37,73)
#373859
(55,56,89)
#4A4B69
(74,75,105)
#5D5E79
(93,94,121)
#707189
(112,113,137)
#838499
(131,132,153)
#9697A9
(150,151,169)
#A9AAB9
(169,170,185)
#BCBDC9
(188,189,201)
#CFD0D9
(207,208,217)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242549 color. Also use rgb(36,37,73) instead hex code.

Text Font Color

.myTextColor { color: #242549; }

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

This text font color is #242549.


Background Color

.myBgColor { background-color: #242549; }

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

This div background color is #242549.


Border color

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

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

This div border color is #242549.


Opacity

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

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

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

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

This text has shadow with #242549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242549 on black background.


Color preview on white background

This text has color #242549 on white background.



Black color preview on #242549 background

This text has black color on #242549 background.


White color preview on #242549 background

This text has white color on #242549 background.