COLOR #369ED0

HEX: #369ED0
RGB: (54,158,208)

Color info

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

RGB color model

#369ED0 color RGB value is (54,158,208).

  • red value is 54;
  • green value is 158;
  • blue value is 208.
RGB:
(54,158,208)
(21%,62%,82%)

RGB channels and saturation

R 54 of 255 = 21%
G 158 of 255 = 62%
B 208 of 255 = 82%

54
158
208

R + G + B ~ 55%. #369ED0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 158 + 208 = 420 (100%)
R 54 of 420 ~ 12.86%
G 158 of 420 ~ 37.62%
B 208 of 420 ~ 49.52%

%12.86
%37.62
%49.52

CMYK color model

#369ED0 color CMYK value is (74,24,0,18).

  • cyan value is 74.04%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(74,24,0,18)
C74M24Y0K18 
(74%,24%,0%,18%)
(0.74/0.24/0.00/0.18)	

CMYK percentages

%74.04
%24.04
%0
%18.43

Codes

Color #369ED0 in popluar color models

369ED0
RGB54158208
HSL199°62.10%51.37%
HSB/HSV199°74.04%81.57%
CMYK74.04%24.04%0.00%
18.43%

Color #369ED0 in popluar number systems.

HEX369ED0
Decimal54158208
Binary1101101001111011010000
Octal66236320

Shades and tints

Shades of #369ED0

#369ED0
(54,158,208)
#3290BE
(50,144,190)
#2E82AC
(46,130,172)
#2A749A
(42,116,154)
#266688
(38,102,136)
#225876
(34,88,118)
#1E4A64
(30,74,100)
#1A3C52
(26,60,82)
#162E40
(22,46,64)
#12202E
(18,32,46)
#0E121C
(14,18,28)
#000000
(0,0,0)

Tints of #369ED0

#369ED0
(54,158,208)
#48A6D4
(72,166,212)
#5AAED8
(90,174,216)
#6CB6DC
(108,182,220)
#7EBEE0
(126,190,224)
#90C6E4
(144,198,228)
#A2CEE8
(162,206,232)
#B4D6EC
(180,214,236)
#C6DEF0
(198,222,240)
#D8E6F4
(216,230,244)
#EAEEF8
(234,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #369ED0 color. Also use rgb(54,158,208) instead hex code.

Text Font Color

.myTextColor { color: #369ED0; }

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

This text font color is #369ED0.


Background Color

.myBgColor { background-color: #369ED0; }

<div style="background-color:#369ED0">Inner text</div>

This div background color is #369ED0.


Border color

.myBorderColor { border: 1px solid #369ED0; }

<div style="border:3px solid #369ED0">Div</div>

This div border color is #369ED0.


Opacity

.myOpacity80 { color: #369ED0; opacity: 0.8; }

<p style="color:#369ED0;opacity:0.8;">80%</p>

Text with #369ED0 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 #369ED0;}

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

This text has shadow with #369ED0 color.

.textShadow {text-shadow: 3px 3px 1px #369ED0, 3px 3px 1px red;}

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

This text has shadow with #369ED0 primary color and red secondary color.


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

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

This text has shadow with #369ED0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #369ED0 on black background.


Color preview on white background

This text has color #369ED0 on white background.



Black color preview on #369ED0 background

This text has black color on #369ED0 background.


White color preview on #369ED0 background

This text has white color on #369ED0 background.