COLOR #363F59

HEX: #363F59
RGB: (54,63,89)

Color info

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

RGB color model

#363F59 color RGB value is (54,63,89).

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

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 89 of 255 = 35%

54
63
89

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

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 89 = 206 (100%)
R 54 of 206 ~ 26.21%
G 63 of 206 ~ 30.58%
B 89 of 206 ~ 43.2%

%26.21
%30.58
%43.2

CMYK color model

#363F59 color CMYK value is (39,29,0,65).

  • cyan value is 39.33%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(39,29,0,65)
C39M29Y0K65 
(39%,29%,0%,65%)
(0.39/0.29/0.00/0.65)	

CMYK percentages

%39.33
%29.21
%0
%65.1

Codes

Color #363F59 in popluar color models

363F59
RGB546389
HSL225°24.48%28.04%
HSB/HSV225°39.33%34.90%
CMYK39.33%29.21%0.00%
65.10%

Color #363F59 in popluar number systems.

HEX363F59
Decimal546389
Binary1101101111111011001
Octal6677131

Shades and tints

Shades of #363F59

#363F59
(54,63,89)
#323A51
(50,58,81)
#2E3549
(46,53,73)
#2A3041
(42,48,65)
#262B39
(38,43,57)
#222631
(34,38,49)
#1E2129
(30,33,41)
#1A1C21
(26,28,33)
#161719
(22,23,25)
#121211
(18,18,17)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #363F59

#363F59
(54,63,89)
#485068
(72,80,104)
#5A6177
(90,97,119)
#6C7286
(108,114,134)
#7E8395
(126,131,149)
#9094A4
(144,148,164)
#A2A5B3
(162,165,179)
#B4B6C2
(180,182,194)
#C6C7D1
(198,199,209)
#D8D8E0
(216,216,224)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363F59; }

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

This text font color is #363F59.


Background Color

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

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

This div background color is #363F59.


Border color

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

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

This div border color is #363F59.


Opacity

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

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

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

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

This text has shadow with #363F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F59 on black background.


Color preview on white background

This text has color #363F59 on white background.



Black color preview on #363F59 background

This text has black color on #363F59 background.


White color preview on #363F59 background

This text has white color on #363F59 background.