COLOR #363D73

HEX: #363D73
RGB: (54,61,115)

Color info

#363D73 contains mainly green and blue colors. Web safe color of #363D73 is #333366 (or #336).

RGB color model

#363D73 color RGB value is (54,61,115).

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

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 115 of 255 = 45%

54
61
115

R + G + B ~ 30%. #363D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 115 = 230 (100%)
R 54 of 230 ~ 23.48%
G 61 of 230 ~ 26.52%
B 115 of 230 ~ 50%

%23.48
%26.52
%50

CMYK color model

#363D73 color CMYK value is (53,47,0,55).

  • cyan value is 53.04%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(53,47,0,55)
C53M47Y0K55 
(53%,47%,0%,55%)
(0.53/0.47/0.00/0.55)	

CMYK percentages

%53.04
%46.96
%0
%54.9

Codes

Color #363D73 in popluar color models

363D73
RGB5461115
HSL233°36.09%33.14%
HSB/HSV233°53.04%45.10%
CMYK53.04%46.96%0.00%
54.90%

Color #363D73 in popluar number systems.

HEX363D73
Decimal5461115
Binary1101101111011110011
Octal6675163

Shades and tints

Shades of #363D73

#363D73
(54,61,115)
#323869
(50,56,105)
#2E335F
(46,51,95)
#2A2E55
(42,46,85)
#26294B
(38,41,75)
#222441
(34,36,65)
#1E1F37
(30,31,55)
#1A1A2D
(26,26,45)
#161523
(22,21,35)
#121019
(18,16,25)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #363D73

#363D73
(54,61,115)
#484E7F
(72,78,127)
#5A5F8B
(90,95,139)
#6C7097
(108,112,151)
#7E81A3
(126,129,163)
#9092AF
(144,146,175)
#A2A3BB
(162,163,187)
#B4B4C7
(180,180,199)
#C6C5D3
(198,197,211)
#D8D6DF
(216,214,223)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D73; }

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

This text font color is #363D73.


Background Color

.myBgColor { background-color: #363D73; }

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

This div background color is #363D73.


Border color

.myBorderColor { border: 1px solid #363D73; }

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

This div border color is #363D73.


Opacity

.myOpacity80 { color: #363D73; opacity: 0.8; }

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

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

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

This text has shadow with #363D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D73 on black background.


Color preview on white background

This text has color #363D73 on white background.



Black color preview on #363D73 background

This text has black color on #363D73 background.


White color preview on #363D73 background

This text has white color on #363D73 background.