COLOR #362E5C

HEX: #362E5C
RGB: (54,46,92)

Color info

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

RGB color model

#362E5C color RGB value is (54,46,92).

  • red value is 54;
  • green value is 46;
  • blue value is 92.
RGB:
(54,46,92)
(21%,18%,36%)

RGB channels and saturation

R 54 of 255 = 21%
G 46 of 255 = 18%
B 92 of 255 = 36%

54
46
92

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

Portions of RGB colors in percentages

R + G + B =
54 + 46 + 92 = 192 (100%)
R 54 of 192 ~ 28.13%
G 46 of 192 ~ 23.96%
B 92 of 192 ~ 47.92%

%28.13
%23.96
%47.92

CMYK color model

#362E5C color CMYK value is (41,50,0,64).

  • cyan value is 41.30%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(41,50,0,64)
C41M50Y0K64 
(41%,50%,0%,64%)
(0.41/0.50/0.00/0.64)	

CMYK percentages

%41.3
%50
%0
%63.92

Codes

Color #362E5C in popluar color models

362E5C
RGB544692
HSL250°33.33%27.06%
HSB/HSV250°50.00%36.08%
CMYK41.30%50.00%0.00%
63.92%

Color #362E5C in popluar number systems.

HEX362E5C
Decimal544692
Binary1101101011101011100
Octal6656134

Shades and tints

Shades of #362E5C

#362E5C
(54,46,92)
#322A54
(50,42,84)
#2E264C
(46,38,76)
#2A2244
(42,34,68)
#261E3C
(38,30,60)
#221A34
(34,26,52)
#1E162C
(30,22,44)
#1A1224
(26,18,36)
#160E1C
(22,14,28)
#120A14
(18,10,20)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #362E5C

#362E5C
(54,46,92)
#48416A
(72,65,106)
#5A5478
(90,84,120)
#6C6786
(108,103,134)
#7E7A94
(126,122,148)
#908DA2
(144,141,162)
#A2A0B0
(162,160,176)
#B4B3BE
(180,179,190)
#C6C6CC
(198,198,204)
#D8D9DA
(216,217,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362E5C color. Also use rgb(54,46,92) instead hex code.

Text Font Color

.myTextColor { color: #362E5C; }

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

This text font color is #362E5C.


Background Color

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

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

This div background color is #362E5C.


Border color

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

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

This div border color is #362E5C.


Opacity

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

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

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

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

This text has shadow with #362E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362E5C on black background.


Color preview on white background

This text has color #362E5C on white background.



Black color preview on #362E5C background

This text has black color on #362E5C background.


White color preview on #362E5C background

This text has white color on #362E5C background.