COLOR #243C87

HEX: #243C87
RGB: (36,60,135)

Color info

#243C87 contains mainly blue color. Web safe color of #243C87 is #333399 (or #339).

RGB color model

#243C87 color RGB value is (36,60,135).

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

RGB channels and saturation

R 36 of 255 = 14%
G 60 of 255 = 24%
B 135 of 255 = 53%

36
60
135

R + G + B ~ 30%. #243C87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 60 + 135 = 231 (100%)
R 36 of 231 ~ 15.58%
G 60 of 231 ~ 25.97%
B 135 of 231 ~ 58.44%

%15.58
%25.97
%58.44

CMYK color model

#243C87 color CMYK value is (73,56,0,47).

  • cyan value is 73.33%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(73,56,0,47)
C73M56Y0K47 
(73%,56%,0%,47%)
(0.73/0.56/0.00/0.47)	

CMYK percentages

%73.33
%55.56
%0
%47.06

Codes

Color #243C87 in popluar color models

243C87
RGB3660135
HSL225°57.89%33.53%
HSB/HSV225°73.33%52.94%
CMYK73.33%55.56%0.00%
47.06%

Color #243C87 in popluar number systems.

HEX243C87
Decimal3660135
Binary10010011110010000111
Octal4474207

Shades and tints

Shades of #243C87

#243C87
(36,60,135)
#21377B
(33,55,123)
#1E326F
(30,50,111)
#1B2D63
(27,45,99)
#182857
(24,40,87)
#15234B
(21,35,75)
#121E3F
(18,30,63)
#0F1933
(15,25,51)
#0C1427
(12,20,39)
#090F1B
(9,15,27)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #243C87

#243C87
(36,60,135)
#374D91
(55,77,145)
#4A5E9B
(74,94,155)
#5D6FA5
(93,111,165)
#7080AF
(112,128,175)
#8391B9
(131,145,185)
#96A2C3
(150,162,195)
#A9B3CD
(169,179,205)
#BCC4D7
(188,196,215)
#CFD5E1
(207,213,225)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243C87; }

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

This text font color is #243C87.


Background Color

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

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

This div background color is #243C87.


Border color

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

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

This div border color is #243C87.


Opacity

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

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

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

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

This text has shadow with #243C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243C87 on black background.


Color preview on white background

This text has color #243C87 on white background.



Black color preview on #243C87 background

This text has black color on #243C87 background.


White color preview on #243C87 background

This text has white color on #243C87 background.