COLOR #241748

HEX: #241748
RGB: (36,23,72)

Color info

#241748 contains red, green and blue colors in about the same proportion. Web safe color of #241748 is #330033 (or #303).

RGB color model

#241748 color RGB value is (36,23,72).

  • red value is 36;
  • green value is 23;
  • blue value is 72.
RGB:
(36,23,72)
(14%,9%,28%)

RGB channels and saturation

R 36 of 255 = 14%
G 23 of 255 = 9%
B 72 of 255 = 28%

36
23
72

R + G + B ~ 17%. #241748 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 23 + 72 = 131 (100%)
R 36 of 131 ~ 27.48%
G 23 of 131 ~ 17.56%
B 72 of 131 ~ 54.96%

%27.48
%17.56
%54.96

CMYK color model

#241748 color CMYK value is (50,68,0,72).

  • cyan value is 50.00%
  • magenta value is 68.06%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(50,68,0,72)
C50M68Y0K72 
(50%,68%,0%,72%)
(0.50/0.68/0.00/0.72)	

CMYK percentages

%50
%68.06
%0
%71.76

Codes

Color #241748 in popluar color models

241748
RGB362372
HSL256°51.58%18.63%
HSB/HSV256°68.06%28.24%
CMYK50.00%68.06%0.00%
71.76%

Color #241748 in popluar number systems.

HEX241748
Decimal362372
Binary100100101111001000
Octal4427110

Shades and tints

Shades of #241748

#241748
(36,23,72)
#211542
(33,21,66)
#1E133C
(30,19,60)
#1B1136
(27,17,54)
#180F30
(24,15,48)
#150D2A
(21,13,42)
#120B24
(18,11,36)
#0F091E
(15,9,30)
#0C0718
(12,7,24)
#090512
(9,5,18)
#06030C
(6,3,12)
#000000
(0,0,0)

Tints of #241748

#241748
(36,23,72)
#372C58
(55,44,88)
#4A4168
(74,65,104)
#5D5678
(93,86,120)
#706B88
(112,107,136)
#838098
(131,128,152)
#9695A8
(150,149,168)
#A9AAB8
(169,170,184)
#BCBFC8
(188,191,200)
#CFD4D8
(207,212,216)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241748 color. Also use rgb(36,23,72) instead hex code.

Text Font Color

.myTextColor { color: #241748; }

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

This text font color is #241748.


Background Color

.myBgColor { background-color: #241748; }

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

This div background color is #241748.


Border color

.myBorderColor { border: 1px solid #241748; }

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

This div border color is #241748.


Opacity

.myOpacity80 { color: #241748; opacity: 0.8; }

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

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

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

This text has shadow with #241748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241748 on black background.


Color preview on white background

This text has color #241748 on white background.



Black color preview on #241748 background

This text has black color on #241748 background.


White color preview on #241748 background

This text has white color on #241748 background.