COLOR #24265A

HEX: #24265A
RGB: (36,38,90)

Color info

#24265A contains red, green and blue colors in about the same proportion. Web safe color of #24265A is #333366 (or #336).

RGB color model

#24265A color RGB value is (36,38,90).

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

RGB channels and saturation

R 36 of 255 = 14%
G 38 of 255 = 15%
B 90 of 255 = 35%

36
38
90

R + G + B ~ 21%. #24265A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 38 + 90 = 164 (100%)
R 36 of 164 ~ 21.95%
G 38 of 164 ~ 23.17%
B 90 of 164 ~ 54.88%

%21.95
%23.17
%54.88

CMYK color model

#24265A color CMYK value is (60,58,0,65).

  • cyan value is 60.00%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(60,58,0,65)
C60M58Y0K65 
(60%,58%,0%,65%)
(0.60/0.58/0.00/0.65)	

CMYK percentages

%60
%57.78
%0
%64.71

Codes

Color #24265A in popluar color models

24265A
RGB363890
HSL238°42.86%24.71%
HSB/HSV238°60.00%35.29%
CMYK60.00%57.78%0.00%
64.71%

Color #24265A in popluar number systems.

HEX24265A
Decimal363890
Binary1001001001101011010
Octal4446132

Shades and tints

Shades of #24265A

#24265A
(36,38,90)
#212352
(33,35,82)
#1E204A
(30,32,74)
#1B1D42
(27,29,66)
#181A3A
(24,26,58)
#151732
(21,23,50)
#12142A
(18,20,42)
#0F1122
(15,17,34)
#0C0E1A
(12,14,26)
#090B12
(9,11,18)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #24265A

#24265A
(36,38,90)
#373969
(55,57,105)
#4A4C78
(74,76,120)
#5D5F87
(93,95,135)
#707296
(112,114,150)
#8385A5
(131,133,165)
#9698B4
(150,152,180)
#A9ABC3
(169,171,195)
#BCBED2
(188,190,210)
#CFD1E1
(207,209,225)
#E2E4F0
(226,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24265A color. Also use rgb(36,38,90) instead hex code.

Text Font Color

.myTextColor { color: #24265A; }

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

This text font color is #24265A.


Background Color

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

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

This div background color is #24265A.


Border color

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

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

This div border color is #24265A.


Opacity

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

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

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

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

This text has shadow with #24265A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24265A on black background.


Color preview on white background

This text has color #24265A on white background.



Black color preview on #24265A background

This text has black color on #24265A background.


White color preview on #24265A background

This text has white color on #24265A background.