COLOR #36587A

HEX: #36587A
RGB: (54,88,122)

Color info

#36587A contains mainly green and blue colors. Web safe color of #36587A is #336666 (or #366).

RGB color model

#36587A color RGB value is (54,88,122).

  • red value is 54;
  • green value is 88;
  • blue value is 122.
RGB:
(54,88,122)
(21%,35%,48%)

RGB channels and saturation

R 54 of 255 = 21%
G 88 of 255 = 35%
B 122 of 255 = 48%

54
88
122

R + G + B ~ 35%. #36587A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 88 + 122 = 264 (100%)
R 54 of 264 ~ 20.45%
G 88 of 264 ~ 33.33%
B 122 of 264 ~ 46.21%

%20.45
%33.33
%46.21

CMYK color model

#36587A color CMYK value is (56,28,0,52).

  • cyan value is 55.74%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(56,28,0,52)
C56M28Y0K52 
(56%,28%,0%,52%)
(0.56/0.28/0.00/0.52)	

CMYK percentages

%55.74
%27.87
%0
%52.16

Codes

Color #36587A in popluar color models

36587A
RGB5488122
HSL210°38.64%34.51%
HSB/HSV210°55.74%47.84%
CMYK55.74%27.87%0.00%
52.16%

Color #36587A in popluar number systems.

HEX36587A
Decimal5488122
Binary11011010110001111010
Octal66130172

Shades and tints

Shades of #36587A

#36587A
(54,88,122)
#32506F
(50,80,111)
#2E4864
(46,72,100)
#2A4059
(42,64,89)
#26384E
(38,56,78)
#223043
(34,48,67)
#1E2838
(30,40,56)
#1A202D
(26,32,45)
#161822
(22,24,34)
#121017
(18,16,23)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #36587A

#36587A
(54,88,122)
#486786
(72,103,134)
#5A7692
(90,118,146)
#6C859E
(108,133,158)
#7E94AA
(126,148,170)
#90A3B6
(144,163,182)
#A2B2C2
(162,178,194)
#B4C1CE
(180,193,206)
#C6D0DA
(198,208,218)
#D8DFE6
(216,223,230)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36587A color. Also use rgb(54,88,122) instead hex code.

Text Font Color

.myTextColor { color: #36587A; }

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

This text font color is #36587A.


Background Color

.myBgColor { background-color: #36587A; }

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

This div background color is #36587A.


Border color

.myBorderColor { border: 1px solid #36587A; }

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

This div border color is #36587A.


Opacity

.myOpacity80 { color: #36587A; opacity: 0.8; }

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

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

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

This text has shadow with #36587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36587A on black background.


Color preview on white background

This text has color #36587A on white background.



Black color preview on #36587A background

This text has black color on #36587A background.


White color preview on #36587A background

This text has white color on #36587A background.