COLOR #241C52

HEX: #241C52 RGB: (36,28,82)

Color info

#241C52 contains red, green and blue colors in about the same proportion. Web safe color of #241C52 is #333366 (or #336).

RGB color model

#241C52 color RGB value is (36,28,82).

RGB: (36,28,82) (14%, 11%, 32%)

RGB channels and saturation

R 36 of 255 = 14%
G 28 of 255 = 11%
B 82 of 255 = 32%

36
28
82

R + G + B ~ 19%. #241C52 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 28 + 82 = 146 (100%)
R 36 of 146 ~ 24.66%
G 28 of 146 ~ 19.18%
B 82 of 146 ~ 56.16'%

%24.66
%19.18
%56.16

CMYK color model

#241C52 color CMYK value is (56,66,0,68).

  • cyan value is 56.10%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (56,66,0,68)
C56M66Y0K68 (56%, 66%, 0%, 68%)
(0.56 / 0.66 / 0.00 / 0.68)

CMYK percentages

%56.1
%65.85
%0
%67.84

Codes

Color #241C52 in popluar color models

24 1C 52
RGB 36 28 82
HSL 249° 49.09% 21.57%
HSB/HSV 249° 65.85% 32.16%
CMYK 56.10% 65.85% 0.00%
67.84%

Color #241C52 in popluar number systems.

HEX 24 1C 52
Decimal 36 28 82
Binary 100100 11100 1010010
Octal 44 34 122

Shades and tints

Shades of #241C52

#241C52
(36,28,82)
#211A4B
(33,26,75)
#1E1844
(30,24,68)
#1B163D
(27,22,61)
#181436
(24,20,54)
#15122F
(21,18,47)
#121028
(18,16,40)
#0F0E21
(15,14,33)
#0C0C1A
(12,12,26)
#090A13
(9,10,19)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #241C52

#241C52
(36,28,82)
#373061
(55,48,97)
#4A4470
(74,68,112)
#5D587F
(93,88,127)
#706C8E
(112,108,142)
#83809D
(131,128,157)
#9694AC
(150,148,172)
#A9A8BB
(169,168,187)
#BCBCCA
(188,188,202)
#CFD0D9
(207,208,217)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241C52; }

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

This text font color is #241C52.

Background Color

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

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

This div background color is #241C52.

Border color

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

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

This div border color is #241C52.

Opacity

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

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

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

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

This text has shadow with #241C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241C52.

Preview

Color preview on black background

This text has color #241C52 on black background.


Color preview on white background

This text has color #241C52 on white background.


Black color preview on #241C52 background

This text has black color on #241C52 background.


White color preview on #241C52 background

This text has white color on #241C52 background.


Related colors

Complementary color

Complementary color for #hex is #DBE3AD.


I love getcolorcode.com

Triadic colors

1 #52241C and #1C5224 with #241C52 are triadic colors.

2 #521C24 and #1C2452 with #241C52 are triadic colors.