COLOR #363A62

HEX: #363A62
RGB: (54,58,98)

Color info

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

RGB color model

#363A62 color RGB value is (54,58,98).

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

RGB channels and saturation

R 54 of 255 = 21%
G 58 of 255 = 23%
B 98 of 255 = 38%

54
58
98

R + G + B ~ 27%. #363A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 58 + 98 = 210 (100%)
R 54 of 210 ~ 25.71%
G 58 of 210 ~ 27.62%
B 98 of 210 ~ 46.67%

%25.71
%27.62
%46.67

CMYK color model

#363A62 color CMYK value is (45,41,0,62).

  • cyan value is 44.90%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(45,41,0,62)
C45M41Y0K62 
(45%,41%,0%,62%)
(0.45/0.41/0.00/0.62)	

CMYK percentages

%44.9
%40.82
%0
%61.57

Codes

Color #363A62 in popluar color models

363A62
RGB545898
HSL235°28.95%29.80%
HSB/HSV235°44.90%38.43%
CMYK44.90%40.82%0.00%
61.57%

Color #363A62 in popluar number systems.

HEX363A62
Decimal545898
Binary1101101110101100010
Octal6672142

Shades and tints

Shades of #363A62

#363A62
(54,58,98)
#32355A
(50,53,90)
#2E3052
(46,48,82)
#2A2B4A
(42,43,74)
#262642
(38,38,66)
#22213A
(34,33,58)
#1E1C32
(30,28,50)
#1A172A
(26,23,42)
#161222
(22,18,34)
#120D1A
(18,13,26)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #363A62

#363A62
(54,58,98)
#484B70
(72,75,112)
#5A5C7E
(90,92,126)
#6C6D8C
(108,109,140)
#7E7E9A
(126,126,154)
#908FA8
(144,143,168)
#A2A0B6
(162,160,182)
#B4B1C4
(180,177,196)
#C6C2D2
(198,194,210)
#D8D3E0
(216,211,224)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363A62; }

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

This text font color is #363A62.


Background Color

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

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

This div background color is #363A62.


Border color

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

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

This div border color is #363A62.


Opacity

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

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

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

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

This text has shadow with #363A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363A62 on black background.


Color preview on white background

This text has color #363A62 on white background.



Black color preview on #363A62 background

This text has black color on #363A62 background.


White color preview on #363A62 background

This text has white color on #363A62 background.