COLOR #367194

HEX: #367194
RGB: (54,113,148)

Color info

#367194 contains mainly green and blue colors. Web safe color of #367194 is #336699 (or #369).

RGB color model

#367194 color RGB value is (54,113,148).

  • red value is 54;
  • green value is 113;
  • blue value is 148.
RGB:
(54,113,148)
(21%,44%,58%)

RGB channels and saturation

R 54 of 255 = 21%
G 113 of 255 = 44%
B 148 of 255 = 58%

54
113
148

R + G + B ~ 41%. #367194 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 113 + 148 = 315 (100%)
R 54 of 315 ~ 17.14%
G 113 of 315 ~ 35.87%
B 148 of 315 ~ 46.98%

%17.14
%35.87
%46.98

CMYK color model

#367194 color CMYK value is (64,24,0,42).

  • cyan value is 63.51%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(64,24,0,42)
C64M24Y0K42 
(64%,24%,0%,42%)
(0.64/0.24/0.00/0.42)	

CMYK percentages

%63.51
%23.65
%0
%41.96

Codes

Color #367194 in popluar color models

367194
RGB54113148
HSL202°46.53%39.61%
HSB/HSV202°63.51%58.04%
CMYK63.51%23.65%0.00%
41.96%

Color #367194 in popluar number systems.

HEX367194
Decimal54113148
Binary110110111000110010100
Octal66161224

Shades and tints

Shades of #367194

#367194
(54,113,148)
#326787
(50,103,135)
#2E5D7A
(46,93,122)
#2A536D
(42,83,109)
#264960
(38,73,96)
#223F53
(34,63,83)
#1E3546
(30,53,70)
#1A2B39
(26,43,57)
#16212C
(22,33,44)
#12171F
(18,23,31)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #367194

#367194
(54,113,148)
#487D9D
(72,125,157)
#5A89A6
(90,137,166)
#6C95AF
(108,149,175)
#7EA1B8
(126,161,184)
#90ADC1
(144,173,193)
#A2B9CA
(162,185,202)
#B4C5D3
(180,197,211)
#C6D1DC
(198,209,220)
#D8DDE5
(216,221,229)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367194 color. Also use rgb(54,113,148) instead hex code.

Text Font Color

.myTextColor { color: #367194; }

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

This text font color is #367194.


Background Color

.myBgColor { background-color: #367194; }

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

This div background color is #367194.


Border color

.myBorderColor { border: 1px solid #367194; }

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

This div border color is #367194.


Opacity

.myOpacity80 { color: #367194; opacity: 0.8; }

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

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

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

This text has shadow with #367194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367194 on black background.


Color preview on white background

This text has color #367194 on white background.



Black color preview on #367194 background

This text has black color on #367194 background.


White color preview on #367194 background

This text has white color on #367194 background.