COLOR #365C9C

HEX: #365C9C
RGB: (54,92,156)

Color info

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

RGB color model

#365C9C color RGB value is (54,92,156).

  • red value is 54;
  • green value is 92;
  • blue value is 156.
RGB:
(54,92,156)
(21%,36%,61%)

RGB channels and saturation

R 54 of 255 = 21%
G 92 of 255 = 36%
B 156 of 255 = 61%

54
92
156

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

Portions of RGB colors in percentages

R + G + B =
54 + 92 + 156 = 302 (100%)
R 54 of 302 ~ 17.88%
G 92 of 302 ~ 30.46%
B 156 of 302 ~ 51.66%

%17.88
%30.46
%51.66

CMYK color model

#365C9C color CMYK value is (65,41,0,39).

  • cyan value is 65.38%
  • magenta value is 41.03%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(65,41,0,39)
C65M41Y0K39 
(65%,41%,0%,39%)
(0.65/0.41/0.00/0.39)	

CMYK percentages

%65.38
%41.03
%0
%38.82

Codes

Color #365C9C in popluar color models

365C9C
RGB5492156
HSL218°48.57%41.18%
HSB/HSV218°65.38%61.18%
CMYK65.38%41.03%0.00%
38.82%

Color #365C9C in popluar number systems.

HEX365C9C
Decimal5492156
Binary110110101110010011100
Octal66134234

Shades and tints

Shades of #365C9C

#365C9C
(54,92,156)
#32548E
(50,84,142)
#2E4C80
(46,76,128)
#2A4472
(42,68,114)
#263C64
(38,60,100)
#223456
(34,52,86)
#1E2C48
(30,44,72)
#1A243A
(26,36,58)
#161C2C
(22,28,44)
#12141E
(18,20,30)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #365C9C

#365C9C
(54,92,156)
#486AA5
(72,106,165)
#5A78AE
(90,120,174)
#6C86B7
(108,134,183)
#7E94C0
(126,148,192)
#90A2C9
(144,162,201)
#A2B0D2
(162,176,210)
#B4BEDB
(180,190,219)
#C6CCE4
(198,204,228)
#D8DAED
(216,218,237)
#EAE8F6
(234,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365C9C color. Also use rgb(54,92,156) instead hex code.

Text Font Color

.myTextColor { color: #365C9C; }

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

This text font color is #365C9C.


Background Color

.myBgColor { background-color: #365C9C; }

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

This div background color is #365C9C.


Border color

.myBorderColor { border: 1px solid #365C9C; }

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

This div border color is #365C9C.


Opacity

.myOpacity80 { color: #365C9C; opacity: 0.8; }

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

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

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

This text has shadow with #365C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365C9C on black background.


Color preview on white background

This text has color #365C9C on white background.



Black color preview on #365C9C background

This text has black color on #365C9C background.


White color preview on #365C9C background

This text has white color on #365C9C background.