COLOR #363D7D

HEX: #363D7D
RGB: (54,61,125)

Color info

#363D7D contains mainly blue color. Web safe color of #363D7D is #333366 (or #336).

RGB color model

#363D7D color RGB value is (54,61,125).

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

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 125 of 255 = 49%

54
61
125

R + G + B ~ 31%. #363D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 125 = 240 (100%)
R 54 of 240 ~ 22.5%
G 61 of 240 ~ 25.42%
B 125 of 240 ~ 52.08%

%22.5
%25.42
%52.08

CMYK color model

#363D7D color CMYK value is (57,51,0,51).

  • cyan value is 56.80%
  • magenta value is 51.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(57,51,0,51)
C57M51Y0K51 
(57%,51%,0%,51%)
(0.57/0.51/0.00/0.51)	

CMYK percentages

%56.8
%51.2
%0
%50.98

Codes

Color #363D7D in popluar color models

363D7D
RGB5461125
HSL234°39.66%35.10%
HSB/HSV234°56.80%49.02%
CMYK56.80%51.20%0.00%
50.98%

Color #363D7D in popluar number systems.

HEX363D7D
Decimal5461125
Binary1101101111011111101
Octal6675175

Shades and tints

Shades of #363D7D

#363D7D
(54,61,125)
#323872
(50,56,114)
#2E3367
(46,51,103)
#2A2E5C
(42,46,92)
#262951
(38,41,81)
#222446
(34,36,70)
#1E1F3B
(30,31,59)
#1A1A30
(26,26,48)
#161525
(22,21,37)
#12101A
(18,16,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #363D7D

#363D7D
(54,61,125)
#484E88
(72,78,136)
#5A5F93
(90,95,147)
#6C709E
(108,112,158)
#7E81A9
(126,129,169)
#9092B4
(144,146,180)
#A2A3BF
(162,163,191)
#B4B4CA
(180,180,202)
#C6C5D5
(198,197,213)
#D8D6E0
(216,214,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D7D; }

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

This text font color is #363D7D.


Background Color

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

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

This div background color is #363D7D.


Border color

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

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

This div border color is #363D7D.


Opacity

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

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

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

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

This text has shadow with #363D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D7D on black background.


Color preview on white background

This text has color #363D7D on white background.



Black color preview on #363D7D background

This text has black color on #363D7D background.


White color preview on #363D7D background

This text has white color on #363D7D background.