COLOR #367BC6

HEX: #367BC6
RGB: (54,123,198)

Color info

#367BC6 contains mainly blue color. Web safe color of #367BC6 is #3366CC (or #36C).

RGB color model

#367BC6 color RGB value is (54,123,198).

  • red value is 54;
  • green value is 123;
  • blue value is 198.
RGB:
(54,123,198)
(21%,48%,78%)

RGB channels and saturation

R 54 of 255 = 21%
G 123 of 255 = 48%
B 198 of 255 = 78%

54
123
198

R + G + B ~ 49%. #367BC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 123 + 198 = 375 (100%)
R 54 of 375 ~ 14.4%
G 123 of 375 ~ 32.8%
B 198 of 375 ~ 52.8%

%14.4
%32.8
%52.8

CMYK color model

#367BC6 color CMYK value is (73,38,0,22).

  • cyan value is 72.73%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(73,38,0,22)
C73M38Y0K22 
(73%,38%,0%,22%)
(0.73/0.38/0.00/0.22)	

CMYK percentages

%72.73
%37.88
%0
%22.35

Codes

Color #367BC6 in popluar color models

367BC6
RGB54123198
HSL211°57.14%49.41%
HSB/HSV211°72.73%77.65%
CMYK72.73%37.88%0.00%
22.35%

Color #367BC6 in popluar number systems.

HEX367BC6
Decimal54123198
Binary110110111101111000110
Octal66173306

Shades and tints

Shades of #367BC6

#367BC6
(54,123,198)
#3270B4
(50,112,180)
#2E65A2
(46,101,162)
#2A5A90
(42,90,144)
#264F7E
(38,79,126)
#22446C
(34,68,108)
#1E395A
(30,57,90)
#1A2E48
(26,46,72)
#162336
(22,35,54)
#121824
(18,24,36)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #367BC6

#367BC6
(54,123,198)
#4887CB
(72,135,203)
#5A93D0
(90,147,208)
#6C9FD5
(108,159,213)
#7EABDA
(126,171,218)
#90B7DF
(144,183,223)
#A2C3E4
(162,195,228)
#B4CFE9
(180,207,233)
#C6DBEE
(198,219,238)
#D8E7F3
(216,231,243)
#EAF3F8
(234,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367BC6 color. Also use rgb(54,123,198) instead hex code.

Text Font Color

.myTextColor { color: #367BC6; }

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

This text font color is #367BC6.


Background Color

.myBgColor { background-color: #367BC6; }

<div style="background-color:#367BC6">Inner text</div>

This div background color is #367BC6.


Border color

.myBorderColor { border: 1px solid #367BC6; }

<div style="border:3px solid #367BC6">Div</div>

This div border color is #367BC6.


Opacity

.myOpacity80 { color: #367BC6; opacity: 0.8; }

<p style="color:#367BC6;opacity:0.8;">80%</p>

Text with #367BC6 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 #367BC6;}

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

This text has shadow with #367BC6 color.

.textShadow {text-shadow: 3px 3px 1px #367BC6, 3px 3px 1px red;}

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

This text has shadow with #367BC6 primary color and red secondary color.


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

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

This text has shadow with #367BC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367BC6 on black background.


Color preview on white background

This text has color #367BC6 on white background.



Black color preview on #367BC6 background

This text has black color on #367BC6 background.


White color preview on #367BC6 background

This text has white color on #367BC6 background.