COLOR #362E67

HEX: #362E67
RGB: (54,46,103)

Color info

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

RGB color model

#362E67 color RGB value is (54,46,103).

  • red value is 54;
  • green value is 46;
  • blue value is 103.
RGB:
(54,46,103)
(21%,18%,40%)

RGB channels and saturation

R 54 of 255 = 21%
G 46 of 255 = 18%
B 103 of 255 = 40%

54
46
103

R + G + B ~ 26%. #362E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 46 + 103 = 203 (100%)
R 54 of 203 ~ 26.6%
G 46 of 203 ~ 22.66%
B 103 of 203 ~ 50.74%

%26.6
%22.66
%50.74

CMYK color model

#362E67 color CMYK value is (48,55,0,60).

  • cyan value is 47.57%
  • magenta value is 55.34%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(48,55,0,60)
C48M55Y0K60 
(48%,55%,0%,60%)
(0.48/0.55/0.00/0.60)	

CMYK percentages

%47.57
%55.34
%0
%59.61

Codes

Color #362E67 in popluar color models

362E67
RGB5446103
HSL248°38.26%29.22%
HSB/HSV248°55.34%40.39%
CMYK47.57%55.34%0.00%
59.61%

Color #362E67 in popluar number systems.

HEX362E67
Decimal5446103
Binary1101101011101100111
Octal6656147

Shades and tints

Shades of #362E67

#362E67
(54,46,103)
#322A5E
(50,42,94)
#2E2655
(46,38,85)
#2A224C
(42,34,76)
#261E43
(38,30,67)
#221A3A
(34,26,58)
#1E1631
(30,22,49)
#1A1228
(26,18,40)
#160E1F
(22,14,31)
#120A16
(18,10,22)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #362E67

#362E67
(54,46,103)
#484174
(72,65,116)
#5A5481
(90,84,129)
#6C678E
(108,103,142)
#7E7A9B
(126,122,155)
#908DA8
(144,141,168)
#A2A0B5
(162,160,181)
#B4B3C2
(180,179,194)
#C6C6CF
(198,198,207)
#D8D9DC
(216,217,220)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362E67 color. Also use rgb(54,46,103) instead hex code.

Text Font Color

.myTextColor { color: #362E67; }

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

This text font color is #362E67.


Background Color

.myBgColor { background-color: #362E67; }

<div style="background-color:#362E67">Inner text</div>

This div background color is #362E67.


Border color

.myBorderColor { border: 1px solid #362E67; }

<div style="border:3px solid #362E67">Div</div>

This div border color is #362E67.


Opacity

.myOpacity80 { color: #362E67; opacity: 0.8; }

<p style="color:#362E67;opacity:0.8;">80%</p>

Text with #362E67 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 #362E67;}

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

This text has shadow with #362E67 color.

.textShadow {text-shadow: 3px 3px 1px #362E67, 3px 3px 1px red;}

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

This text has shadow with #362E67 primary color and red secondary color.


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

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

This text has shadow with #362E67 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362E67 on black background.


Color preview on white background

This text has color #362E67 on white background.



Black color preview on #362E67 background

This text has black color on #362E67 background.


White color preview on #362E67 background

This text has white color on #362E67 background.