COLOR #36297D

HEX: #36297D
RGB: (54,41,125)

Color info

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

RGB color model

#36297D color RGB value is (54,41,125).

  • red value is 54;
  • green value is 41;
  • blue value is 125.
RGB:
(54,41,125)
(21%,16%,49%)

RGB channels and saturation

R 54 of 255 = 21%
G 41 of 255 = 16%
B 125 of 255 = 49%

54
41
125

R + G + B ~ 29%. #36297D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 41 + 125 = 220 (100%)
R 54 of 220 ~ 24.55%
G 41 of 220 ~ 18.64%
B 125 of 220 ~ 56.82%

%24.55
%18.64
%56.82

CMYK color model

#36297D color CMYK value is (57,67,0,51).

  • cyan value is 56.80%
  • magenta value is 67.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(57,67,0,51)
C57M67Y0K51 
(57%,67%,0%,51%)
(0.57/0.67/0.00/0.51)	

CMYK percentages

%56.8
%67.2
%0
%50.98

Codes

Color #36297D in popluar color models

36297D
RGB5441125
HSL249°50.60%32.55%
HSB/HSV249°67.20%49.02%
CMYK56.80%67.20%0.00%
50.98%

Color #36297D in popluar number systems.

HEX36297D
Decimal5441125
Binary1101101010011111101
Octal6651175

Shades and tints

Shades of #36297D

#36297D
(54,41,125)
#322672
(50,38,114)
#2E2367
(46,35,103)
#2A205C
(42,32,92)
#261D51
(38,29,81)
#221A46
(34,26,70)
#1E173B
(30,23,59)
#1A1430
(26,20,48)
#161125
(22,17,37)
#120E1A
(18,14,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #36297D

#36297D
(54,41,125)
#483C88
(72,60,136)
#5A4F93
(90,79,147)
#6C629E
(108,98,158)
#7E75A9
(126,117,169)
#9088B4
(144,136,180)
#A29BBF
(162,155,191)
#B4AECA
(180,174,202)
#C6C1D5
(198,193,213)
#D8D4E0
(216,212,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36297D; }

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

This text font color is #36297D.


Background Color

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

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

This div background color is #36297D.


Border color

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

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

This div border color is #36297D.


Opacity

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

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

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

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

This text has shadow with #36297D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36297D on black background.


Color preview on white background

This text has color #36297D on white background.



Black color preview on #36297D background

This text has black color on #36297D background.


White color preview on #36297D background

This text has white color on #36297D background.