COLOR #362A5E

HEX: #362A5E RGB: (54,42,94)

Color info

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

RGB color model

#362A5E color RGB value is (54,42,94).

RGB: (54,42,94) (21%, 16%, 37%)

RGB channels and saturation

R 54 of 255 = 21%
G 42 of 255 = 16%
B 94 of 255 = 37%

54
42
94

R + G + B ~ 25%. #362A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 42 + 94 = 190 (100%)
R 54 of 190 ~ 28.42%
G 42 of 190 ~ 22.11%
B 94 of 190 ~ 49.47'%

%28.42
%22.11
%49.47

CMYK color model

#362A5E color CMYK value is (43,55,0,63).

  • cyan value is 42.55%
  • magenta value is 55.32%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (43,55,0,63)
C43M55Y0K63 (43%, 55%, 0%, 63%)
(0.43 / 0.55 / 0.00 / 0.63)

CMYK percentages

%42.55
%55.32
%0
%63.14

Codes

Color #362A5E in popluar color models

36 2A 5E
RGB 54 42 94
HSL 254° 38.24% 26.67%
HSB/HSV 254° 55.32% 36.86%
CMYK 42.55% 55.32% 0.00%
63.14%

Color #362A5E in popluar number systems.

HEX 36 2A 5E
Decimal 54 42 94
Binary 110110 101010 1011110
Octal 66 52 136

Shades and tints

Shades of #362A5E

#362A5E
(54,42,94)
#322756
(50,39,86)
#2E244E
(46,36,78)
#2A2146
(42,33,70)
#261E3E
(38,30,62)
#221B36
(34,27,54)
#1E182E
(30,24,46)
#1A1526
(26,21,38)
#16121E
(22,18,30)
#120F16
(18,15,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #362A5E

#362A5E
(54,42,94)
#483D6C
(72,61,108)
#5A507A
(90,80,122)
#6C6388
(108,99,136)
#7E7696
(126,118,150)
#9089A4
(144,137,164)
#A29CB2
(162,156,178)
#B4AFC0
(180,175,192)
#C6C2CE
(198,194,206)
#D8D5DC
(216,213,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362A5E color. Also use rgb(54,42,94) instead hex code.

Text Font Color

.myTextColor { color: #362A5E; }

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

This text font color is #362A5E.

Background Color

.myBgColor { background-color: #362A5E; }

<div style="background-color:#362A5E">Inner text</div>

This div background color is #362A5E.

Border color

.myBorderColor { border: 1px solid #362A5E; }

<div style="border:3px solid #362A5E">Div</div>

This div border color is #362A5E.

Opacity

.myOpacity80 { color: #362A5E; opacity: 0.8; }

<p style="color:#362A5E;opacity:0.8;">80%</p>

Text with #362A5E 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 #362A5E;}

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

This text has shadow with #362A5E color.


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

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

This text has shadow with #362A5E primary color and red secondary color.


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

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

This text has shadow with #362A5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #362A5E.

Preview

Color preview on black background

This text has color #362A5E on black background.


Color preview on white background

This text has color #362A5E on white background.


Black color preview on #362A5E background

This text has black color on #362A5E background.


White color preview on #362A5E background

This text has white color on #362A5E background.


Related colors

Complementary color

Complementary color for #hex is #C9D5A1.


I love getcolorcode.com

Triadic colors

1 #5E362A and #2A5E36 with #362A5E are triadic colors.

2 #5E2A36 and #2A365E with #362A5E are triadic colors.