COLOR #362A54

HEX: #362A54 RGB: (54,42,84)

Color info

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

RGB color model

#362A54 color RGB value is (54,42,84).

RGB: (54,42,84) (21%, 16%, 33%)

RGB channels and saturation

R 54 of 255 = 21%
G 42 of 255 = 16%
B 84 of 255 = 33%

54
42
84

R + G + B ~ 23%. #362A54 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 42 + 84 = 180 (100%)
R 54 of 180 ~ 30%
G 42 of 180 ~ 23.33%
B 84 of 180 ~ 46.67'%

%30
%23.33
%46.67

CMYK color model

#362A54 color CMYK value is (36,50,0,67).

  • cyan value is 35.71%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (36,50,0,67)
C36M50Y0K67 (36%, 50%, 0%, 67%)
(0.36 / 0.50 / 0.00 / 0.67)

CMYK percentages

%35.71
%50
%0
%67.06

Codes

Color #362A54 in popluar color models

36 2A 54
RGB 54 42 84
HSL 257° 33.33% 24.71%
HSB/HSV 257° 50.00% 32.94%
CMYK 35.71% 50.00% 0.00%
67.06%

Color #362A54 in popluar number systems.

HEX 36 2A 54
Decimal 54 42 84
Binary 110110 101010 1010100
Octal 66 52 124

Shades and tints

Shades of #362A54

#362A54
(54,42,84)
#32274D
(50,39,77)
#2E2446
(46,36,70)
#2A213F
(42,33,63)
#261E38
(38,30,56)
#221B31
(34,27,49)
#1E182A
(30,24,42)
#1A1523
(26,21,35)
#16121C
(22,18,28)
#120F15
(18,15,21)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #362A54

#362A54
(54,42,84)
#483D63
(72,61,99)
#5A5072
(90,80,114)
#6C6381
(108,99,129)
#7E7690
(126,118,144)
#90899F
(144,137,159)
#A29CAE
(162,156,174)
#B4AFBD
(180,175,189)
#C6C2CC
(198,194,204)
#D8D5DB
(216,213,219)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362A54; }

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

This text font color is #362A54.

Background Color

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

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

This div background color is #362A54.

Border color

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

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

This div border color is #362A54.

Opacity

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

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

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

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

This text has shadow with #362A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362A54.

Preview

Color preview on black background

This text has color #362A54 on black background.


Color preview on white background

This text has color #362A54 on white background.


Black color preview on #362A54 background

This text has black color on #362A54 background.


White color preview on #362A54 background

This text has white color on #362A54 background.


Related colors

Complementary color

Complementary color for #hex is #C9D5AB.


I love getcolorcode.com

Triadic colors

1 #54362A and #2A5436 with #362A54 are triadic colors.

2 #542A36 and #2A3654 with #362A54 are triadic colors.