COLOR #363159

HEX: #363159
RGB: (54,49,89)

Color info

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

RGB color model

#363159 color RGB value is (54,49,89).

  • red value is 54;
  • green value is 49;
  • blue value is 89.
RGB:
(54,49,89)
(21%,19%,35%)

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 89 of 255 = 35%

54
49
89

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 89 = 192 (100%)
R 54 of 192 ~ 28.13%
G 49 of 192 ~ 25.52%
B 89 of 192 ~ 46.35%

%28.13
%25.52
%46.35

CMYK color model

#363159 color CMYK value is (39,45,0,65).

  • cyan value is 39.33%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(39,45,0,65)
C39M45Y0K65 
(39%,45%,0%,65%)
(0.39/0.45/0.00/0.65)	

CMYK percentages

%39.33
%44.94
%0
%65.1

Codes

Color #363159 in popluar color models

363159
RGB544989
HSL248°28.99%27.06%
HSB/HSV248°44.94%34.90%
CMYK39.33%44.94%0.00%
65.10%

Color #363159 in popluar number systems.

HEX363159
Decimal544989
Binary1101101100011011001
Octal6661131

Shades and tints

Shades of #363159

#363159
(54,49,89)
#322D51
(50,45,81)
#2E2949
(46,41,73)
#2A2541
(42,37,65)
#262139
(38,33,57)
#221D31
(34,29,49)
#1E1929
(30,25,41)
#1A1521
(26,21,33)
#161119
(22,17,25)
#120D11
(18,13,17)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #363159

#363159
(54,49,89)
#484368
(72,67,104)
#5A5577
(90,85,119)
#6C6786
(108,103,134)
#7E7995
(126,121,149)
#908BA4
(144,139,164)
#A29DB3
(162,157,179)
#B4AFC2
(180,175,194)
#C6C1D1
(198,193,209)
#D8D3E0
(216,211,224)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363159 color. Also use rgb(54,49,89) instead hex code.

Text Font Color

.myTextColor { color: #363159; }

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

This text font color is #363159.


Background Color

.myBgColor { background-color: #363159; }

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

This div background color is #363159.


Border color

.myBorderColor { border: 1px solid #363159; }

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

This div border color is #363159.


Opacity

.myOpacity80 { color: #363159; opacity: 0.8; }

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

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

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

This text has shadow with #363159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363159 on black background.


Color preview on white background

This text has color #363159 on white background.



Black color preview on #363159 background

This text has black color on #363159 background.


White color preview on #363159 background

This text has white color on #363159 background.