COLOR #242AA2

HEX: #242AA2
RGB: (36,42,162)

Color info

#242AA2 contains mainly blue color. Web safe color of #242AA2 is #333399 (or #339).

RGB color model

#242AA2 color RGB value is (36,42,162).

  • red value is 36;
  • green value is 42;
  • blue value is 162.
RGB:
(36,42,162)
(14%,16%,64%)

RGB channels and saturation

R 36 of 255 = 14%
G 42 of 255 = 16%
B 162 of 255 = 64%

36
42
162

R + G + B ~ 31%. #242AA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 42 + 162 = 240 (100%)
R 36 of 240 ~ 15%
G 42 of 240 ~ 17.5%
B 162 of 240 ~ 67.5%

%15
%17.5
%67.5

CMYK color model

#242AA2 color CMYK value is (78,74,0,36).

  • cyan value is 77.78%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(78,74,0,36)
C78M74Y0K36 
(78%,74%,0%,36%)
(0.78/0.74/0.00/0.36)	

CMYK percentages

%77.78
%74.07
%0
%36.47

Codes

Color #242AA2 in popluar color models

242AA2
RGB3642162
HSL237°63.64%38.82%
HSB/HSV237°77.78%63.53%
CMYK77.78%74.07%0.00%
36.47%

Color #242AA2 in popluar number systems.

HEX242AA2
Decimal3642162
Binary10010010101010100010
Octal4452242

Shades and tints

Shades of #242AA2

#242AA2
(36,42,162)
#212794
(33,39,148)
#1E2486
(30,36,134)
#1B2178
(27,33,120)
#181E6A
(24,30,106)
#151B5C
(21,27,92)
#12184E
(18,24,78)
#0F1540
(15,21,64)
#0C1232
(12,18,50)
#090F24
(9,15,36)
#060C16
(6,12,22)
#000000
(0,0,0)

Tints of #242AA2

#242AA2
(36,42,162)
#373DAA
(55,61,170)
#4A50B2
(74,80,178)
#5D63BA
(93,99,186)
#7076C2
(112,118,194)
#8389CA
(131,137,202)
#969CD2
(150,156,210)
#A9AFDA
(169,175,218)
#BCC2E2
(188,194,226)
#CFD5EA
(207,213,234)
#E2E8F2
(226,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242AA2 color. Also use rgb(36,42,162) instead hex code.

Text Font Color

.myTextColor { color: #242AA2; }

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

This text font color is #242AA2.


Background Color

.myBgColor { background-color: #242AA2; }

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

This div background color is #242AA2.


Border color

.myBorderColor { border: 1px solid #242AA2; }

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

This div border color is #242AA2.


Opacity

.myOpacity80 { color: #242AA2; opacity: 0.8; }

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

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

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

This text has shadow with #242AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242AA2 on black background.


Color preview on white background

This text has color #242AA2 on white background.



Black color preview on #242AA2 background

This text has black color on #242AA2 background.


White color preview on #242AA2 background

This text has white color on #242AA2 background.