COLOR #367588

HEX: #367588
RGB: (54,117,136)

Color info

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

RGB color model

#367588 color RGB value is (54,117,136).

  • red value is 54;
  • green value is 117;
  • blue value is 136.
RGB:
(54,117,136)
(21%,46%,53%)

RGB channels and saturation

R 54 of 255 = 21%
G 117 of 255 = 46%
B 136 of 255 = 53%

54
117
136

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

Portions of RGB colors in percentages

R + G + B =
54 + 117 + 136 = 307 (100%)
R 54 of 307 ~ 17.59%
G 117 of 307 ~ 38.11%
B 136 of 307 ~ 44.3%

%17.59
%38.11
%44.3

CMYK color model

#367588 color CMYK value is (60,14,0,47).

  • cyan value is 60.29%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(60,14,0,47)
C60M14Y0K47 
(60%,14%,0%,47%)
(0.60/0.14/0.00/0.47)	

CMYK percentages

%60.29
%13.97
%0
%46.67

Codes

Color #367588 in popluar color models

367588
RGB54117136
HSL194°43.16%37.25%
HSB/HSV194°60.29%53.33%
CMYK60.29%13.97%0.00%
46.67%

Color #367588 in popluar number systems.

HEX367588
Decimal54117136
Binary110110111010110001000
Octal66165210

Shades and tints

Shades of #367588

#367588
(54,117,136)
#326B7C
(50,107,124)
#2E6170
(46,97,112)
#2A5764
(42,87,100)
#264D58
(38,77,88)
#22434C
(34,67,76)
#1E3940
(30,57,64)
#1A2F34
(26,47,52)
#162528
(22,37,40)
#121B1C
(18,27,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #367588

#367588
(54,117,136)
#488192
(72,129,146)
#5A8D9C
(90,141,156)
#6C99A6
(108,153,166)
#7EA5B0
(126,165,176)
#90B1BA
(144,177,186)
#A2BDC4
(162,189,196)
#B4C9CE
(180,201,206)
#C6D5D8
(198,213,216)
#D8E1E2
(216,225,226)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367588 color. Also use rgb(54,117,136) instead hex code.

Text Font Color

.myTextColor { color: #367588; }

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

This text font color is #367588.


Background Color

.myBgColor { background-color: #367588; }

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

This div background color is #367588.


Border color

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

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

This div border color is #367588.


Opacity

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

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

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

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

This text has shadow with #367588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367588 on black background.


Color preview on white background

This text has color #367588 on white background.



Black color preview on #367588 background

This text has black color on #367588 background.


White color preview on #367588 background

This text has white color on #367588 background.