COLOR #240068

HEX: #240068
RGB: (36,0,104)

Color info

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

RGB color model

#240068 color RGB value is (36,0,104).

  • red value is 36;
  • green value is 0;
  • blue value is 104.
RGB:
(36,0,104)
(14%,0%,41%)

RGB channels and saturation

R 36 of 255 = 14%
G 0 of 255 = 0%
B 104 of 255 = 41%

36
0
104

R + G + B ~ 18%. #240068 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 0 + 104 = 140 (100%)
R 36 of 140 ~ 25.71%
G 0 of 140 ~ 0%
B 104 of 140 ~ 74.29%

%25.71
%74.29

CMYK color model

#240068 color CMYK value is (65,100,0,59).

  • cyan value is 65.38%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(65,100,0,59)
C65M100Y0K59 
(65%,100%,0%,59%)
(0.65/1.00/0.00/0.59)	

CMYK percentages

%65.38
%100
%0
%59.22

Codes

Color #240068 in popluar color models

240068
RGB360104
HSL261°100.00%20.39%
HSB/HSV261°100.00%40.78%
CMYK65.38%100.00%0.00%
59.22%

Color #240068 in popluar number systems.

HEX240068
Decimal360104
Binary10010001101000
Octal440150

Shades and tints

Shades of #240068

#240068
(36,0,104)
#21005F
(33,0,95)
#1E0056
(30,0,86)
#1B004D
(27,0,77)
#180044
(24,0,68)
#15003B
(21,0,59)
#120032
(18,0,50)
#0F0029
(15,0,41)
#0C0020
(12,0,32)
#090017
(9,0,23)
#06000E
(6,0,14)
#000000
(0,0,0)

Tints of #240068

#240068
(36,0,104)
#371775
(55,23,117)
#4A2E82
(74,46,130)
#5D458F
(93,69,143)
#705C9C
(112,92,156)
#8373A9
(131,115,169)
#968AB6
(150,138,182)
#A9A1C3
(169,161,195)
#BCB8D0
(188,184,208)
#CFCFDD
(207,207,221)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240068 color. Also use rgb(36,0,104) instead hex code.

Text Font Color

.myTextColor { color: #240068; }

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

This text font color is #240068.


Background Color

.myBgColor { background-color: #240068; }

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

This div background color is #240068.


Border color

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

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

This div border color is #240068.


Opacity

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

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

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

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

This text has shadow with #240068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240068 on black background.


Color preview on white background

This text has color #240068 on white background.



Black color preview on #240068 background

This text has black color on #240068 background.


White color preview on #240068 background

This text has white color on #240068 background.