COLOR #36C3F0

HEX: #36C3F0
RGB: (54,195,240)

Color info

#36C3F0 contains mainly green and blue colors. Web safe color of #36C3F0 is #33CCFF (or #3CF).

RGB color model

#36C3F0 color RGB value is (54,195,240).

  • red value is 54;
  • green value is 195;
  • blue value is 240.
RGB:
(54,195,240)
(21%,76%,94%)

RGB channels and saturation

R 54 of 255 = 21%
G 195 of 255 = 76%
B 240 of 255 = 94%

54
195
240

R + G + B ~ 64%. #36C3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
54 + 195 + 240 = 489 (100%)
R 54 of 489 ~ 11.04%
G 195 of 489 ~ 39.88%
B 240 of 489 ~ 49.08%

%11.04
%39.88
%49.08

CMYK color model

#36C3F0 color CMYK value is (78,19,0,6).

  • cyan value is 77.50%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(78,19,0,6)
C78M19Y0K6 
(78%,19%,0%,6%)
(0.78/0.19/0.00/0.06)	

CMYK percentages

%77.5
%18.75
%0
%5.88

Codes

Color #36C3F0 in popluar color models

36C3F0
RGB54195240
HSL195°86.11%57.65%
HSB/HSV195°77.50%94.12%
CMYK77.50%18.75%0.00%
5.88%

Color #36C3F0 in popluar number systems.

HEX36C3F0
Decimal54195240
Binary1101101100001111110000
Octal66303360

Shades and tints

Shades of #36C3F0

#36C3F0
(54,195,240)
#32B2DB
(50,178,219)
#2EA1C6
(46,161,198)
#2A90B1
(42,144,177)
#267F9C
(38,127,156)
#226E87
(34,110,135)
#1E5D72
(30,93,114)
#1A4C5D
(26,76,93)
#163B48
(22,59,72)
#122A33
(18,42,51)
#0E191E
(14,25,30)
#000000
(0,0,0)

Tints of #36C3F0

#36C3F0
(54,195,240)
#48C8F1
(72,200,241)
#5ACDF2
(90,205,242)
#6CD2F3
(108,210,243)
#7ED7F4
(126,215,244)
#90DCF5
(144,220,245)
#A2E1F6
(162,225,246)
#B4E6F7
(180,230,247)
#C6EBF8
(198,235,248)
#D8F0F9
(216,240,249)
#EAF5FA
(234,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36C3F0 color. Also use rgb(54,195,240) instead hex code.

Text Font Color

.myTextColor { color: #36C3F0; }

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

This text font color is #36C3F0.


Background Color

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

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

This div background color is #36C3F0.


Border color

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

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

This div border color is #36C3F0.


Opacity

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

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

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

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

This text has shadow with #36C3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36C3F0 on black background.


Color preview on white background

This text has color #36C3F0 on white background.



Black color preview on #36C3F0 background

This text has black color on #36C3F0 background.


White color preview on #36C3F0 background

This text has white color on #36C3F0 background.