COLOR #36359C

HEX: #36359C RGB: (54,53,156)

Color info

#36359C contains mainly blue color. Web safe color of #36359C is #333399 (or #339).

RGB color model

#36359C color RGB value is (54,53,156).

RGB: (54,53,156) (21%, 21%, 61%)

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 156 of 255 = 61%

54
53
156

R + G + B ~ 34%. #36359C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 53 + 156 = 263 (100%)
R 54 of 263 ~ 20.53%
G 53 of 263 ~ 20.15%
B 156 of 263 ~ 59.32'%

%20.53
%20.15
%59.32

CMYK color model

#36359C color CMYK value is (65,66,0,39).

  • cyan value is 65.38%
  • magenta value is 66.03%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (65,66,0,39)
C65M66Y0K39 (65%, 66%, 0%, 39%)
(0.65 / 0.66 / 0.00 / 0.39)

CMYK percentages

%65.38
%66.03
%0
%38.82

Codes

Color #36359C in popluar color models

36 35 9C
RGB 54 53 156
HSL 241° 49.28% 40.98%
HSB/HSV 241° 66.03% 61.18%
CMYK 65.38% 66.03% 0.00%
38.82%

Color #36359C in popluar number systems.

HEX 36 35 9C
Decimal 54 53 156
Binary 110110 110101 10011100
Octal 66 65 234

Shades and tints

Shades of #36359C

#36359C
(54,53,156)
#32318E
(50,49,142)
#2E2D80
(46,45,128)
#2A2972
(42,41,114)
#262564
(38,37,100)
#222156
(34,33,86)
#1E1D48
(30,29,72)
#1A193A
(26,25,58)
#16152C
(22,21,44)
#12111E
(18,17,30)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #36359C

#36359C
(54,53,156)
#4847A5
(72,71,165)
#5A59AE
(90,89,174)
#6C6BB7
(108,107,183)
#7E7DC0
(126,125,192)
#908FC9
(144,143,201)
#A2A1D2
(162,161,210)
#B4B3DB
(180,179,219)
#C6C5E4
(198,197,228)
#D8D7ED
(216,215,237)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36359C color. Also use rgb(54,53,156) instead hex code.

Text Font Color

.myTextColor { color: #36359C; }

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

This text font color is #36359C.

Background Color

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

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

This div background color is #36359C.

Border color

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

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

This div border color is #36359C.

Opacity

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

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

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

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

This text has shadow with #36359C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36359C.

Preview

Color preview on black background

This text has color #36359C on black background.


Color preview on white background

This text has color #36359C on white background.


Black color preview on #36359C background

This text has black color on #36359C background.


White color preview on #36359C background

This text has white color on #36359C background.


Related colors

Complementary color

Complementary color for #hex is #C9CA63.


I love getcolorcode.com

Triadic colors

1 #9C3635 and #359C36 with #36359C are triadic colors.

2 #9C3536 and #35369C with #36359C are triadic colors.