COLOR #365194

HEX: #365194
RGB: (54,81,148)

Color info

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

RGB color model

#365194 color RGB value is (54,81,148).

  • red value is 54;
  • green value is 81;
  • blue value is 148.
RGB:
(54,81,148)
(21%,32%,58%)

RGB channels and saturation

R 54 of 255 = 21%
G 81 of 255 = 32%
B 148 of 255 = 58%

54
81
148

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

Portions of RGB colors in percentages

R + G + B =
54 + 81 + 148 = 283 (100%)
R 54 of 283 ~ 19.08%
G 81 of 283 ~ 28.62%
B 148 of 283 ~ 52.3%

%19.08
%28.62
%52.3

CMYK color model

#365194 color CMYK value is (64,45,0,42).

  • cyan value is 63.51%
  • magenta value is 45.27%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(64,45,0,42)
C64M45Y0K42 
(64%,45%,0%,42%)
(0.64/0.45/0.00/0.42)	

CMYK percentages

%63.51
%45.27
%0
%41.96

Codes

Color #365194 in popluar color models

365194
RGB5481148
HSL223°46.53%39.61%
HSB/HSV223°63.51%58.04%
CMYK63.51%45.27%0.00%
41.96%

Color #365194 in popluar number systems.

HEX365194
Decimal5481148
Binary110110101000110010100
Octal66121224

Shades and tints

Shades of #365194

#365194
(54,81,148)
#324A87
(50,74,135)
#2E437A
(46,67,122)
#2A3C6D
(42,60,109)
#263560
(38,53,96)
#222E53
(34,46,83)
#1E2746
(30,39,70)
#1A2039
(26,32,57)
#16192C
(22,25,44)
#12121F
(18,18,31)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #365194

#365194
(54,81,148)
#48609D
(72,96,157)
#5A6FA6
(90,111,166)
#6C7EAF
(108,126,175)
#7E8DB8
(126,141,184)
#909CC1
(144,156,193)
#A2ABCA
(162,171,202)
#B4BAD3
(180,186,211)
#C6C9DC
(198,201,220)
#D8D8E5
(216,216,229)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365194 color. Also use rgb(54,81,148) instead hex code.

Text Font Color

.myTextColor { color: #365194; }

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

This text font color is #365194.


Background Color

.myBgColor { background-color: #365194; }

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

This div background color is #365194.


Border color

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

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

This div border color is #365194.


Opacity

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

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

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

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

This text has shadow with #365194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365194 on black background.


Color preview on white background

This text has color #365194 on white background.



Black color preview on #365194 background

This text has black color on #365194 background.


White color preview on #365194 background

This text has white color on #365194 background.