COLOR #363D81

HEX: #363D81
RGB: (54,61,129)

Color info

#363D81 contains mainly blue color. Web safe color of #363D81 is #333399 (or #339).

RGB color model

#363D81 color RGB value is (54,61,129).

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

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 129 of 255 = 51%

54
61
129

R + G + B ~ 32%. #363D81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 129 = 244 (100%)
R 54 of 244 ~ 22.13%
G 61 of 244 ~ 25%
B 129 of 244 ~ 52.87%

%22.13
%25
%52.87

CMYK color model

#363D81 color CMYK value is (58,53,0,49).

  • cyan value is 58.14%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(58,53,0,49)
C58M53Y0K49 
(58%,53%,0%,49%)
(0.58/0.53/0.00/0.49)	

CMYK percentages

%58.14
%52.71
%0
%49.41

Codes

Color #363D81 in popluar color models

363D81
RGB5461129
HSL234°40.98%35.88%
HSB/HSV234°58.14%50.59%
CMYK58.14%52.71%0.00%
49.41%

Color #363D81 in popluar number systems.

HEX363D81
Decimal5461129
Binary11011011110110000001
Octal6675201

Shades and tints

Shades of #363D81

#363D81
(54,61,129)
#323876
(50,56,118)
#2E336B
(46,51,107)
#2A2E60
(42,46,96)
#262955
(38,41,85)
#22244A
(34,36,74)
#1E1F3F
(30,31,63)
#1A1A34
(26,26,52)
#161529
(22,21,41)
#12101E
(18,16,30)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #363D81

#363D81
(54,61,129)
#484E8C
(72,78,140)
#5A5F97
(90,95,151)
#6C70A2
(108,112,162)
#7E81AD
(126,129,173)
#9092B8
(144,146,184)
#A2A3C3
(162,163,195)
#B4B4CE
(180,180,206)
#C6C5D9
(198,197,217)
#D8D6E4
(216,214,228)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D81; }

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

This text font color is #363D81.


Background Color

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

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

This div background color is #363D81.


Border color

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

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

This div border color is #363D81.


Opacity

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

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

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

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

This text has shadow with #363D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D81 on black background.


Color preview on white background

This text has color #363D81 on white background.



Black color preview on #363D81 background

This text has black color on #363D81 background.


White color preview on #363D81 background

This text has white color on #363D81 background.