COLOR #2424A1

HEX: #2424A1
RGB: (36,36,161)

Color info

#2424A1 contains mainly blue color. Web safe color of #2424A1 is #333399 (or #339).

RGB color model

#2424A1 color RGB value is (36,36,161).

  • red value is 36;
  • green value is 36;
  • blue value is 161.
RGB:
(36,36,161)
(14%,14%,63%)

RGB channels and saturation

R 36 of 255 = 14%
G 36 of 255 = 14%
B 161 of 255 = 63%

36
36
161

R + G + B ~ 30%. #2424A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 36 + 161 = 233 (100%)
R 36 of 233 ~ 15.45%
G 36 of 233 ~ 15.45%
B 161 of 233 ~ 69.1%

%15.45
%15.45
%69.1

CMYK color model

#2424A1 color CMYK value is (78,78,0,37).

  • cyan value is 77.64%
  • magenta value is 77.64%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(78,78,0,37)
C78M78Y0K37 
(78%,78%,0%,37%)
(0.78/0.78/0.00/0.37)	

CMYK percentages

%77.64
%77.64
%0
%36.86

Codes

Color #2424A1 in popluar color models

2424A1
RGB3636161
HSL240°63.45%38.63%
HSB/HSV240°77.64%63.14%
CMYK77.64%77.64%0.00%
36.86%

Color #2424A1 in popluar number systems.

HEX2424A1
Decimal3636161
Binary10010010010010100001
Octal4444241

Shades and tints

Shades of #2424A1

#2424A1
(36,36,161)
#212193
(33,33,147)
#1E1E85
(30,30,133)
#1B1B77
(27,27,119)
#181869
(24,24,105)
#15155B
(21,21,91)
#12124D
(18,18,77)
#0F0F3F
(15,15,63)
#0C0C31
(12,12,49)
#090923
(9,9,35)
#060615
(6,6,21)
#000000
(0,0,0)

Tints of #2424A1

#2424A1
(36,36,161)
#3737A9
(55,55,169)
#4A4AB1
(74,74,177)
#5D5DB9
(93,93,185)
#7070C1
(112,112,193)
#8383C9
(131,131,201)
#9696D1
(150,150,209)
#A9A9D9
(169,169,217)
#BCBCE1
(188,188,225)
#CFCFE9
(207,207,233)
#E2E2F1
(226,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2424A1 color. Also use rgb(36,36,161) instead hex code.

Text Font Color

.myTextColor { color: #2424A1; }

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

This text font color is #2424A1.


Background Color

.myBgColor { background-color: #2424A1; }

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

This div background color is #2424A1.


Border color

.myBorderColor { border: 1px solid #2424A1; }

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

This div border color is #2424A1.


Opacity

.myOpacity80 { color: #2424A1; opacity: 0.8; }

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

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

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

This text has shadow with #2424A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2424A1 on black background.


Color preview on white background

This text has color #2424A1 on white background.



Black color preview on #2424A1 background

This text has black color on #2424A1 background.


White color preview on #2424A1 background

This text has white color on #2424A1 background.