COLOR #242F51

HEX: #242F51
RGB: (36,47,81)

Color info

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

RGB color model

#242F51 color RGB value is (36,47,81).

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

RGB channels and saturation

R 36 of 255 = 14%
G 47 of 255 = 18%
B 81 of 255 = 32%

36
47
81

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

Portions of RGB colors in percentages

R + G + B =
36 + 47 + 81 = 164 (100%)
R 36 of 164 ~ 21.95%
G 47 of 164 ~ 28.66%
B 81 of 164 ~ 49.39%

%21.95
%28.66
%49.39

CMYK color model

#242F51 color CMYK value is (56,42,0,68).

  • cyan value is 55.56%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(56,42,0,68)
C56M42Y0K68 
(56%,42%,0%,68%)
(0.56/0.42/0.00/0.68)	

CMYK percentages

%55.56
%41.98
%0
%68.24

Codes

Color #242F51 in popluar color models

242F51
RGB364781
HSL225°38.46%22.94%
HSB/HSV225°55.56%31.76%
CMYK55.56%41.98%0.00%
68.24%

Color #242F51 in popluar number systems.

HEX242F51
Decimal364781
Binary1001001011111010001
Octal4457121

Shades and tints

Shades of #242F51

#242F51
(36,47,81)
#212B4A
(33,43,74)
#1E2743
(30,39,67)
#1B233C
(27,35,60)
#181F35
(24,31,53)
#151B2E
(21,27,46)
#121727
(18,23,39)
#0F1320
(15,19,32)
#0C0F19
(12,15,25)
#090B12
(9,11,18)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #242F51

#242F51
(36,47,81)
#374160
(55,65,96)
#4A536F
(74,83,111)
#5D657E
(93,101,126)
#70778D
(112,119,141)
#83899C
(131,137,156)
#969BAB
(150,155,171)
#A9ADBA
(169,173,186)
#BCBFC9
(188,191,201)
#CFD1D8
(207,209,216)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242F51; }

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

This text font color is #242F51.


Background Color

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

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

This div background color is #242F51.


Border color

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

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

This div border color is #242F51.


Opacity

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

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

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

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

This text has shadow with #242F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242F51 on black background.


Color preview on white background

This text has color #242F51 on white background.



Black color preview on #242F51 background

This text has black color on #242F51 background.


White color preview on #242F51 background

This text has white color on #242F51 background.