COLOR #365498

HEX: #365498
RGB: (54,84,152)

Color info

#365498 contains mainly blue color. Web safe color of #365498 is #336699 (or #369).

RGB color model

#365498 color RGB value is (54,84,152).

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

RGB channels and saturation

R 54 of 255 = 21%
G 84 of 255 = 33%
B 152 of 255 = 60%

54
84
152

R + G + B ~ 38%. #365498 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 84 + 152 = 290 (100%)
R 54 of 290 ~ 18.62%
G 84 of 290 ~ 28.97%
B 152 of 290 ~ 52.41%

%18.62
%28.97
%52.41

CMYK color model

#365498 color CMYK value is (64,45,0,40).

  • cyan value is 64.47%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(64,45,0,40)
C64M45Y0K40 
(64%,45%,0%,40%)
(0.64/0.45/0.00/0.40)	

CMYK percentages

%64.47
%44.74
%0
%40.39

Codes

Color #365498 in popluar color models

365498
RGB5484152
HSL222°47.57%40.39%
HSB/HSV222°64.47%59.61%
CMYK64.47%44.74%0.00%
40.39%

Color #365498 in popluar number systems.

HEX365498
Decimal5484152
Binary110110101010010011000
Octal66124230

Shades and tints

Shades of #365498

#365498
(54,84,152)
#324D8B
(50,77,139)
#2E467E
(46,70,126)
#2A3F71
(42,63,113)
#263864
(38,56,100)
#223157
(34,49,87)
#1E2A4A
(30,42,74)
#1A233D
(26,35,61)
#161C30
(22,28,48)
#121523
(18,21,35)
#0E0E16
(14,14,22)
#000000
(0,0,0)

Tints of #365498

#365498
(54,84,152)
#4863A1
(72,99,161)
#5A72AA
(90,114,170)
#6C81B3
(108,129,179)
#7E90BC
(126,144,188)
#909FC5
(144,159,197)
#A2AECE
(162,174,206)
#B4BDD7
(180,189,215)
#C6CCE0
(198,204,224)
#D8DBE9
(216,219,233)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365498; }

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

This text font color is #365498.


Background Color

.myBgColor { background-color: #365498; }

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

This div background color is #365498.


Border color

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

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

This div border color is #365498.


Opacity

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

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

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

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

This text has shadow with #365498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365498 on black background.


Color preview on white background

This text has color #365498 on white background.



Black color preview on #365498 background

This text has black color on #365498 background.


White color preview on #365498 background

This text has white color on #365498 background.