COLOR #243F51

HEX: #243F51
RGB: (36,63,81)

Color info

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

RGB color model

#243F51 color RGB value is (36,63,81).

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

RGB channels and saturation

R 36 of 255 = 14%
G 63 of 255 = 25%
B 81 of 255 = 32%

36
63
81

R + G + B ~ 24%. #243F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 63 + 81 = 180 (100%)
R 36 of 180 ~ 20%
G 63 of 180 ~ 35%
B 81 of 180 ~ 45%

%20
%35
%45

CMYK color model

#243F51 color CMYK value is (56,22,0,68).

  • cyan value is 55.56%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(56,22,0,68)
C56M22Y0K68 
(56%,22%,0%,68%)
(0.56/0.22/0.00/0.68)	

CMYK percentages

%55.56
%22.22
%0
%68.24

Codes

Color #243F51 in popluar color models

243F51
RGB366381
HSL204°38.46%22.94%
HSB/HSV204°55.56%31.76%
CMYK55.56%22.22%0.00%
68.24%

Color #243F51 in popluar number systems.

HEX243F51
Decimal366381
Binary1001001111111010001
Octal4477121

Shades and tints

Shades of #243F51

#243F51
(36,63,81)
#213A4A
(33,58,74)
#1E3543
(30,53,67)
#1B303C
(27,48,60)
#182B35
(24,43,53)
#15262E
(21,38,46)
#122127
(18,33,39)
#0F1C20
(15,28,32)
#0C1719
(12,23,25)
#091212
(9,18,18)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #243F51

#243F51
(36,63,81)
#375060
(55,80,96)
#4A616F
(74,97,111)
#5D727E
(93,114,126)
#70838D
(112,131,141)
#83949C
(131,148,156)
#96A5AB
(150,165,171)
#A9B6BA
(169,182,186)
#BCC7C9
(188,199,201)
#CFD8D8
(207,216,216)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243F51; }

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

This text font color is #243F51.


Background Color

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

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

This div background color is #243F51.


Border color

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

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

This div border color is #243F51.


Opacity

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

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

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

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

This text has shadow with #243F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243F51 on black background.


Color preview on white background

This text has color #243F51 on white background.



Black color preview on #243F51 background

This text has black color on #243F51 background.


White color preview on #243F51 background

This text has white color on #243F51 background.