COLOR #363CAC

HEX: #363CAC
RGB: (54,60,172)

Color info

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

RGB color model

#363CAC color RGB value is (54,60,172).

  • red value is 54;
  • green value is 60;
  • blue value is 172.
RGB:
(54,60,172)
(21%,24%,67%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 172 of 255 = 67%

54
60
172

R + G + B ~ 37%. #363CAC is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 60 + 172 = 286 (100%)
R 54 of 286 ~ 18.88%
G 60 of 286 ~ 20.98%
B 172 of 286 ~ 60.14%

%18.88
%20.98
%60.14

CMYK color model

#363CAC color CMYK value is (69,65,0,33).

  • cyan value is 68.60%
  • magenta value is 65.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(69,65,0,33)
C69M65Y0K33 
(69%,65%,0%,33%)
(0.69/0.65/0.00/0.33)	

CMYK percentages

%68.6
%65.12
%0
%32.55

Codes

Color #363CAC in popluar color models

363CAC
RGB5460172
HSL237°52.21%44.31%
HSB/HSV237°68.60%67.45%
CMYK68.60%65.12%0.00%
32.55%

Color #363CAC in popluar number systems.

HEX363CAC
Decimal5460172
Binary11011011110010101100
Octal6674254

Shades and tints

Shades of #363CAC

#363CAC
(54,60,172)
#32379D
(50,55,157)
#2E328E
(46,50,142)
#2A2D7F
(42,45,127)
#262870
(38,40,112)
#222361
(34,35,97)
#1E1E52
(30,30,82)
#1A1943
(26,25,67)
#161434
(22,20,52)
#120F25
(18,15,37)
#0E0A16
(14,10,22)
#000000
(0,0,0)

Tints of #363CAC

#363CAC
(54,60,172)
#484DB3
(72,77,179)
#5A5EBA
(90,94,186)
#6C6FC1
(108,111,193)
#7E80C8
(126,128,200)
#9091CF
(144,145,207)
#A2A2D6
(162,162,214)
#B4B3DD
(180,179,221)
#C6C4E4
(198,196,228)
#D8D5EB
(216,213,235)
#EAE6F2
(234,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363CAC color. Also use rgb(54,60,172) instead hex code.

Text Font Color

.myTextColor { color: #363CAC; }

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

This text font color is #363CAC.


Background Color

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

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

This div background color is #363CAC.


Border color

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

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

This div border color is #363CAC.


Opacity

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

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

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

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

This text has shadow with #363CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363CAC on black background.


Color preview on white background

This text has color #363CAC on white background.



Black color preview on #363CAC background

This text has black color on #363CAC background.


White color preview on #363CAC background

This text has white color on #363CAC background.