COLOR #36337C

HEX: #36337C
RGB: (54,51,124)

Color info

#36337C contains mainly blue color. Web safe color of #36337C is #333366 (or #336).

RGB color model

#36337C color RGB value is (54,51,124).

  • red value is 54;
  • green value is 51;
  • blue value is 124.
RGB:
(54,51,124)
(21%,20%,49%)

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 124 of 255 = 49%

54
51
124

R + G + B ~ 30%. #36337C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 124 = 229 (100%)
R 54 of 229 ~ 23.58%
G 51 of 229 ~ 22.27%
B 124 of 229 ~ 54.15%

%23.58
%22.27
%54.15

CMYK color model

#36337C color CMYK value is (56,59,0,51).

  • cyan value is 56.45%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(56,59,0,51)
C56M59Y0K51 
(56%,59%,0%,51%)
(0.56/0.59/0.00/0.51)	

CMYK percentages

%56.45
%58.87
%0
%51.37

Codes

Color #36337C in popluar color models

36337C
RGB5451124
HSL242°41.71%34.31%
HSB/HSV242°58.87%48.63%
CMYK56.45%58.87%0.00%
51.37%

Color #36337C in popluar number systems.

HEX36337C
Decimal5451124
Binary1101101100111111100
Octal6663174

Shades and tints

Shades of #36337C

#36337C
(54,51,124)
#322F71
(50,47,113)
#2E2B66
(46,43,102)
#2A275B
(42,39,91)
#262350
(38,35,80)
#221F45
(34,31,69)
#1E1B3A
(30,27,58)
#1A172F
(26,23,47)
#161324
(22,19,36)
#120F19
(18,15,25)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #36337C

#36337C
(54,51,124)
#484587
(72,69,135)
#5A5792
(90,87,146)
#6C699D
(108,105,157)
#7E7BA8
(126,123,168)
#908DB3
(144,141,179)
#A29FBE
(162,159,190)
#B4B1C9
(180,177,201)
#C6C3D4
(198,195,212)
#D8D5DF
(216,213,223)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36337C color. Also use rgb(54,51,124) instead hex code.

Text Font Color

.myTextColor { color: #36337C; }

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

This text font color is #36337C.


Background Color

.myBgColor { background-color: #36337C; }

<div style="background-color:#36337C">Inner text</div>

This div background color is #36337C.


Border color

.myBorderColor { border: 1px solid #36337C; }

<div style="border:3px solid #36337C">Div</div>

This div border color is #36337C.


Opacity

.myOpacity80 { color: #36337C; opacity: 0.8; }

<p style="color:#36337C;opacity:0.8;">80%</p>

Text with #36337C 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 #36337C;}

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

This text has shadow with #36337C color.

.textShadow {text-shadow: 3px 3px 1px #36337C, 3px 3px 1px red;}

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

This text has shadow with #36337C primary color and red secondary color.


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

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

This text has shadow with #36337C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36337C on black background.


Color preview on white background

This text has color #36337C on white background.



Black color preview on #36337C background

This text has black color on #36337C background.


White color preview on #36337C background

This text has white color on #36337C background.