COLOR #36507E

HEX: #36507E
RGB: (54,80,126)

Color info

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

RGB color model

#36507E color RGB value is (54,80,126).

  • red value is 54;
  • green value is 80;
  • blue value is 126.
RGB:
(54,80,126)
(21%,31%,49%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 126 of 255 = 49%

54
80
126

R + G + B ~ 34%. #36507E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 126 = 260 (100%)
R 54 of 260 ~ 20.77%
G 80 of 260 ~ 30.77%
B 126 of 260 ~ 48.46%

%20.77
%30.77
%48.46

CMYK color model

#36507E color CMYK value is (57,37,0,51).

  • cyan value is 57.14%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(57,37,0,51)
C57M37Y0K51 
(57%,37%,0%,51%)
(0.57/0.37/0.00/0.51)	

CMYK percentages

%57.14
%36.51
%0
%50.59

Codes

Color #36507E in popluar color models

36507E
RGB5480126
HSL218°40.00%35.29%
HSB/HSV218°57.14%49.41%
CMYK57.14%36.51%0.00%
50.59%

Color #36507E in popluar number systems.

HEX36507E
Decimal5480126
Binary11011010100001111110
Octal66120176

Shades and tints

Shades of #36507E

#36507E
(54,80,126)
#324973
(50,73,115)
#2E4268
(46,66,104)
#2A3B5D
(42,59,93)
#263452
(38,52,82)
#222D47
(34,45,71)
#1E263C
(30,38,60)
#1A1F31
(26,31,49)
#161826
(22,24,38)
#12111B
(18,17,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #36507E

#36507E
(54,80,126)
#485F89
(72,95,137)
#5A6E94
(90,110,148)
#6C7D9F
(108,125,159)
#7E8CAA
(126,140,170)
#909BB5
(144,155,181)
#A2AAC0
(162,170,192)
#B4B9CB
(180,185,203)
#C6C8D6
(198,200,214)
#D8D7E1
(216,215,225)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36507E color. Also use rgb(54,80,126) instead hex code.

Text Font Color

.myTextColor { color: #36507E; }

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

This text font color is #36507E.


Background Color

.myBgColor { background-color: #36507E; }

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

This div background color is #36507E.


Border color

.myBorderColor { border: 1px solid #36507E; }

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

This div border color is #36507E.


Opacity

.myOpacity80 { color: #36507E; opacity: 0.8; }

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

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

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

This text has shadow with #36507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36507E on black background.


Color preview on white background

This text has color #36507E on white background.



Black color preview on #36507E background

This text has black color on #36507E background.


White color preview on #36507E background

This text has white color on #36507E background.