COLOR #36247D

HEX: #36247D RGB: (54,36,125)

Color info

#36247D contains mainly blue color. Web safe color of #36247D is #333366 (or #336).

RGB color model

#36247D color RGB value is (54,36,125).

RGB: (54,36,125) (21%, 14%, 49%)

RGB channels and saturation

R 54 of 255 = 21%
G 36 of 255 = 14%
B 125 of 255 = 49%

54
36
125

R + G + B ~ 28%. #36247D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 36 + 125 = 215 (100%)
R 54 of 215 ~ 25.12%
G 36 of 215 ~ 16.74%
B 125 of 215 ~ 58.14'%

%25.12
%16.74
%58.14

CMYK color model

#36247D color CMYK value is (57,71,0,51).

  • cyan value is 56.80%
  • magenta value is 71.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (57,71,0,51)
C57M71Y0K51 (57%, 71%, 0%, 51%)
(0.57 / 0.71 / 0.00 / 0.51)

CMYK percentages

%56.8
%71.2
%0
%50.98

Codes

Color #36247D in popluar color models

36 24 7D
RGB 54 36 125
HSL 252° 55.28% 31.57%
HSB/HSV 252° 71.20% 49.02%
CMYK 56.80% 71.20% 0.00%
50.98%

Color #36247D in popluar number systems.

HEX 36 24 7D
Decimal 54 36 125
Binary 110110 100100 1111101
Octal 66 44 175

Shades and tints

Shades of #36247D

#36247D
(54,36,125)
#322172
(50,33,114)
#2E1E67
(46,30,103)
#2A1B5C
(42,27,92)
#261851
(38,24,81)
#221546
(34,21,70)
#1E123B
(30,18,59)
#1A0F30
(26,15,48)
#160C25
(22,12,37)
#12091A
(18,9,26)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #36247D

#36247D
(54,36,125)
#483788
(72,55,136)
#5A4A93
(90,74,147)
#6C5D9E
(108,93,158)
#7E70A9
(126,112,169)
#9083B4
(144,131,180)
#A296BF
(162,150,191)
#B4A9CA
(180,169,202)
#C6BCD5
(198,188,213)
#D8CFE0
(216,207,224)
#EAE2EB
(234,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36247D color. Also use rgb(54,36,125) instead hex code.

Text Font Color

.myTextColor { color: #36247D; }

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

This text font color is #36247D.

Background Color

.myBgColor { background-color: #36247D; }

<div style="background-color:#36247D">Inner text</div>

This div background color is #36247D.

Border color

.myBorderColor { border: 1px solid #36247D; }

<div style="border:3px solid #36247D">Div</div>

This div border color is #36247D.

Opacity

.myOpacity80 { color: #36247D; opacity: 0.8; }

<p style="color:#36247D;opacity:0.8;">80%</p>

Text with #36247D 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 #36247D;}

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

This text has shadow with #36247D color.


.textShadow {text-shadow: 3px 3px 1px #36247D', 3px 3px 1px red;}

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

This text has shadow with #36247D primary color and red secondary color.


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

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

This text has shadow with #36247D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #36247D; -webkit-box-shadow: 1px 1px 3px 2px #36247D; box-shadow:1px 1px 3px 2px #36247D;">
Div content here
</div>

This div box has shadow with color #36247D.

Preview

Color preview on black background

This text has color #36247D on black background.


Color preview on white background

This text has color #36247D on white background.


Black color preview on #36247D background

This text has black color on #36247D background.


White color preview on #36247D background

This text has white color on #36247D background.


Related colors

Complementary color

Complementary color for #hex is #C9DB82.


I love getcolorcode.com

Triadic colors

1 #7D3624 and #247D36 with #36247D are triadic colors.

2 #7D2436 and #24367D with #36247D are triadic colors.