COLOR #241365

HEX: #241365
RGB: (36,19,101)

Color info

#241365 contains mainly blue color. Web safe color of #241365 is #330066 (or #306).

RGB color model

#241365 color RGB value is (36,19,101).

  • red value is 36;
  • green value is 19;
  • blue value is 101.
RGB:
(36,19,101)
(14%,7%,40%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 101 of 255 = 40%

36
19
101

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

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 101 = 156 (100%)
R 36 of 156 ~ 23.08%
G 19 of 156 ~ 12.18%
B 101 of 156 ~ 64.74%

%23.08
%12.18
%64.74

CMYK color model

#241365 color CMYK value is (64,81,0,60).

  • cyan value is 64.36%
  • magenta value is 81.19%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(64,81,0,60)
C64M81Y0K60 
(64%,81%,0%,60%)
(0.64/0.81/0.00/0.60)	

CMYK percentages

%64.36
%81.19
%0
%60.39

Codes

Color #241365 in popluar color models

241365
RGB3619101
HSL252°68.33%23.53%
HSB/HSV252°81.19%39.61%
CMYK64.36%81.19%0.00%
60.39%

Color #241365 in popluar number systems.

HEX241365
Decimal3619101
Binary100100100111100101
Octal4423145

Shades and tints

Shades of #241365

#241365
(36,19,101)
#21125C
(33,18,92)
#1E1153
(30,17,83)
#1B104A
(27,16,74)
#180F41
(24,15,65)
#150E38
(21,14,56)
#120D2F
(18,13,47)
#0F0C26
(15,12,38)
#0C0B1D
(12,11,29)
#090A14
(9,10,20)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #241365

#241365
(36,19,101)
#372873
(55,40,115)
#4A3D81
(74,61,129)
#5D528F
(93,82,143)
#70679D
(112,103,157)
#837CAB
(131,124,171)
#9691B9
(150,145,185)
#A9A6C7
(169,166,199)
#BCBBD5
(188,187,213)
#CFD0E3
(207,208,227)
#E2E5F1
(226,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241365 color. Also use rgb(36,19,101) instead hex code.

Text Font Color

.myTextColor { color: #241365; }

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

This text font color is #241365.


Background Color

.myBgColor { background-color: #241365; }

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

This div background color is #241365.


Border color

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

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

This div border color is #241365.


Opacity

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

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

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

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

This text has shadow with #241365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241365 on black background.


Color preview on white background

This text has color #241365 on white background.



Black color preview on #241365 background

This text has black color on #241365 background.


White color preview on #241365 background

This text has white color on #241365 background.