COLOR #363B66

HEX: #363B66
RGB: (54,59,102)

Color info

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

RGB color model

#363B66 color RGB value is (54,59,102).

  • red value is 54;
  • green value is 59;
  • blue value is 102.
RGB:
(54,59,102)
(21%,23%,40%)

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 102 of 255 = 40%

54
59
102

R + G + B ~ 28%. #363B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 102 = 215 (100%)
R 54 of 215 ~ 25.12%
G 59 of 215 ~ 27.44%
B 102 of 215 ~ 47.44%

%25.12
%27.44
%47.44

CMYK color model

#363B66 color CMYK value is (47,42,0,60).

  • cyan value is 47.06%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(47,42,0,60)
C47M42Y0K60 
(47%,42%,0%,60%)
(0.47/0.42/0.00/0.60)	

CMYK percentages

%47.06
%42.16
%0
%60

Codes

Color #363B66 in popluar color models

363B66
RGB5459102
HSL234°30.77%30.59%
HSB/HSV234°47.06%40.00%
CMYK47.06%42.16%0.00%
60.00%

Color #363B66 in popluar number systems.

HEX363B66
Decimal5459102
Binary1101101110111100110
Octal6673146

Shades and tints

Shades of #363B66

#363B66
(54,59,102)
#32365D
(50,54,93)
#2E3154
(46,49,84)
#2A2C4B
(42,44,75)
#262742
(38,39,66)
#222239
(34,34,57)
#1E1D30
(30,29,48)
#1A1827
(26,24,39)
#16131E
(22,19,30)
#120E15
(18,14,21)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #363B66

#363B66
(54,59,102)
#484C73
(72,76,115)
#5A5D80
(90,93,128)
#6C6E8D
(108,110,141)
#7E7F9A
(126,127,154)
#9090A7
(144,144,167)
#A2A1B4
(162,161,180)
#B4B2C1
(180,178,193)
#C6C3CE
(198,195,206)
#D8D4DB
(216,212,219)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363B66 color. Also use rgb(54,59,102) instead hex code.

Text Font Color

.myTextColor { color: #363B66; }

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

This text font color is #363B66.


Background Color

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

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

This div background color is #363B66.


Border color

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

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

This div border color is #363B66.


Opacity

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

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

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

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

This text has shadow with #363B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B66 on black background.


Color preview on white background

This text has color #363B66 on white background.



Black color preview on #363B66 background

This text has black color on #363B66 background.


White color preview on #363B66 background

This text has white color on #363B66 background.