COLOR #242F4E

HEX: #242F4E
RGB: (36,47,78)

Color info

#242F4E contains red, green and blue colors in about the same proportion. Web safe color of #242F4E is #333366 (or #336).

RGB color model

#242F4E color RGB value is (36,47,78).

  • red value is 36;
  • green value is 47;
  • blue value is 78.
RGB:
(36,47,78)
(14%,18%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 47 of 255 = 18%
B 78 of 255 = 31%

36
47
78

R + G + B ~ 21%. #242F4E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 47 + 78 = 161 (100%)
R 36 of 161 ~ 22.36%
G 47 of 161 ~ 29.19%
B 78 of 161 ~ 48.45%

%22.36
%29.19
%48.45

CMYK color model

#242F4E color CMYK value is (54,40,0,69).

  • cyan value is 53.85%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(54,40,0,69)
C54M40Y0K69 
(54%,40%,0%,69%)
(0.54/0.40/0.00/0.69)	

CMYK percentages

%53.85
%39.74
%0
%69.41

Codes

Color #242F4E in popluar color models

242F4E
RGB364778
HSL224°36.84%22.35%
HSB/HSV224°53.85%30.59%
CMYK53.85%39.74%0.00%
69.41%

Color #242F4E in popluar number systems.

HEX242F4E
Decimal364778
Binary1001001011111001110
Octal4457116

Shades and tints

Shades of #242F4E

#242F4E
(36,47,78)
#212B47
(33,43,71)
#1E2740
(30,39,64)
#1B2339
(27,35,57)
#181F32
(24,31,50)
#151B2B
(21,27,43)
#121724
(18,23,36)
#0F131D
(15,19,29)
#0C0F16
(12,15,22)
#090B0F
(9,11,15)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #242F4E

#242F4E
(36,47,78)
#37415E
(55,65,94)
#4A536E
(74,83,110)
#5D657E
(93,101,126)
#70778E
(112,119,142)
#83899E
(131,137,158)
#969BAE
(150,155,174)
#A9ADBE
(169,173,190)
#BCBFCE
(188,191,206)
#CFD1DE
(207,209,222)
#E2E3EE
(226,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242F4E color. Also use rgb(36,47,78) instead hex code.

Text Font Color

.myTextColor { color: #242F4E; }

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

This text font color is #242F4E.


Background Color

.myBgColor { background-color: #242F4E; }

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

This div background color is #242F4E.


Border color

.myBorderColor { border: 1px solid #242F4E; }

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

This div border color is #242F4E.


Opacity

.myOpacity80 { color: #242F4E; opacity: 0.8; }

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

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

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

This text has shadow with #242F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242F4E on black background.


Color preview on white background

This text has color #242F4E on white background.



Black color preview on #242F4E background

This text has black color on #242F4E background.


White color preview on #242F4E background

This text has white color on #242F4E background.