COLOR #243C68

HEX: #243C68
RGB: (36,60,104)

Color info

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

RGB color model

#243C68 color RGB value is (36,60,104).

  • red value is 36;
  • green value is 60;
  • blue value is 104.
RGB:
(36,60,104)
(14%,24%,41%)

RGB channels and saturation

R 36 of 255 = 14%
G 60 of 255 = 24%
B 104 of 255 = 41%

36
60
104

R + G + B ~ 26%. #243C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 60 + 104 = 200 (100%)
R 36 of 200 ~ 18%
G 60 of 200 ~ 30%
B 104 of 200 ~ 52%

%18
%30
%52

CMYK color model

#243C68 color CMYK value is (65,42,0,59).

  • cyan value is 65.38%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(65,42,0,59)
C65M42Y0K59 
(65%,42%,0%,59%)
(0.65/0.42/0.00/0.59)	

CMYK percentages

%65.38
%42.31
%0
%59.22

Codes

Color #243C68 in popluar color models

243C68
RGB3660104
HSL219°48.57%27.45%
HSB/HSV219°65.38%40.78%
CMYK65.38%42.31%0.00%
59.22%

Color #243C68 in popluar number systems.

HEX243C68
Decimal3660104
Binary1001001111001101000
Octal4474150

Shades and tints

Shades of #243C68

#243C68
(36,60,104)
#21375F
(33,55,95)
#1E3256
(30,50,86)
#1B2D4D
(27,45,77)
#182844
(24,40,68)
#15233B
(21,35,59)
#121E32
(18,30,50)
#0F1929
(15,25,41)
#0C1420
(12,20,32)
#090F17
(9,15,23)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #243C68

#243C68
(36,60,104)
#374D75
(55,77,117)
#4A5E82
(74,94,130)
#5D6F8F
(93,111,143)
#70809C
(112,128,156)
#8391A9
(131,145,169)
#96A2B6
(150,162,182)
#A9B3C3
(169,179,195)
#BCC4D0
(188,196,208)
#CFD5DD
(207,213,221)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243C68 color. Also use rgb(36,60,104) instead hex code.

Text Font Color

.myTextColor { color: #243C68; }

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

This text font color is #243C68.


Background Color

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

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

This div background color is #243C68.


Border color

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

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

This div border color is #243C68.


Opacity

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

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

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

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

This text has shadow with #243C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243C68 on black background.


Color preview on white background

This text has color #243C68 on white background.



Black color preview on #243C68 background

This text has black color on #243C68 background.


White color preview on #243C68 background

This text has white color on #243C68 background.