COLOR #367392

HEX: #367392
RGB: (54,115,146)

Color info

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

RGB color model

#367392 color RGB value is (54,115,146).

  • red value is 54;
  • green value is 115;
  • blue value is 146.
RGB:
(54,115,146)
(21%,45%,57%)

RGB channels and saturation

R 54 of 255 = 21%
G 115 of 255 = 45%
B 146 of 255 = 57%

54
115
146

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

Portions of RGB colors in percentages

R + G + B =
54 + 115 + 146 = 315 (100%)
R 54 of 315 ~ 17.14%
G 115 of 315 ~ 36.51%
B 146 of 315 ~ 46.35%

%17.14
%36.51
%46.35

CMYK color model

#367392 color CMYK value is (63,21,0,43).

  • cyan value is 63.01%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(63,21,0,43)
C63M21Y0K43 
(63%,21%,0%,43%)
(0.63/0.21/0.00/0.43)	

CMYK percentages

%63.01
%21.23
%0
%42.75

Codes

Color #367392 in popluar color models

367392
RGB54115146
HSL200°46.00%39.22%
HSB/HSV200°63.01%57.25%
CMYK63.01%21.23%0.00%
42.75%

Color #367392 in popluar number systems.

HEX367392
Decimal54115146
Binary110110111001110010010
Octal66163222

Shades and tints

Shades of #367392

#367392
(54,115,146)
#326985
(50,105,133)
#2E5F78
(46,95,120)
#2A556B
(42,85,107)
#264B5E
(38,75,94)
#224151
(34,65,81)
#1E3744
(30,55,68)
#1A2D37
(26,45,55)
#16232A
(22,35,42)
#12191D
(18,25,29)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #367392

#367392
(54,115,146)
#487F9B
(72,127,155)
#5A8BA4
(90,139,164)
#6C97AD
(108,151,173)
#7EA3B6
(126,163,182)
#90AFBF
(144,175,191)
#A2BBC8
(162,187,200)
#B4C7D1
(180,199,209)
#C6D3DA
(198,211,218)
#D8DFE3
(216,223,227)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367392 color. Also use rgb(54,115,146) instead hex code.

Text Font Color

.myTextColor { color: #367392; }

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

This text font color is #367392.


Background Color

.myBgColor { background-color: #367392; }

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

This div background color is #367392.


Border color

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

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

This div border color is #367392.


Opacity

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

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

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

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

This text has shadow with #367392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367392 on black background.


Color preview on white background

This text has color #367392 on white background.



Black color preview on #367392 background

This text has black color on #367392 background.


White color preview on #367392 background

This text has white color on #367392 background.