COLOR #363654

HEX: #363654
RGB: (54,54,84)

Color info

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

RGB color model

#363654 color RGB value is (54,54,84).

  • red value is 54;
  • green value is 54;
  • blue value is 84.
RGB:
(54,54,84)
(21%,21%,33%)

RGB channels and saturation

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

54
54
84

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 84 = 192 (100%)
R 54 of 192 ~ 28.13%
G 54 of 192 ~ 28.13%
B 84 of 192 ~ 43.75%

%28.13
%28.13
%43.75

CMYK color model

#363654 color CMYK value is (36,36,0,67).

  • cyan value is 35.71%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(36,36,0,67)
C36M36Y0K67 
(36%,36%,0%,67%)
(0.36/0.36/0.00/0.67)	

CMYK percentages

%35.71
%35.71
%0
%67.06

Codes

Color #363654 in popluar color models

363654
RGB545484
HSL240°21.74%27.06%
HSB/HSV240°35.71%32.94%
CMYK35.71%35.71%0.00%
67.06%

Color #363654 in popluar number systems.

HEX363654
Decimal545484
Binary1101101101101010100
Octal6666124

Shades and tints

Shades of #363654

#363654
(54,54,84)
#32324D
(50,50,77)
#2E2E46
(46,46,70)
#2A2A3F
(42,42,63)
#262638
(38,38,56)
#222231
(34,34,49)
#1E1E2A
(30,30,42)
#1A1A23
(26,26,35)
#16161C
(22,22,28)
#121215
(18,18,21)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #363654

#363654
(54,54,84)
#484863
(72,72,99)
#5A5A72
(90,90,114)
#6C6C81
(108,108,129)
#7E7E90
(126,126,144)
#90909F
(144,144,159)
#A2A2AE
(162,162,174)
#B4B4BD
(180,180,189)
#C6C6CC
(198,198,204)
#D8D8DB
(216,216,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363654; }

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

This text font color is #363654.


Background Color

.myBgColor { background-color: #363654; }

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

This div background color is #363654.


Border color

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

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

This div border color is #363654.


Opacity

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

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

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

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

This text has shadow with #363654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363654 on black background.


Color preview on white background

This text has color #363654 on white background.



Black color preview on #363654 background

This text has black color on #363654 background.


White color preview on #363654 background

This text has white color on #363654 background.