COLOR #36556C

HEX: #36556C RGB: (54,85,108)

Color info

#36556C contains red, green and blue colors in about the same proportion. Web safe color of #36556C is #336666 (or #366).

RGB color model

#36556C color RGB value is (54,85,108).

RGB: (54,85,108) (21%, 33%, 42%)

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 108 of 255 = 42%

54
85
108

R + G + B ~ 32%. #36556C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 85 + 108 = 247 (100%)
R 54 of 247 ~ 21.86%
G 85 of 247 ~ 34.41%
B 108 of 247 ~ 43.72'%

%21.86
%34.41
%43.72

CMYK color model

#36556C color CMYK value is (50,21,0,58).

  • cyan value is 50.00%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (50,21,0,58)
C50M21Y0K58 (50%, 21%, 0%, 58%)
(0.50 / 0.21 / 0.00 / 0.58)

CMYK percentages

%50
%21.3
%0
%57.65

Codes

Color #36556C in popluar color models

36 55 6C
RGB 54 85 108
HSL 206° 33.33% 31.76%
HSB/HSV 206° 50.00% 42.35%
CMYK 50.00% 21.30% 0.00%
57.65%

Color #36556C in popluar number systems.

HEX 36 55 6C
Decimal 54 85 108
Binary 110110 1010101 1101100
Octal 66 125 154

Shades and tints

Shades of #36556C

#36556C
(54,85,108)
#324E63
(50,78,99)
#2E475A
(46,71,90)
#2A4051
(42,64,81)
#263948
(38,57,72)
#22323F
(34,50,63)
#1E2B36
(30,43,54)
#1A242D
(26,36,45)
#161D24
(22,29,36)
#12161B
(18,22,27)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #36556C

#36556C
(54,85,108)
#486479
(72,100,121)
#5A7386
(90,115,134)
#6C8293
(108,130,147)
#7E91A0
(126,145,160)
#90A0AD
(144,160,173)
#A2AFBA
(162,175,186)
#B4BEC7
(180,190,199)
#C6CDD4
(198,205,212)
#D8DCE1
(216,220,225)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36556C color. Also use rgb(54,85,108) instead hex code.

Text Font Color

.myTextColor { color: #36556C; }

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

This text font color is #36556C.

Background Color

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

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

This div background color is #36556C.

Border color

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

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

This div border color is #36556C.

Opacity

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

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

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

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

This text has shadow with #36556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36556C.

Preview

Color preview on black background

This text has color #36556C on black background.


Color preview on white background

This text has color #36556C on white background.


Black color preview on #36556C background

This text has black color on #36556C background.


White color preview on #36556C background

This text has white color on #36556C background.


Related colors

Complementary color

Complementary color for #hex is #C9AA93.


I love getcolorcode.com

Triadic colors

1 #6C3655 and #556C36 with #36556C are triadic colors.

2 #6C5536 and #55366C with #36556C are triadic colors.