COLOR #369EB6

HEX: #369EB6
RGB: (54,158,182)

Color info

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

RGB color model

#369EB6 color RGB value is (54,158,182).

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

RGB channels and saturation

R 54 of 255 = 21%
G 158 of 255 = 62%
B 182 of 255 = 71%

54
158
182

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

Portions of RGB colors in percentages

R + G + B =
54 + 158 + 182 = 394 (100%)
R 54 of 394 ~ 13.71%
G 158 of 394 ~ 40.1%
B 182 of 394 ~ 46.19%

%13.71
%40.1
%46.19

CMYK color model

#369EB6 color CMYK value is (70,13,0,29).

  • cyan value is 70.33%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(70,13,0,29)
C70M13Y0K29 
(70%,13%,0%,29%)
(0.70/0.13/0.00/0.29)	

CMYK percentages

%70.33
%13.19
%0
%28.63

Codes

Color #369EB6 in popluar color models

369EB6
RGB54158182
HSL191°54.24%46.27%
HSB/HSV191°70.33%71.37%
CMYK70.33%13.19%0.00%
28.63%

Color #369EB6 in popluar number systems.

HEX369EB6
Decimal54158182
Binary1101101001111010110110
Octal66236266

Shades and tints

Shades of #369EB6

#369EB6
(54,158,182)
#3290A6
(50,144,166)
#2E8296
(46,130,150)
#2A7486
(42,116,134)
#266676
(38,102,118)
#225866
(34,88,102)
#1E4A56
(30,74,86)
#1A3C46
(26,60,70)
#162E36
(22,46,54)
#122026
(18,32,38)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #369EB6

#369EB6
(54,158,182)
#48A6BC
(72,166,188)
#5AAEC2
(90,174,194)
#6CB6C8
(108,182,200)
#7EBECE
(126,190,206)
#90C6D4
(144,198,212)
#A2CEDA
(162,206,218)
#B4D6E0
(180,214,224)
#C6DEE6
(198,222,230)
#D8E6EC
(216,230,236)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #369EB6; }

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

This text font color is #369EB6.


Background Color

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

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

This div background color is #369EB6.


Border color

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

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

This div border color is #369EB6.


Opacity

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

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

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

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

This text has shadow with #369EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #369EB6 on black background.


Color preview on white background

This text has color #369EB6 on white background.



Black color preview on #369EB6 background

This text has black color on #369EB6 background.


White color preview on #369EB6 background

This text has white color on #369EB6 background.