COLOR #36249B

HEX: #36249B RGB: (54,36,155)

Color info

#36249B contains mainly blue color. Web safe color of #36249B is #333399 (or #339).

RGB color model

#36249B color RGB value is (54,36,155).

RGB: (54,36,155) (21%, 14%, 61%)

RGB channels and saturation

R 54 of 255 = 21%
G 36 of 255 = 14%
B 155 of 255 = 61%

54
36
155

R + G + B ~ 32%. #36249B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 36 + 155 = 245 (100%)
R 54 of 245 ~ 22.04%
G 36 of 245 ~ 14.69%
B 155 of 245 ~ 63.27'%

%22.04
%14.69
%63.27

CMYK color model

#36249B color CMYK value is (65,77,0,39).

  • cyan value is 65.16%
  • magenta value is 76.77%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (65,77,0,39)
C65M77Y0K39 (65%, 77%, 0%, 39%)
(0.65 / 0.77 / 0.00 / 0.39)

CMYK percentages

%65.16
%76.77
%0
%39.22

Codes

Color #36249B in popluar color models

36 24 9B
RGB 54 36 155
HSL 249° 62.30% 37.45%
HSB/HSV 249° 76.77% 60.78%
CMYK 65.16% 76.77% 0.00%
39.22%

Color #36249B in popluar number systems.

HEX 36 24 9B
Decimal 54 36 155
Binary 110110 100100 10011011
Octal 66 44 233

Shades and tints

Shades of #36249B

#36249B
(54,36,155)
#32218D
(50,33,141)
#2E1E7F
(46,30,127)
#2A1B71
(42,27,113)
#261863
(38,24,99)
#221555
(34,21,85)
#1E1247
(30,18,71)
#1A0F39
(26,15,57)
#160C2B
(22,12,43)
#12091D
(18,9,29)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #36249B

#36249B
(54,36,155)
#4837A4
(72,55,164)
#5A4AAD
(90,74,173)
#6C5DB6
(108,93,182)
#7E70BF
(126,112,191)
#9083C8
(144,131,200)
#A296D1
(162,150,209)
#B4A9DA
(180,169,218)
#C6BCE3
(198,188,227)
#D8CFEC
(216,207,236)
#EAE2F5
(234,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36249B color. Also use rgb(54,36,155) instead hex code.

Text Font Color

.myTextColor { color: #36249B; }

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

This text font color is #36249B.

Background Color

.myBgColor { background-color: #36249B; }

<div style="background-color:#36249B">Inner text</div>

This div background color is #36249B.

Border color

.myBorderColor { border: 1px solid #36249B; }

<div style="border:3px solid #36249B">Div</div>

This div border color is #36249B.

Opacity

.myOpacity80 { color: #36249B; opacity: 0.8; }

<p style="color:#36249B;opacity:0.8;">80%</p>

Text with #36249B 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 #36249B;}

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

This text has shadow with #36249B color.


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

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

This text has shadow with #36249B primary color and red secondary color.


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

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

This text has shadow with #36249B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #36249B.

Preview

Color preview on black background

This text has color #36249B on black background.


Color preview on white background

This text has color #36249B on white background.


Black color preview on #36249B background

This text has black color on #36249B background.


White color preview on #36249B background

This text has white color on #36249B background.


Related colors

Complementary color

Complementary color for #hex is #C9DB64.


I love getcolorcode.com

Triadic colors

1 #9B3624 and #249B36 with #36249B are triadic colors.

2 #9B2436 and #24369B with #36249B are triadic colors.