COLOR #362D65

HEX: #362D65
RGB: (54,45,101)

Color info

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

RGB color model

#362D65 color RGB value is (54,45,101).

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

RGB channels and saturation

R 54 of 255 = 21%
G 45 of 255 = 18%
B 101 of 255 = 40%

54
45
101

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

Portions of RGB colors in percentages

R + G + B =
54 + 45 + 101 = 200 (100%)
R 54 of 200 ~ 27%
G 45 of 200 ~ 22.5%
B 101 of 200 ~ 50.5%

%27
%22.5
%50.5

CMYK color model

#362D65 color CMYK value is (47,55,0,60).

  • cyan value is 46.53%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(47,55,0,60)
C47M55Y0K60 
(47%,55%,0%,60%)
(0.47/0.55/0.00/0.60)	

CMYK percentages

%46.53
%55.45
%0
%60.39

Codes

Color #362D65 in popluar color models

362D65
RGB5445101
HSL250°38.36%28.63%
HSB/HSV250°55.45%39.61%
CMYK46.53%55.45%0.00%
60.39%

Color #362D65 in popluar number systems.

HEX362D65
Decimal5445101
Binary1101101011011100101
Octal6655145

Shades and tints

Shades of #362D65

#362D65
(54,45,101)
#32295C
(50,41,92)
#2E2553
(46,37,83)
#2A214A
(42,33,74)
#261D41
(38,29,65)
#221938
(34,25,56)
#1E152F
(30,21,47)
#1A1126
(26,17,38)
#160D1D
(22,13,29)
#120914
(18,9,20)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #362D65

#362D65
(54,45,101)
#484073
(72,64,115)
#5A5381
(90,83,129)
#6C668F
(108,102,143)
#7E799D
(126,121,157)
#908CAB
(144,140,171)
#A29FB9
(162,159,185)
#B4B2C7
(180,178,199)
#C6C5D5
(198,197,213)
#D8D8E3
(216,216,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362D65 color. Also use rgb(54,45,101) instead hex code.

Text Font Color

.myTextColor { color: #362D65; }

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

This text font color is #362D65.


Background Color

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

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

This div background color is #362D65.


Border color

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

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

This div border color is #362D65.


Opacity

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

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

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

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

This text has shadow with #362D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362D65 on black background.


Color preview on white background

This text has color #362D65 on white background.



Black color preview on #362D65 background

This text has black color on #362D65 background.


White color preview on #362D65 background

This text has white color on #362D65 background.