COLOR #363898

HEX: #363898
RGB: (54,56,152)

Color info

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

RGB color model

#363898 color RGB value is (54,56,152).

  • red value is 54;
  • green value is 56;
  • blue value is 152.
RGB:
(54,56,152)
(21%,22%,60%)

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 152 of 255 = 60%

54
56
152

R + G + B ~ 34%. #363898 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 152 = 262 (100%)
R 54 of 262 ~ 20.61%
G 56 of 262 ~ 21.37%
B 152 of 262 ~ 58.02%

%20.61
%21.37
%58.02

CMYK color model

#363898 color CMYK value is (64,63,0,40).

  • cyan value is 64.47%
  • magenta value is 63.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(64,63,0,40)
C64M63Y0K40 
(64%,63%,0%,40%)
(0.64/0.63/0.00/0.40)	

CMYK percentages

%64.47
%63.16
%0
%40.39

Codes

Color #363898 in popluar color models

363898
RGB5456152
HSL239°47.57%40.39%
HSB/HSV239°64.47%59.61%
CMYK64.47%63.16%0.00%
40.39%

Color #363898 in popluar number systems.

HEX363898
Decimal5456152
Binary11011011100010011000
Octal6670230

Shades and tints

Shades of #363898

#363898
(54,56,152)
#32338B
(50,51,139)
#2E2E7E
(46,46,126)
#2A2971
(42,41,113)
#262464
(38,36,100)
#221F57
(34,31,87)
#1E1A4A
(30,26,74)
#1A153D
(26,21,61)
#161030
(22,16,48)
#120B23
(18,11,35)
#0E0616
(14,6,22)
#000000
(0,0,0)

Tints of #363898

#363898
(54,56,152)
#484AA1
(72,74,161)
#5A5CAA
(90,92,170)
#6C6EB3
(108,110,179)
#7E80BC
(126,128,188)
#9092C5
(144,146,197)
#A2A4CE
(162,164,206)
#B4B6D7
(180,182,215)
#C6C8E0
(198,200,224)
#D8DAE9
(216,218,233)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363898 color. Also use rgb(54,56,152) instead hex code.

Text Font Color

.myTextColor { color: #363898; }

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

This text font color is #363898.


Background Color

.myBgColor { background-color: #363898; }

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

This div background color is #363898.


Border color

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

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

This div border color is #363898.


Opacity

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

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

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

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

This text has shadow with #363898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363898 on black background.


Color preview on white background

This text has color #363898 on white background.



Black color preview on #363898 background

This text has black color on #363898 background.


White color preview on #363898 background

This text has white color on #363898 background.