COLOR #24356A

HEX: #24356A
RGB: (36,53,106)

Color info

#24356A contains mainly green and blue colors. Web safe color of #24356A is #333366 (or #336).

RGB color model

#24356A color RGB value is (36,53,106).

  • red value is 36;
  • green value is 53;
  • blue value is 106.
RGB:
(36,53,106)
(14%,21%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 53 of 255 = 21%
B 106 of 255 = 42%

36
53
106

R + G + B ~ 26%. #24356A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 53 + 106 = 195 (100%)
R 36 of 195 ~ 18.46%
G 53 of 195 ~ 27.18%
B 106 of 195 ~ 54.36%

%18.46
%27.18
%54.36

CMYK color model

#24356A color CMYK value is (66,50,0,58).

  • cyan value is 66.04%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(66,50,0,58)
C66M50Y0K58 
(66%,50%,0%,58%)
(0.66/0.50/0.00/0.58)	

CMYK percentages

%66.04
%50
%0
%58.43

Codes

Color #24356A in popluar color models

24356A
RGB3653106
HSL225°49.30%27.84%
HSB/HSV225°66.04%41.57%
CMYK66.04%50.00%0.00%
58.43%

Color #24356A in popluar number systems.

HEX24356A
Decimal3653106
Binary1001001101011101010
Octal4465152

Shades and tints

Shades of #24356A

#24356A
(36,53,106)
#213161
(33,49,97)
#1E2D58
(30,45,88)
#1B294F
(27,41,79)
#182546
(24,37,70)
#15213D
(21,33,61)
#121D34
(18,29,52)
#0F192B
(15,25,43)
#0C1522
(12,21,34)
#091119
(9,17,25)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #24356A

#24356A
(36,53,106)
#374777
(55,71,119)
#4A5984
(74,89,132)
#5D6B91
(93,107,145)
#707D9E
(112,125,158)
#838FAB
(131,143,171)
#96A1B8
(150,161,184)
#A9B3C5
(169,179,197)
#BCC5D2
(188,197,210)
#CFD7DF
(207,215,223)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24356A color. Also use rgb(36,53,106) instead hex code.

Text Font Color

.myTextColor { color: #24356A; }

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

This text font color is #24356A.


Background Color

.myBgColor { background-color: #24356A; }

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

This div background color is #24356A.


Border color

.myBorderColor { border: 1px solid #24356A; }

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

This div border color is #24356A.


Opacity

.myOpacity80 { color: #24356A; opacity: 0.8; }

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

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

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

This text has shadow with #24356A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24356A on black background.


Color preview on white background

This text has color #24356A on white background.



Black color preview on #24356A background

This text has black color on #24356A background.


White color preview on #24356A background

This text has white color on #24356A background.