COLOR #363377

HEX: #363377
RGB: (54,51,119)

Color info

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

RGB color model

#363377 color RGB value is (54,51,119).

  • red value is 54;
  • green value is 51;
  • blue value is 119.
RGB:
(54,51,119)
(21%,20%,47%)

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 119 of 255 = 47%

54
51
119

R + G + B ~ 29%. #363377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 119 = 224 (100%)
R 54 of 224 ~ 24.11%
G 51 of 224 ~ 22.77%
B 119 of 224 ~ 53.13%

%24.11
%22.77
%53.13

CMYK color model

#363377 color CMYK value is (55,57,0,53).

  • cyan value is 54.62%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,57,0,53)
C55M57Y0K53 
(55%,57%,0%,53%)
(0.55/0.57/0.00/0.53)	

CMYK percentages

%54.62
%57.14
%0
%53.33

Codes

Color #363377 in popluar color models

363377
RGB5451119
HSL243°40.00%33.33%
HSB/HSV243°57.14%46.67%
CMYK54.62%57.14%0.00%
53.33%

Color #363377 in popluar number systems.

HEX363377
Decimal5451119
Binary1101101100111110111
Octal6663167

Shades and tints

Shades of #363377

#363377
(54,51,119)
#322F6D
(50,47,109)
#2E2B63
(46,43,99)
#2A2759
(42,39,89)
#26234F
(38,35,79)
#221F45
(34,31,69)
#1E1B3B
(30,27,59)
#1A1731
(26,23,49)
#161327
(22,19,39)
#120F1D
(18,15,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #363377

#363377
(54,51,119)
#484583
(72,69,131)
#5A578F
(90,87,143)
#6C699B
(108,105,155)
#7E7BA7
(126,123,167)
#908DB3
(144,141,179)
#A29FBF
(162,159,191)
#B4B1CB
(180,177,203)
#C6C3D7
(198,195,215)
#D8D5E3
(216,213,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363377 color. Also use rgb(54,51,119) instead hex code.

Text Font Color

.myTextColor { color: #363377; }

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

This text font color is #363377.


Background Color

.myBgColor { background-color: #363377; }

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

This div background color is #363377.


Border color

.myBorderColor { border: 1px solid #363377; }

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

This div border color is #363377.


Opacity

.myOpacity80 { color: #363377; opacity: 0.8; }

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

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

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

This text has shadow with #363377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363377 on black background.


Color preview on white background

This text has color #363377 on white background.



Black color preview on #363377 background

This text has black color on #363377 background.


White color preview on #363377 background

This text has white color on #363377 background.