COLOR #240FB2

HEX: #240FB2
RGB: (36,15,178)

Color info

#240FB2 contains mainly blue color. Web safe color of #240FB2 is #330099 (or #309).

RGB color model

#240FB2 color RGB value is (36,15,178).

  • red value is 36;
  • green value is 15;
  • blue value is 178.
RGB:
(36,15,178)
(14%,6%,70%)

RGB channels and saturation

R 36 of 255 = 14%
G 15 of 255 = 6%
B 178 of 255 = 70%

36
15
178

R + G + B ~ 30%. #240FB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 15 + 178 = 229 (100%)
R 36 of 229 ~ 15.72%
G 15 of 229 ~ 6.55%
B 178 of 229 ~ 77.73%

%15.72
%77.73

CMYK color model

#240FB2 color CMYK value is (80,92,0,30).

  • cyan value is 79.78%
  • magenta value is 91.57%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(80,92,0,30)
C80M92Y0K30 
(80%,92%,0%,30%)
(0.80/0.92/0.00/0.30)	

CMYK percentages

%79.78
%91.57
%0
%30.2

Codes

Color #240FB2 in popluar color models

240FB2
RGB3615178
HSL248°84.46%37.84%
HSB/HSV248°91.57%69.80%
CMYK79.78%91.57%0.00%
30.20%

Color #240FB2 in popluar number systems.

HEX240FB2
Decimal3615178
Binary100100111110110010
Octal4417262

Shades and tints

Shades of #240FB2

#240FB2
(36,15,178)
#210EA2
(33,14,162)
#1E0D92
(30,13,146)
#1B0C82
(27,12,130)
#180B72
(24,11,114)
#150A62
(21,10,98)
#120952
(18,9,82)
#0F0842
(15,8,66)
#0C0732
(12,7,50)
#090622
(9,6,34)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #240FB2

#240FB2
(36,15,178)
#3724B9
(55,36,185)
#4A39C0
(74,57,192)
#5D4EC7
(93,78,199)
#7063CE
(112,99,206)
#8378D5
(131,120,213)
#968DDC
(150,141,220)
#A9A2E3
(169,162,227)
#BCB7EA
(188,183,234)
#CFCCF1
(207,204,241)
#E2E1F8
(226,225,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240FB2 color. Also use rgb(36,15,178) instead hex code.

Text Font Color

.myTextColor { color: #240FB2; }

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

This text font color is #240FB2.


Background Color

.myBgColor { background-color: #240FB2; }

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

This div background color is #240FB2.


Border color

.myBorderColor { border: 1px solid #240FB2; }

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

This div border color is #240FB2.


Opacity

.myOpacity80 { color: #240FB2; opacity: 0.8; }

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

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

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

This text has shadow with #240FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240FB2 on black background.


Color preview on white background

This text has color #240FB2 on white background.



Black color preview on #240FB2 background

This text has black color on #240FB2 background.


White color preview on #240FB2 background

This text has white color on #240FB2 background.