COLOR #241D71

HEX: #241D71
RGB: (36,29,113)

Color info

#241D71 contains mainly blue color. Web safe color of #241D71 is #333366 (or #336).

RGB color model

#241D71 color RGB value is (36,29,113).

  • red value is 36;
  • green value is 29;
  • blue value is 113.
RGB:
(36,29,113)
(14%,11%,44%)

RGB channels and saturation

R 36 of 255 = 14%
G 29 of 255 = 11%
B 113 of 255 = 44%

36
29
113

R + G + B ~ 23%. #241D71 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 29 + 113 = 178 (100%)
R 36 of 178 ~ 20.22%
G 29 of 178 ~ 16.29%
B 113 of 178 ~ 63.48%

%20.22
%16.29
%63.48

CMYK color model

#241D71 color CMYK value is (68,74,0,56).

  • cyan value is 68.14%
  • magenta value is 74.34%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(68,74,0,56)
C68M74Y0K56 
(68%,74%,0%,56%)
(0.68/0.74/0.00/0.56)	

CMYK percentages

%68.14
%74.34
%0
%55.69

Codes

Color #241D71 in popluar color models

241D71
RGB3629113
HSL245°59.15%27.84%
HSB/HSV245°74.34%44.31%
CMYK68.14%74.34%0.00%
55.69%

Color #241D71 in popluar number systems.

HEX241D71
Decimal3629113
Binary100100111011110001
Octal4435161

Shades and tints

Shades of #241D71

#241D71
(36,29,113)
#211B67
(33,27,103)
#1E195D
(30,25,93)
#1B1753
(27,23,83)
#181549
(24,21,73)
#15133F
(21,19,63)
#121135
(18,17,53)
#0F0F2B
(15,15,43)
#0C0D21
(12,13,33)
#090B17
(9,11,23)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #241D71

#241D71
(36,29,113)
#37317D
(55,49,125)
#4A4589
(74,69,137)
#5D5995
(93,89,149)
#706DA1
(112,109,161)
#8381AD
(131,129,173)
#9695B9
(150,149,185)
#A9A9C5
(169,169,197)
#BCBDD1
(188,189,209)
#CFD1DD
(207,209,221)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241D71 color. Also use rgb(36,29,113) instead hex code.

Text Font Color

.myTextColor { color: #241D71; }

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

This text font color is #241D71.


Background Color

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

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

This div background color is #241D71.


Border color

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

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

This div border color is #241D71.


Opacity

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

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

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

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

This text has shadow with #241D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241D71 on black background.


Color preview on white background

This text has color #241D71 on white background.



Black color preview on #241D71 background

This text has black color on #241D71 background.


White color preview on #241D71 background

This text has white color on #241D71 background.