COLOR #363A59

HEX: #363A59 RGB: (54,58,89)

Color info

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

RGB color model

#363A59 color RGB value is (54,58,89).

RGB: (54,58,89) (21%, 23%, 35%)

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 89 of 255 = 35%

54
58
89

R + G + B ~ 26%. #363A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 58 + 89 = 201 (100%)
R 54 of 201 ~ 26.87%
G 58 of 201 ~ 28.86%
B 89 of 201 ~ 44.28'%

%26.87
%28.86
%44.28

CMYK color model

#363A59 color CMYK value is (39,35,0,65).

  • cyan value is 39.33%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (39,35,0,65)
C39M35Y0K65 (39%, 35%, 0%, 65%)
(0.39 / 0.35 / 0.00 / 0.65)

CMYK percentages

%39.33
%34.83
%0
%65.1

Codes

Color #363A59 in popluar color models

36 3A 59
RGB 54 58 89
HSL 233° 24.48% 28.04%
HSB/HSV 233° 39.33% 34.90%
CMYK 39.33% 34.83% 0.00%
65.10%

Color #363A59 in popluar number systems.

HEX 36 3A 59
Decimal 54 58 89
Binary 110110 111010 1011001
Octal 66 72 131

Shades and tints

Shades of #363A59

#363A59
(54,58,89)
#323551
(50,53,81)
#2E3049
(46,48,73)
#2A2B41
(42,43,65)
#262639
(38,38,57)
#222131
(34,33,49)
#1E1C29
(30,28,41)
#1A1721
(26,23,33)
#161219
(22,18,25)
#120D11
(18,13,17)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #363A59

#363A59
(54,58,89)
#484B68
(72,75,104)
#5A5C77
(90,92,119)
#6C6D86
(108,109,134)
#7E7E95
(126,126,149)
#908FA4
(144,143,164)
#A2A0B3
(162,160,179)
#B4B1C2
(180,177,194)
#C6C2D1
(198,194,209)
#D8D3E0
(216,211,224)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A59; }

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

This text font color is #363A59.

Background Color

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

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

This div background color is #363A59.

Border color

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

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

This div border color is #363A59.

Opacity

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

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

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

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

This text has shadow with #363A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363A59.

Preview

Color preview on black background

This text has color #363A59 on black background.


Color preview on white background

This text has color #363A59 on white background.


Black color preview on #363A59 background

This text has black color on #363A59 background.


White color preview on #363A59 background

This text has white color on #363A59 background.


Related colors

Complementary color

Complementary color for #hex is #C9C5A6.


I love getcolorcode.com

Triadic colors

1 #59363A and #3A5936 with #363A59 are triadic colors.

2 #593A36 and #3A3659 with #363A59 are triadic colors.