COLOR #240776

HEX: #240776
RGB: (36,7,118)

Color info

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

RGB color model

#240776 color RGB value is (36,7,118).

  • red value is 36;
  • green value is 7;
  • blue value is 118.
RGB:
(36,7,118)
(14%,3%,46%)

RGB channels and saturation

R 36 of 255 = 14%
G 7 of 255 = 3%
B 118 of 255 = 46%

36
7
118

R + G + B ~ 21%. #240776 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 7 + 118 = 161 (100%)
R 36 of 161 ~ 22.36%
G 7 of 161 ~ 4.35%
B 118 of 161 ~ 73.29%

%22.36
%73.29

CMYK color model

#240776 color CMYK value is (69,94,0,54).

  • cyan value is 69.49%
  • magenta value is 94.07%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(69,94,0,54)
C69M94Y0K54 
(69%,94%,0%,54%)
(0.69/0.94/0.00/0.54)	

CMYK percentages

%69.49
%94.07
%0
%53.73

Codes

Color #240776 in popluar color models

240776
RGB367118
HSL256°88.80%24.51%
HSB/HSV256°94.07%46.27%
CMYK69.49%94.07%0.00%
53.73%

Color #240776 in popluar number systems.

HEX240776
Decimal367118
Binary1001001111110110
Octal447166

Shades and tints

Shades of #240776

#240776
(36,7,118)
#21076C
(33,7,108)
#1E0762
(30,7,98)
#1B0758
(27,7,88)
#18074E
(24,7,78)
#150744
(21,7,68)
#12073A
(18,7,58)
#0F0730
(15,7,48)
#0C0726
(12,7,38)
#09071C
(9,7,28)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #240776

#240776
(36,7,118)
#371D82
(55,29,130)
#4A338E
(74,51,142)
#5D499A
(93,73,154)
#705FA6
(112,95,166)
#8375B2
(131,117,178)
#968BBE
(150,139,190)
#A9A1CA
(169,161,202)
#BCB7D6
(188,183,214)
#CFCDE2
(207,205,226)
#E2E3EE
(226,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240776 color. Also use rgb(36,7,118) instead hex code.

Text Font Color

.myTextColor { color: #240776; }

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

This text font color is #240776.


Background Color

.myBgColor { background-color: #240776; }

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

This div background color is #240776.


Border color

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

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

This div border color is #240776.


Opacity

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

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

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

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

This text has shadow with #240776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #240776 on black background.


Color preview on white background

This text has color #240776 on white background.



Black color preview on #240776 background

This text has black color on #240776 background.


White color preview on #240776 background

This text has white color on #240776 background.