COLOR #363362

HEX: #363362
RGB: (54,51,98)

Color info

#363362 contains red, green and blue colors in about the same proportion. Web safe color of #363362 is #333366 (or #336).

RGB color model

#363362 color RGB value is (54,51,98).

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

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 98 of 255 = 38%

54
51
98

R + G + B ~ 26%. #363362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 98 = 203 (100%)
R 54 of 203 ~ 26.6%
G 51 of 203 ~ 25.12%
B 98 of 203 ~ 48.28%

%26.6
%25.12
%48.28

CMYK color model

#363362 color CMYK value is (45,48,0,62).

  • cyan value is 44.90%
  • magenta value is 47.96%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(45,48,0,62)
C45M48Y0K62 
(45%,48%,0%,62%)
(0.45/0.48/0.00/0.62)	

CMYK percentages

%44.9
%47.96
%0
%61.57

Codes

Color #363362 in popluar color models

363362
RGB545198
HSL244°31.54%29.22%
HSB/HSV244°47.96%38.43%
CMYK44.90%47.96%0.00%
61.57%

Color #363362 in popluar number systems.

HEX363362
Decimal545198
Binary1101101100111100010
Octal6663142

Shades and tints

Shades of #363362

#363362
(54,51,98)
#322F5A
(50,47,90)
#2E2B52
(46,43,82)
#2A274A
(42,39,74)
#262342
(38,35,66)
#221F3A
(34,31,58)
#1E1B32
(30,27,50)
#1A172A
(26,23,42)
#161322
(22,19,34)
#120F1A
(18,15,26)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #363362

#363362
(54,51,98)
#484570
(72,69,112)
#5A577E
(90,87,126)
#6C698C
(108,105,140)
#7E7B9A
(126,123,154)
#908DA8
(144,141,168)
#A29FB6
(162,159,182)
#B4B1C4
(180,177,196)
#C6C3D2
(198,195,210)
#D8D5E0
(216,213,224)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363362; }

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

This text font color is #363362.


Background Color

.myBgColor { background-color: #363362; }

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

This div background color is #363362.


Border color

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

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

This div border color is #363362.


Opacity

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

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

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

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

This text has shadow with #363362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363362 on black background.


Color preview on white background

This text has color #363362 on white background.



Black color preview on #363362 background

This text has black color on #363362 background.


White color preview on #363362 background

This text has white color on #363362 background.