COLOR #365899

HEX: #365899
RGB: (54,88,153)

Color info

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

RGB color model

#365899 color RGB value is (54,88,153).

  • red value is 54;
  • green value is 88;
  • blue value is 153.
RGB:
(54,88,153)
(21%,35%,60%)

RGB channels and saturation

R 54 of 255 = 21%
G 88 of 255 = 35%
B 153 of 255 = 60%

54
88
153

R + G + B ~ 39%. #365899 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 88 + 153 = 295 (100%)
R 54 of 295 ~ 18.31%
G 88 of 295 ~ 29.83%
B 153 of 295 ~ 51.86%

%18.31
%29.83
%51.86

CMYK color model

#365899 color CMYK value is (65,42,0,40).

  • cyan value is 64.71%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(65,42,0,40)
C65M42Y0K40 
(65%,42%,0%,40%)
(0.65/0.42/0.00/0.40)	

CMYK percentages

%64.71
%42.48
%0
%40

Codes

Color #365899 in popluar color models

365899
RGB5488153
HSL219°47.83%40.59%
HSB/HSV219°64.71%60.00%
CMYK64.71%42.48%0.00%
40.00%

Color #365899 in popluar number systems.

HEX365899
Decimal5488153
Binary110110101100010011001
Octal66130231

Shades and tints

Shades of #365899

#365899
(54,88,153)
#32508C
(50,80,140)
#2E487F
(46,72,127)
#2A4072
(42,64,114)
#263865
(38,56,101)
#223058
(34,48,88)
#1E284B
(30,40,75)
#1A203E
(26,32,62)
#161831
(22,24,49)
#121024
(18,16,36)
#0E0817
(14,8,23)
#000000
(0,0,0)

Tints of #365899

#365899
(54,88,153)
#4867A2
(72,103,162)
#5A76AB
(90,118,171)
#6C85B4
(108,133,180)
#7E94BD
(126,148,189)
#90A3C6
(144,163,198)
#A2B2CF
(162,178,207)
#B4C1D8
(180,193,216)
#C6D0E1
(198,208,225)
#D8DFEA
(216,223,234)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365899 color. Also use rgb(54,88,153) instead hex code.

Text Font Color

.myTextColor { color: #365899; }

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

This text font color is #365899.


Background Color

.myBgColor { background-color: #365899; }

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

This div background color is #365899.


Border color

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

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

This div border color is #365899.


Opacity

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

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

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

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

This text has shadow with #365899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365899 on black background.


Color preview on white background

This text has color #365899 on white background.



Black color preview on #365899 background

This text has black color on #365899 background.


White color preview on #365899 background

This text has white color on #365899 background.