COLOR #362D66

HEX: #362D66 RGB: (54,45,102)

Color info

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

RGB color model

#362D66 color RGB value is (54,45,102).

RGB: (54,45,102) (21%, 18%, 40%)

RGB channels and saturation

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

54
45
102

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

Portions of RGB colors in percentages

R + G + B = 54 + 45 + 102 = 201 (100%)
R 54 of 201 ~ 26.87%
G 45 of 201 ~ 22.39%
B 102 of 201 ~ 50.75'%

%26.87
%22.39
%50.75

CMYK color model

#362D66 color CMYK value is (47,56,0,60).

  • cyan value is 47.06%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (47,56,0,60)
C47M56Y0K60 (47%, 56%, 0%, 60%)
(0.47 / 0.56 / 0.00 / 0.60)

CMYK percentages

%47.06
%55.88
%0
%60

Codes

Color #362D66 in popluar color models

36 2D 66
RGB 54 45 102
HSL 249° 38.78% 28.82%
HSB/HSV 249° 55.88% 40.00%
CMYK 47.06% 55.88% 0.00%
60.00%

Color #362D66 in popluar number systems.

HEX 36 2D 66
Decimal 54 45 102
Binary 110110 101101 1100110
Octal 66 55 146

Shades and tints

Shades of #362D66

#362D66
(54,45,102)
#32295D
(50,41,93)
#2E2554
(46,37,84)
#2A214B
(42,33,75)
#261D42
(38,29,66)
#221939
(34,25,57)
#1E1530
(30,21,48)
#1A1127
(26,17,39)
#160D1E
(22,13,30)
#120915
(18,9,21)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #362D66

#362D66
(54,45,102)
#484073
(72,64,115)
#5A5380
(90,83,128)
#6C668D
(108,102,141)
#7E799A
(126,121,154)
#908CA7
(144,140,167)
#A29FB4
(162,159,180)
#B4B2C1
(180,178,193)
#C6C5CE
(198,197,206)
#D8D8DB
(216,216,219)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362D66; }

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

This text font color is #362D66.

Background Color

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

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

This div background color is #362D66.

Border color

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

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

This div border color is #362D66.

Opacity

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

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

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

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

This text has shadow with #362D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362D66.

Preview

Color preview on black background

This text has color #362D66 on black background.


Color preview on white background

This text has color #362D66 on white background.


Black color preview on #362D66 background

This text has black color on #362D66 background.


White color preview on #362D66 background

This text has white color on #362D66 background.


Related colors

Complementary color

Complementary color for #hex is #C9D299.


I love getcolorcode.com

Triadic colors

1 #66362D and #2D6636 with #362D66 are triadic colors.

2 #662D36 and #2D3666 with #362D66 are triadic colors.