COLOR #36A2D9

HEX: #36A2D9
RGB: (54,162,217)

Color info

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

RGB color model

#36A2D9 color RGB value is (54,162,217).

  • red value is 54;
  • green value is 162;
  • blue value is 217.
RGB:
(54,162,217)
(21%,64%,85%)

RGB channels and saturation

R 54 of 255 = 21%
G 162 of 255 = 64%
B 217 of 255 = 85%

54
162
217

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

Portions of RGB colors in percentages

R + G + B =
54 + 162 + 217 = 433 (100%)
R 54 of 433 ~ 12.47%
G 162 of 433 ~ 37.41%
B 217 of 433 ~ 50.12%

%12.47
%37.41
%50.12

CMYK color model

#36A2D9 color CMYK value is (75,25,0,15).

  • cyan value is 75.12%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(75,25,0,15)
C75M25Y0K15 
(75%,25%,0%,15%)
(0.75/0.25/0.00/0.15)	

CMYK percentages

%75.12
%25.35
%0
%14.9

Codes

Color #36A2D9 in popluar color models

36A2D9
RGB54162217
HSL200°68.20%53.14%
HSB/HSV200°75.12%85.10%
CMYK75.12%25.35%0.00%
14.90%

Color #36A2D9 in popluar number systems.

HEX36A2D9
Decimal54162217
Binary1101101010001011011001
Octal66242331

Shades and tints

Shades of #36A2D9

#36A2D9
(54,162,217)
#3294C6
(50,148,198)
#2E86B3
(46,134,179)
#2A78A0
(42,120,160)
#266A8D
(38,106,141)
#225C7A
(34,92,122)
#1E4E67
(30,78,103)
#1A4054
(26,64,84)
#163241
(22,50,65)
#12242E
(18,36,46)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #36A2D9

#36A2D9
(54,162,217)
#48AADC
(72,170,220)
#5AB2DF
(90,178,223)
#6CBAE2
(108,186,226)
#7EC2E5
(126,194,229)
#90CAE8
(144,202,232)
#A2D2EB
(162,210,235)
#B4DAEE
(180,218,238)
#C6E2F1
(198,226,241)
#D8EAF4
(216,234,244)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36A2D9; }

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

This text font color is #36A2D9.


Background Color

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

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

This div background color is #36A2D9.


Border color

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

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

This div border color is #36A2D9.


Opacity

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

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

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

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

This text has shadow with #36A2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36A2D9 on black background.


Color preview on white background

This text has color #36A2D9 on white background.



Black color preview on #36A2D9 background

This text has black color on #36A2D9 background.


White color preview on #36A2D9 background

This text has white color on #36A2D9 background.