COLOR #36508E

HEX: #36508E
RGB: (54,80,142)

Color info

#36508E contains mainly blue color. Web safe color of #36508E is #336699 (or #369).

RGB color model

#36508E color RGB value is (54,80,142).

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

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 142 of 255 = 56%

54
80
142

R + G + B ~ 36%. #36508E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 142 = 276 (100%)
R 54 of 276 ~ 19.57%
G 80 of 276 ~ 28.99%
B 142 of 276 ~ 51.45%

%19.57
%28.99
%51.45

CMYK color model

#36508E color CMYK value is (62,44,0,44).

  • cyan value is 61.97%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(62,44,0,44)
C62M44Y0K44 
(62%,44%,0%,44%)
(0.62/0.44/0.00/0.44)	

CMYK percentages

%61.97
%43.66
%0
%44.31

Codes

Color #36508E in popluar color models

36508E
RGB5480142
HSL222°44.90%38.43%
HSB/HSV222°61.97%55.69%
CMYK61.97%43.66%0.00%
44.31%

Color #36508E in popluar number systems.

HEX36508E
Decimal5480142
Binary110110101000010001110
Octal66120216

Shades and tints

Shades of #36508E

#36508E
(54,80,142)
#324982
(50,73,130)
#2E4276
(46,66,118)
#2A3B6A
(42,59,106)
#26345E
(38,52,94)
#222D52
(34,45,82)
#1E2646
(30,38,70)
#1A1F3A
(26,31,58)
#16182E
(22,24,46)
#121122
(18,17,34)
#0E0A16
(14,10,22)
#000000
(0,0,0)

Tints of #36508E

#36508E
(54,80,142)
#485F98
(72,95,152)
#5A6EA2
(90,110,162)
#6C7DAC
(108,125,172)
#7E8CB6
(126,140,182)
#909BC0
(144,155,192)
#A2AACA
(162,170,202)
#B4B9D4
(180,185,212)
#C6C8DE
(198,200,222)
#D8D7E8
(216,215,232)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36508E; }

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

This text font color is #36508E.


Background Color

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

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

This div background color is #36508E.


Border color

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

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

This div border color is #36508E.


Opacity

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

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

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

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

This text has shadow with #36508E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36508E on black background.


Color preview on white background

This text has color #36508E on white background.



Black color preview on #36508E background

This text has black color on #36508E background.


White color preview on #36508E background

This text has white color on #36508E background.