COLOR #36A2D1

HEX: #36A2D1 RGB: (54,162,209)

Color info

#36A2D1 contains mainly green and blue colors. Web safe color of #36A2D1 is #3399CC (or #39C).

RGB color model

#36A2D1 color RGB value is (54,162,209).

RGB: (54,162,209) (21%, 64%, 82%)

RGB channels and saturation

R 54 of 255 = 21%
G 162 of 255 = 64%
B 209 of 255 = 82%

54
162
209

R + G + B ~ 56%. #36A2D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 162 + 209 = 425 (100%)
R 54 of 425 ~ 12.71%
G 162 of 425 ~ 38.12%
B 209 of 425 ~ 49.18'%

%12.71
%38.12
%49.18

CMYK color model

#36A2D1 color CMYK value is (74,22,0,18).

  • cyan value is 74.16%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (74,22,0,18)
C74M22Y0K18 (74%, 22%, 0%, 18%)
(0.74 / 0.22 / 0.00 / 0.18)

CMYK percentages

%74.16
%22.49
%0
%18.04

Codes

Color #36A2D1 in popluar color models

36 A2 D1
RGB 54 162 209
HSL 198° 62.75% 51.57%
HSB/HSV 198° 74.16% 81.96%
CMYK 74.16% 22.49% 0.00%
18.04%

Color #36A2D1 in popluar number systems.

HEX 36 A2 D1
Decimal 54 162 209
Binary 110110 10100010 11010001
Octal 66 242 321

Shades and tints

Shades of #36A2D1

#36A2D1
(54,162,209)
#3294BE
(50,148,190)
#2E86AB
(46,134,171)
#2A7898
(42,120,152)
#266A85
(38,106,133)
#225C72
(34,92,114)
#1E4E5F
(30,78,95)
#1A404C
(26,64,76)
#163239
(22,50,57)
#122426
(18,36,38)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #36A2D1

#36A2D1
(54,162,209)
#48AAD5
(72,170,213)
#5AB2D9
(90,178,217)
#6CBADD
(108,186,221)
#7EC2E1
(126,194,225)
#90CAE5
(144,202,229)
#A2D2E9
(162,210,233)
#B4DAED
(180,218,237)
#C6E2F1
(198,226,241)
#D8EAF5
(216,234,245)
#EAF2F9
(234,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36A2D1 color. Also use rgb(54,162,209) instead hex code.

Text Font Color

.myTextColor { color: #36A2D1; }

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

This text font color is #36A2D1.

Background Color

.myBgColor { background-color: #36A2D1; }

<div style="background-color:#36A2D1">Inner text</div>

This div background color is #36A2D1.

Border color

.myBorderColor { border: 1px solid #36A2D1; }

<div style="border:3px solid #36A2D1">Div</div>

This div border color is #36A2D1.

Opacity

.myOpacity80 { color: #36A2D1; opacity: 0.8; }

<p style="color:#36A2D1;opacity:0.8;">80%</p>

Text with #36A2D1 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 #36A2D1;}

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

This text has shadow with #36A2D1 color.


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

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

This text has shadow with #36A2D1 primary color and red secondary color.


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

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

This text has shadow with #36A2D1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #36A2D1.

Preview

Color preview on black background

This text has color #36A2D1 on black background.


Color preview on white background

This text has color #36A2D1 on white background.


Black color preview on #36A2D1 background

This text has black color on #36A2D1 background.


White color preview on #36A2D1 background

This text has white color on #36A2D1 background.


Related colors

Complementary color

Complementary color for #hex is #C95D2E.


I love getcolorcode.com

Triadic colors

1 #D136A2 and #A2D136 with #36A2D1 are triadic colors.

2 #D1A236 and #A236D1 with #36A2D1 are triadic colors.