COLOR #241F60

HEX: #241F60 RGB: (36,31,96)

Color info

#241F60 contains mainly blue color. Web safe color of #241F60 is #333366 (or #336).

RGB color model

#241F60 color RGB value is (36,31,96).

RGB: (36,31,96) (14%, 12%, 38%)

RGB channels and saturation

R 36 of 255 = 14%
G 31 of 255 = 12%
B 96 of 255 = 38%

36
31
96

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

Portions of RGB colors in percentages

R + G + B = 36 + 31 + 96 = 163 (100%)
R 36 of 163 ~ 22.09%
G 31 of 163 ~ 19.02%
B 96 of 163 ~ 58.9'%

%22.09
%19.02
%58.9

CMYK color model

#241F60 color CMYK value is (63,68,0,62).

  • cyan value is 62.50%
  • magenta value is 67.71%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (63,68,0,62)
C63M68Y0K62 (63%, 68%, 0%, 62%)
(0.63 / 0.68 / 0.00 / 0.62)

CMYK percentages

%62.5
%67.71
%0
%62.35

Codes

Color #241F60 in popluar color models

24 1F 60
RGB 36 31 96
HSL 245° 51.18% 24.90%
HSB/HSV 245° 67.71% 37.65%
CMYK 62.50% 67.71% 0.00%
62.35%

Color #241F60 in popluar number systems.

HEX 24 1F 60
Decimal 36 31 96
Binary 100100 11111 1100000
Octal 44 37 140

Shades and tints

Shades of #241F60

#241F60
(36,31,96)
#211D58
(33,29,88)
#1E1B50
(30,27,80)
#1B1948
(27,25,72)
#181740
(24,23,64)
#151538
(21,21,56)
#121330
(18,19,48)
#0F1128
(15,17,40)
#0C0F20
(12,15,32)
#090D18
(9,13,24)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #241F60

#241F60
(36,31,96)
#37336E
(55,51,110)
#4A477C
(74,71,124)
#5D5B8A
(93,91,138)
#706F98
(112,111,152)
#8383A6
(131,131,166)
#9697B4
(150,151,180)
#A9ABC2
(169,171,194)
#BCBFD0
(188,191,208)
#CFD3DE
(207,211,222)
#E2E7EC
(226,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241F60 color. Also use rgb(36,31,96) instead hex code.

Text Font Color

.myTextColor { color: #241F60; }

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

This text font color is #241F60.

Background Color

.myBgColor { background-color: #241F60; }

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

This div background color is #241F60.

Border color

.myBorderColor { border: 1px solid #241F60; }

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

This div border color is #241F60.

Opacity

.myOpacity80 { color: #241F60; opacity: 0.8; }

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

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

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

This text has shadow with #241F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241F60.

Preview

Color preview on black background

This text has color #241F60 on black background.


Color preview on white background

This text has color #241F60 on white background.


Black color preview on #241F60 background

This text has black color on #241F60 background.


White color preview on #241F60 background

This text has white color on #241F60 background.


Related colors

Complementary color

Complementary color for #hex is #DBE09F.


I love getcolorcode.com

Triadic colors

1 #60241F and #1F6024 with #241F60 are triadic colors.

2 #601F24 and #1F2460 with #241F60 are triadic colors.