COLOR #362E6C

HEX: #362E6C RGB: (54,46,108)

Color info

#362E6C contains mainly red and blue colors. Web safe color of #362E6C is #333366 (or #336).

RGB color model

#362E6C color RGB value is (54,46,108).

RGB: (54,46,108) (21%, 18%, 42%)

RGB channels and saturation

R 54 of 255 = 21%
G 46 of 255 = 18%
B 108 of 255 = 42%

54
46
108

R + G + B ~ 27%. #362E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 46 + 108 = 208 (100%)
R 54 of 208 ~ 25.96%
G 46 of 208 ~ 22.12%
B 108 of 208 ~ 51.92'%

%25.96
%22.12
%51.92

CMYK color model

#362E6C color CMYK value is (50,57,0,58).

  • cyan value is 50.00%
  • magenta value is 57.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (50,57,0,58) C50M57Y0K58 (50%,57%,0%,58%) (0.50/0.57/0.00/0.58) 

CMYK percentages

%50
%57.41
%0
%57.65

Codes

Color #362E6C in popluar color models

36 2E 6C
RGB 54 46 108
HSL 248° 40.26% 30.20%
HSB/HSV 248° 57.41% 42.35%
CMYK 50.00% 57.41% 0.00%
57.65%

Color #362E6C in popluar number systems.

HEX 36 2E 6C
Decimal 54 46 108
Binary 110110 101110 1101100
Octal 66 56 154

Shades and tints

Shades of #362E6C

#362E6C
(54,46,108)
#322A63
(50,42,99)
#2E265A
(46,38,90)
#2A2251
(42,34,81)
#261E48
(38,30,72)
#221A3F
(34,26,63)
#1E1636
(30,22,54)
#1A122D
(26,18,45)
#160E24
(22,14,36)
#120A1B
(18,10,27)
#0E0612
(14,6,18)
#000000
(0,0,0)

Tints of #362E6C

#362E6C
(54,46,108)
#484179
(72,65,121)
#5A5486
(90,84,134)
#6C6793
(108,103,147)
#7E7AA0
(126,122,160)
#908DAD
(144,141,173)
#A2A0BA
(162,160,186)
#B4B3C7
(180,179,199)
#C6C6D4
(198,198,212)
#D8D9E1
(216,217,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362E6C; }

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

This text font color is #362E6C.

Background Color

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

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

This div background color is #362E6C.

Border color

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

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

This div border color is #362E6C.

Opacity

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

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

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

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

This text has shadow with #362E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362E6C.

Preview

Color preview on black background

This text has color #362E6C on black background.


Color preview on white background

This text has color #362E6C on white background.


Black color preview on #362E6C background

This text has black color on #362E6C background.


White color preview on #362E6C background

This text has white color on #362E6C background.


Related colors

Complementary color

Complementary color for #hex is #C9D193.


I love getcolorcode.com

Triadic colors

1 #6C362E and #2E6C36 with #362E6C are triadic colors.

2 #6C2E36 and #2E366C with #362E6C are triadic colors.