COLOR #241C8C

HEX: #241C8C
RGB: (36,28,140)

Color info

#241C8C contains mainly blue color. Web safe color of #241C8C is #333399 (or #339).

RGB color model

#241C8C color RGB value is (36,28,140).

  • red value is 36;
  • green value is 28;
  • blue value is 140.
RGB:
(36,28,140)
(14%,11%,55%)

RGB channels and saturation

R 36 of 255 = 14%
G 28 of 255 = 11%
B 140 of 255 = 55%

36
28
140

R + G + B ~ 27%. #241C8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 28 + 140 = 204 (100%)
R 36 of 204 ~ 17.65%
G 28 of 204 ~ 13.73%
B 140 of 204 ~ 68.63%

%17.65
%13.73
%68.63

CMYK color model

#241C8C color CMYK value is (74,80,0,45).

  • cyan value is 74.29%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(74,80,0,45)
C74M80Y0K45 
(74%,80%,0%,45%)
(0.74/0.80/0.00/0.45)	

CMYK percentages

%74.29
%80
%0
%45.1

Codes

Color #241C8C in popluar color models

241C8C
RGB3628140
HSL244°66.67%32.94%
HSB/HSV244°80.00%54.90%
CMYK74.29%80.00%0.00%
45.10%

Color #241C8C in popluar number systems.

HEX241C8C
Decimal3628140
Binary1001001110010001100
Octal4434214

Shades and tints

Shades of #241C8C

#241C8C
(36,28,140)
#211A80
(33,26,128)
#1E1874
(30,24,116)
#1B1668
(27,22,104)
#18145C
(24,20,92)
#151250
(21,18,80)
#121044
(18,16,68)
#0F0E38
(15,14,56)
#0C0C2C
(12,12,44)
#090A20
(9,10,32)
#060814
(6,8,20)
#000000
(0,0,0)

Tints of #241C8C

#241C8C
(36,28,140)
#373096
(55,48,150)
#4A44A0
(74,68,160)
#5D58AA
(93,88,170)
#706CB4
(112,108,180)
#8380BE
(131,128,190)
#9694C8
(150,148,200)
#A9A8D2
(169,168,210)
#BCBCDC
(188,188,220)
#CFD0E6
(207,208,230)
#E2E4F0
(226,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241C8C color. Also use rgb(36,28,140) instead hex code.

Text Font Color

.myTextColor { color: #241C8C; }

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

This text font color is #241C8C.


Background Color

.myBgColor { background-color: #241C8C; }

<div style="background-color:#241C8C">Inner text</div>

This div background color is #241C8C.


Border color

.myBorderColor { border: 1px solid #241C8C; }

<div style="border:3px solid #241C8C">Div</div>

This div border color is #241C8C.


Opacity

.myOpacity80 { color: #241C8C; opacity: 0.8; }

<p style="color:#241C8C;opacity:0.8;">80%</p>

Text with #241C8C 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 #241C8C;}

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

This text has shadow with #241C8C color.

.textShadow {text-shadow: 3px 3px 1px #241C8C, 3px 3px 1px red;}

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

This text has shadow with #241C8C primary color and red secondary color.


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

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

This text has shadow with #241C8C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241C8C on black background.


Color preview on white background

This text has color #241C8C on white background.



Black color preview on #241C8C background

This text has black color on #241C8C background.


White color preview on #241C8C background

This text has white color on #241C8C background.