COLOR #363E5C

HEX: #363E5C RGB: (54,62,92)

Color info

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

RGB color model

#363E5C color RGB value is (54,62,92).

RGB: (54,62,92) (21%, 24%, 36%)

RGB channels and saturation

R 54 of 255 = 21%
G 62 of 255 = 24%
B 92 of 255 = 36%

54
62
92

R + G + B ~ 27%. #363E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 62 + 92 = 208 (100%)
R 54 of 208 ~ 25.96%
G 62 of 208 ~ 29.81%
B 92 of 208 ~ 44.23'%

%25.96
%29.81
%44.23

CMYK color model

#363E5C color CMYK value is (41,33,0,64).

  • cyan value is 41.30%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (41,33,0,64)
C41M33Y0K64 (41%, 33%, 0%, 64%)
(0.41 / 0.33 / 0.00 / 0.64)

CMYK percentages

%41.3
%32.61
%0
%63.92

Codes

Color #363E5C in popluar color models

36 3E 5C
RGB 54 62 92
HSL 227° 26.03% 28.63%
HSB/HSV 227° 41.30% 36.08%
CMYK 41.30% 32.61% 0.00%
63.92%

Color #363E5C in popluar number systems.

HEX 36 3E 5C
Decimal 54 62 92
Binary 110110 111110 1011100
Octal 66 76 134

Shades and tints

Shades of #363E5C

#363E5C
(54,62,92)
#323954
(50,57,84)
#2E344C
(46,52,76)
#2A2F44
(42,47,68)
#262A3C
(38,42,60)
#222534
(34,37,52)
#1E202C
(30,32,44)
#1A1B24
(26,27,36)
#16161C
(22,22,28)
#121114
(18,17,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #363E5C

#363E5C
(54,62,92)
#484F6A
(72,79,106)
#5A6078
(90,96,120)
#6C7186
(108,113,134)
#7E8294
(126,130,148)
#9093A2
(144,147,162)
#A2A4B0
(162,164,176)
#B4B5BE
(180,181,190)
#C6C6CC
(198,198,204)
#D8D7DA
(216,215,218)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363E5C; }

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

This text font color is #363E5C.

Background Color

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

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

This div background color is #363E5C.

Border color

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

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

This div border color is #363E5C.

Opacity

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

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

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

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

This text has shadow with #363E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363E5C.

Preview

Color preview on black background

This text has color #363E5C on black background.


Color preview on white background

This text has color #363E5C on white background.


Black color preview on #363E5C background

This text has black color on #363E5C background.


White color preview on #363E5C background

This text has white color on #363E5C background.


Related colors

Complementary color

Complementary color for #hex is #C9C1A3.


I love getcolorcode.com

Triadic colors

1 #5C363E and #3E5C36 with #363E5C are triadic colors.

2 #5C3E36 and #3E365C with #363E5C are triadic colors.