COLOR #243A51

HEX: #243A51
RGB: (36,58,81)

Color info

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

RGB color model

#243A51 color RGB value is (36,58,81).

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

RGB channels and saturation

R 36 of 255 = 14%
G 58 of 255 = 23%
B 81 of 255 = 32%

36
58
81

R + G + B ~ 23%. #243A51 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 58 + 81 = 175 (100%)
R 36 of 175 ~ 20.57%
G 58 of 175 ~ 33.14%
B 81 of 175 ~ 46.29%

%20.57
%33.14
%46.29

CMYK color model

#243A51 color CMYK value is (56,28,0,68).

  • cyan value is 55.56%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(56,28,0,68)
C56M28Y0K68 
(56%,28%,0%,68%)
(0.56/0.28/0.00/0.68)	

CMYK percentages

%55.56
%28.4
%0
%68.24

Codes

Color #243A51 in popluar color models

243A51
RGB365881
HSL211°38.46%22.94%
HSB/HSV211°55.56%31.76%
CMYK55.56%28.40%0.00%
68.24%

Color #243A51 in popluar number systems.

HEX243A51
Decimal365881
Binary1001001110101010001
Octal4472121

Shades and tints

Shades of #243A51

#243A51
(36,58,81)
#21354A
(33,53,74)
#1E3043
(30,48,67)
#1B2B3C
(27,43,60)
#182635
(24,38,53)
#15212E
(21,33,46)
#121C27
(18,28,39)
#0F1720
(15,23,32)
#0C1219
(12,18,25)
#090D12
(9,13,18)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #243A51

#243A51
(36,58,81)
#374B60
(55,75,96)
#4A5C6F
(74,92,111)
#5D6D7E
(93,109,126)
#707E8D
(112,126,141)
#838F9C
(131,143,156)
#96A0AB
(150,160,171)
#A9B1BA
(169,177,186)
#BCC2C9
(188,194,201)
#CFD3D8
(207,211,216)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243A51; }

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

This text font color is #243A51.


Background Color

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

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

This div background color is #243A51.


Border color

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

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

This div border color is #243A51.


Opacity

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

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

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

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

This text has shadow with #243A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243A51 on black background.


Color preview on white background

This text has color #243A51 on white background.



Black color preview on #243A51 background

This text has black color on #243A51 background.


White color preview on #243A51 background

This text has white color on #243A51 background.