COLOR #362F6B

HEX: #362F6B RGB: (54,47,107)

Color info

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

RGB color model

#362F6B color RGB value is (54,47,107).

RGB: (54,47,107) (21%, 18%, 42%)

RGB channels and saturation

R 54 of 255 = 21%
G 47 of 255 = 18%
B 107 of 255 = 42%

54
47
107

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

Portions of RGB colors in percentages

R + G + B = 54 + 47 + 107 = 208 (100%)
R 54 of 208 ~ 25.96%
G 47 of 208 ~ 22.6%
B 107 of 208 ~ 51.44'%

%25.96
%22.6
%51.44

CMYK color model

#362F6B color CMYK value is (50,56,0,58).

  • cyan value is 49.53%
  • magenta value is 56.07%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (50,56,0,58)
C50M56Y0K58 (50%, 56%, 0%, 58%)
(0.50 / 0.56 / 0.00 / 0.58)

CMYK percentages

%49.53
%56.07
%0
%58.04

Codes

Color #362F6B in popluar color models

36 2F 6B
RGB 54 47 107
HSL 247° 38.96% 30.20%
HSB/HSV 247° 56.07% 41.96%
CMYK 49.53% 56.07% 0.00%
58.04%

Color #362F6B in popluar number systems.

HEX 36 2F 6B
Decimal 54 47 107
Binary 110110 101111 1101011
Octal 66 57 153

Shades and tints

Shades of #362F6B

#362F6B
(54,47,107)
#322B62
(50,43,98)
#2E2759
(46,39,89)
#2A2350
(42,35,80)
#261F47
(38,31,71)
#221B3E
(34,27,62)
#1E1735
(30,23,53)
#1A132C
(26,19,44)
#160F23
(22,15,35)
#120B1A
(18,11,26)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #362F6B

#362F6B
(54,47,107)
#484178
(72,65,120)
#5A5385
(90,83,133)
#6C6592
(108,101,146)
#7E779F
(126,119,159)
#9089AC
(144,137,172)
#A29BB9
(162,155,185)
#B4ADC6
(180,173,198)
#C6BFD3
(198,191,211)
#D8D1E0
(216,209,224)
#EAE3ED
(234,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362F6B color. Also use rgb(54,47,107) instead hex code.

Text Font Color

.myTextColor { color: #362F6B; }

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

This text font color is #362F6B.

Background Color

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

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

This div background color is #362F6B.

Border color

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

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

This div border color is #362F6B.

Opacity

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

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

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

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

This text has shadow with #362F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #362F6B.

Preview

Color preview on black background

This text has color #362F6B on black background.


Color preview on white background

This text has color #362F6B on white background.


Black color preview on #362F6B background

This text has black color on #362F6B background.


White color preview on #362F6B background

This text has white color on #362F6B background.


Related colors

Complementary color

Complementary color for #hex is #C9D094.


I love getcolorcode.com

Triadic colors

1 #6B362F and #2F6B36 with #362F6B are triadic colors.

2 #6B2F36 and #2F366B with #362F6B are triadic colors.