COLOR #243C74

HEX: #243C74 RGB: (36,60,116)

Color info

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

RGB color model

#243C74 color RGB value is (36,60,116).

RGB: (36,60,116) (14%, 24%, 45%)

RGB channels and saturation

R 36 of 255 = 14%
G 60 of 255 = 24%
B 116 of 255 = 45%

36
60
116

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

Portions of RGB colors in percentages

R + G + B = 36 + 60 + 116 = 212 (100%)
R 36 of 212 ~ 16.98%
G 60 of 212 ~ 28.3%
B 116 of 212 ~ 54.72'%

%16.98
%28.3
%54.72

CMYK color model

#243C74 color CMYK value is (69,48,0,55).

  • cyan value is 68.97%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (69,48,0,55)
C69M48Y0K55 (69%, 48%, 0%, 55%)
(0.69 / 0.48 / 0.00 / 0.55)

CMYK percentages

%68.97
%48.28
%0
%54.51

Codes

Color #243C74 in popluar color models

24 3C 74
RGB 36 60 116
HSL 222° 52.63% 29.80%
HSB/HSV 222° 68.97% 45.49%
CMYK 68.97% 48.28% 0.00%
54.51%

Color #243C74 in popluar number systems.

HEX 24 3C 74
Decimal 36 60 116
Binary 100100 111100 1110100
Octal 44 74 164

Shades and tints

Shades of #243C74

#243C74
(36,60,116)
#21376A
(33,55,106)
#1E3260
(30,50,96)
#1B2D56
(27,45,86)
#18284C
(24,40,76)
#152342
(21,35,66)
#121E38
(18,30,56)
#0F192E
(15,25,46)
#0C1424
(12,20,36)
#090F1A
(9,15,26)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #243C74

#243C74
(36,60,116)
#374D80
(55,77,128)
#4A5E8C
(74,94,140)
#5D6F98
(93,111,152)
#7080A4
(112,128,164)
#8391B0
(131,145,176)
#96A2BC
(150,162,188)
#A9B3C8
(169,179,200)
#BCC4D4
(188,196,212)
#CFD5E0
(207,213,224)
#E2E6EC
(226,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243C74; }

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

This text font color is #243C74.

Background Color

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

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

This div background color is #243C74.

Border color

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

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

This div border color is #243C74.

Opacity

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

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

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

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

This text has shadow with #243C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #243C74.

Preview

Color preview on black background

This text has color #243C74 on black background.


Color preview on white background

This text has color #243C74 on white background.


Black color preview on #243C74 background

This text has black color on #243C74 background.


White color preview on #243C74 background

This text has white color on #243C74 background.


Related colors

Complementary color

Complementary color for #hex is #DBC38B.


I love getcolorcode.com

Triadic colors

1 #74243C and #3C7424 with #243C74 are triadic colors.

2 #743C24 and #3C2474 with #243C74 are triadic colors.