COLOR #241B58

HEX: #241B58
RGB: (36,27,88)

Color info

#241B58 contains mainly red and blue colors. Web safe color of #241B58 is #333366 (or #336).

RGB color model

#241B58 color RGB value is (36,27,88).

  • red value is 36;
  • green value is 27;
  • blue value is 88.
RGB:
(36,27,88)
(14%,11%,35%)

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 88 of 255 = 35%

36
27
88

R + G + B ~ 20%. #241B58 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 88 = 151 (100%)
R 36 of 151 ~ 23.84%
G 27 of 151 ~ 17.88%
B 88 of 151 ~ 58.28%

%23.84
%17.88
%58.28

CMYK color model

#241B58 color CMYK value is (59,69,0,65).

  • cyan value is 59.09%
  • magenta value is 69.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(59,69,0,65)
C59M69Y0K65 
(59%,69%,0%,65%)
(0.59/0.69/0.00/0.65)	

CMYK percentages

%59.09
%69.32
%0
%65.49

Codes

Color #241B58 in popluar color models

241B58
RGB362788
HSL249°53.04%22.55%
HSB/HSV249°69.32%34.51%
CMYK59.09%69.32%0.00%
65.49%

Color #241B58 in popluar number systems.

HEX241B58
Decimal362788
Binary100100110111011000
Octal4433130

Shades and tints

Shades of #241B58

#241B58
(36,27,88)
#211950
(33,25,80)
#1E1748
(30,23,72)
#1B1540
(27,21,64)
#181338
(24,19,56)
#151130
(21,17,48)
#120F28
(18,15,40)
#0F0D20
(15,13,32)
#0C0B18
(12,11,24)
#090910
(9,9,16)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #241B58

#241B58
(36,27,88)
#372F67
(55,47,103)
#4A4376
(74,67,118)
#5D5785
(93,87,133)
#706B94
(112,107,148)
#837FA3
(131,127,163)
#9693B2
(150,147,178)
#A9A7C1
(169,167,193)
#BCBBD0
(188,187,208)
#CFCFDF
(207,207,223)
#E2E3EE
(226,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241B58 color. Also use rgb(36,27,88) instead hex code.

Text Font Color

.myTextColor { color: #241B58; }

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

This text font color is #241B58.


Background Color

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

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

This div background color is #241B58.


Border color

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

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

This div border color is #241B58.


Opacity

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

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

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

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

This text has shadow with #241B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B58 on black background.


Color preview on white background

This text has color #241B58 on white background.



Black color preview on #241B58 background

This text has black color on #241B58 background.


White color preview on #241B58 background

This text has white color on #241B58 background.