COLOR #363C69

HEX: #363C69
RGB: (54,60,105)

Color info

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

RGB color model

#363C69 color RGB value is (54,60,105).

  • red value is 54;
  • green value is 60;
  • blue value is 105.
RGB:
(54,60,105)
(21%,24%,41%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 105 of 255 = 41%

54
60
105

R + G + B ~ 29%. #363C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 60 + 105 = 219 (100%)
R 54 of 219 ~ 24.66%
G 60 of 219 ~ 27.4%
B 105 of 219 ~ 47.95%

%24.66
%27.4
%47.95

CMYK color model

#363C69 color CMYK value is (49,43,0,59).

  • cyan value is 48.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(49,43,0,59)
C49M43Y0K59 
(49%,43%,0%,59%)
(0.49/0.43/0.00/0.59)	

CMYK percentages

%48.57
%42.86
%0
%58.82

Codes

Color #363C69 in popluar color models

363C69
RGB5460105
HSL233°32.08%31.18%
HSB/HSV233°48.57%41.18%
CMYK48.57%42.86%0.00%
58.82%

Color #363C69 in popluar number systems.

HEX363C69
Decimal5460105
Binary1101101111001101001
Octal6674151

Shades and tints

Shades of #363C69

#363C69
(54,60,105)
#323760
(50,55,96)
#2E3257
(46,50,87)
#2A2D4E
(42,45,78)
#262845
(38,40,69)
#22233C
(34,35,60)
#1E1E33
(30,30,51)
#1A192A
(26,25,42)
#161421
(22,20,33)
#120F18
(18,15,24)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #363C69

#363C69
(54,60,105)
#484D76
(72,77,118)
#5A5E83
(90,94,131)
#6C6F90
(108,111,144)
#7E809D
(126,128,157)
#9091AA
(144,145,170)
#A2A2B7
(162,162,183)
#B4B3C4
(180,179,196)
#C6C4D1
(198,196,209)
#D8D5DE
(216,213,222)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363C69 color. Also use rgb(54,60,105) instead hex code.

Text Font Color

.myTextColor { color: #363C69; }

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

This text font color is #363C69.


Background Color

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

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

This div background color is #363C69.


Border color

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

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

This div border color is #363C69.


Opacity

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

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

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

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

This text has shadow with #363C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363C69 on black background.


Color preview on white background

This text has color #363C69 on white background.



Black color preview on #363C69 background

This text has black color on #363C69 background.


White color preview on #363C69 background

This text has white color on #363C69 background.