COLOR #24266C

HEX: #24266C
RGB: (36,38,108)

Color info

#24266C contains mainly blue color. Web safe color of #24266C is #333366 (or #336).

RGB color model

#24266C color RGB value is (36,38,108).

  • red value is 36;
  • green value is 38;
  • blue value is 108.
RGB:
(36,38,108)
(14%,15%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 38 of 255 = 15%
B 108 of 255 = 42%

36
38
108

R + G + B ~ 24%. #24266C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 38 + 108 = 182 (100%)
R 36 of 182 ~ 19.78%
G 38 of 182 ~ 20.88%
B 108 of 182 ~ 59.34%

%19.78
%20.88
%59.34

CMYK color model

#24266C color CMYK value is (67,65,0,58).

  • cyan value is 66.67%
  • magenta value is 64.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(67,65,0,58)
C67M65Y0K58 
(67%,65%,0%,58%)
(0.67/0.65/0.00/0.58)	

CMYK percentages

%66.67
%64.81
%0
%57.65

Codes

Color #24266C in popluar color models

24266C
RGB3638108
HSL238°50.00%28.24%
HSB/HSV238°66.67%42.35%
CMYK66.67%64.81%0.00%
57.65%

Color #24266C in popluar number systems.

HEX24266C
Decimal3638108
Binary1001001001101101100
Octal4446154

Shades and tints

Shades of #24266C

#24266C
(36,38,108)
#212363
(33,35,99)
#1E205A
(30,32,90)
#1B1D51
(27,29,81)
#181A48
(24,26,72)
#15173F
(21,23,63)
#121436
(18,20,54)
#0F112D
(15,17,45)
#0C0E24
(12,14,36)
#090B1B
(9,11,27)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #24266C

#24266C
(36,38,108)
#373979
(55,57,121)
#4A4C86
(74,76,134)
#5D5F93
(93,95,147)
#7072A0
(112,114,160)
#8385AD
(131,133,173)
#9698BA
(150,152,186)
#A9ABC7
(169,171,199)
#BCBED4
(188,190,212)
#CFD1E1
(207,209,225)
#E2E4EE
(226,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24266C color. Also use rgb(36,38,108) instead hex code.

Text Font Color

.myTextColor { color: #24266C; }

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

This text font color is #24266C.


Background Color

.myBgColor { background-color: #24266C; }

<div style="background-color:#24266C">Inner text</div>

This div background color is #24266C.


Border color

.myBorderColor { border: 1px solid #24266C; }

<div style="border:3px solid #24266C">Div</div>

This div border color is #24266C.


Opacity

.myOpacity80 { color: #24266C; opacity: 0.8; }

<p style="color:#24266C;opacity:0.8;">80%</p>

Text with #24266C 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 #24266C;}

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

This text has shadow with #24266C color.

.textShadow {text-shadow: 3px 3px 1px #24266C, 3px 3px 1px red;}

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

This text has shadow with #24266C primary color and red secondary color.


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

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

This text has shadow with #24266C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24266C on black background.


Color preview on white background

This text has color #24266C on white background.



Black color preview on #24266C background

This text has black color on #24266C background.


White color preview on #24266C background

This text has white color on #24266C background.