COLOR #243F72

HEX: #243F72
RGB: (36,63,114)

Color info

#243F72 contains mainly green and blue colors. Web safe color of #243F72 is #333366 (or #336).

RGB color model

#243F72 color RGB value is (36,63,114).

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

RGB channels and saturation

R 36 of 255 = 14%
G 63 of 255 = 25%
B 114 of 255 = 45%

36
63
114

R + G + B ~ 28%. #243F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 63 + 114 = 213 (100%)
R 36 of 213 ~ 16.9%
G 63 of 213 ~ 29.58%
B 114 of 213 ~ 53.52%

%16.9
%29.58
%53.52

CMYK color model

#243F72 color CMYK value is (68,45,0,55).

  • cyan value is 68.42%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(68,45,0,55)
C68M45Y0K55 
(68%,45%,0%,55%)
(0.68/0.45/0.00/0.55)	

CMYK percentages

%68.42
%44.74
%0
%55.29

Codes

Color #243F72 in popluar color models

243F72
RGB3663114
HSL219°52.00%29.41%
HSB/HSV219°68.42%44.71%
CMYK68.42%44.74%0.00%
55.29%

Color #243F72 in popluar number systems.

HEX243F72
Decimal3663114
Binary1001001111111110010
Octal4477162

Shades and tints

Shades of #243F72

#243F72
(36,63,114)
#213A68
(33,58,104)
#1E355E
(30,53,94)
#1B3054
(27,48,84)
#182B4A
(24,43,74)
#152640
(21,38,64)
#122136
(18,33,54)
#0F1C2C
(15,28,44)
#0C1722
(12,23,34)
#091218
(9,18,24)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #243F72

#243F72
(36,63,114)
#37507E
(55,80,126)
#4A618A
(74,97,138)
#5D7296
(93,114,150)
#7083A2
(112,131,162)
#8394AE
(131,148,174)
#96A5BA
(150,165,186)
#A9B6C6
(169,182,198)
#BCC7D2
(188,199,210)
#CFD8DE
(207,216,222)
#E2E9EA
(226,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243F72; }

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

This text font color is #243F72.


Background Color

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

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

This div background color is #243F72.


Border color

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

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

This div border color is #243F72.


Opacity

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

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

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

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

This text has shadow with #243F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243F72 on black background.


Color preview on white background

This text has color #243F72 on white background.



Black color preview on #243F72 background

This text has black color on #243F72 background.


White color preview on #243F72 background

This text has white color on #243F72 background.