COLOR #240C61

HEX: #240C61 RGB: (36,12,97)

Color info

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

RGB color model

#240C61 color RGB value is (36,12,97).

RGB: (36,12,97) (14%, 5%, 38%)

RGB channels and saturation

R 36 of 255 = 14%
G 12 of 255 = 5%
B 97 of 255 = 38%

36
12
97

R + G + B ~ 19%. #240C61 is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 12 + 97 = 145 (100%)
R 36 of 145 ~ 24.83%
G 12 of 145 ~ 8.28%
B 97 of 145 ~ 66.9'%

%24.83
%66.9

CMYK color model

#240C61 color CMYK value is (63,88,0,62).

  • cyan value is 62.89%
  • magenta value is 87.63%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (63,88,0,62)
C63M88Y0K62 (63%, 88%, 0%, 62%)
(0.63 / 0.88 / 0.00 / 0.62)

CMYK percentages

%62.89
%87.63
%0
%61.96

Codes

Color #240C61 in popluar color models

24 0C 61
RGB 36 12 97
HSL 257° 77.98% 21.37%
HSB/HSV 257° 87.63% 38.04%
CMYK 62.89% 87.63% 0.00%
61.96%

Color #240C61 in popluar number systems.

HEX 24 0C 61
Decimal 36 12 97
Binary 100100 1100 1100001
Octal 44 14 141

Shades and tints

Shades of #240C61

#240C61
(36,12,97)
#210B59
(33,11,89)
#1E0A51
(30,10,81)
#1B0949
(27,9,73)
#180841
(24,8,65)
#150739
(21,7,57)
#120631
(18,6,49)
#0F0529
(15,5,41)
#0C0421
(12,4,33)
#090319
(9,3,25)
#060211
(6,2,17)
#000000
(0,0,0)

Tints of #240C61

#240C61
(36,12,97)
#37226F
(55,34,111)
#4A387D
(74,56,125)
#5D4E8B
(93,78,139)
#706499
(112,100,153)
#837AA7
(131,122,167)
#9690B5
(150,144,181)
#A9A6C3
(169,166,195)
#BCBCD1
(188,188,209)
#CFD2DF
(207,210,223)
#E2E8ED
(226,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #240C61 color. Also use rgb(36,12,97) instead hex code.

Text Font Color

.myTextColor { color: #240C61; }

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

This text font color is #240C61.

Background Color

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

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

This div background color is #240C61.

Border color

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

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

This div border color is #240C61.

Opacity

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

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

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

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

This text has shadow with #240C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #240C61.

Preview

Color preview on black background

This text has color #240C61 on black background.


Color preview on white background

This text has color #240C61 on white background.


Black color preview on #240C61 background

This text has black color on #240C61 background.


White color preview on #240C61 background

This text has white color on #240C61 background.


Related colors

Complementary color

Complementary color for #hex is #DBF39E.


I love getcolorcode.com

Triadic colors

1 #61240C and #0C6124 with #240C61 are triadic colors.

2 #610C24 and #0C2461 with #240C61 are triadic colors.