COLOR #364A92

HEX: #364A92
RGB: (54,74,146)

Color info

#364A92 contains mainly blue color. Web safe color of #364A92 is #333399 (or #339).

RGB color model

#364A92 color RGB value is (54,74,146).

  • red value is 54;
  • green value is 74;
  • blue value is 146.
RGB:
(54,74,146)
(21%,29%,57%)

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 146 of 255 = 57%

54
74
146

R + G + B ~ 36%. #364A92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 146 = 274 (100%)
R 54 of 274 ~ 19.71%
G 74 of 274 ~ 27.01%
B 146 of 274 ~ 53.28%

%19.71
%27.01
%53.28

CMYK color model

#364A92 color CMYK value is (63,49,0,43).

  • cyan value is 63.01%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(63,49,0,43)
C63M49Y0K43 
(63%,49%,0%,43%)
(0.63/0.49/0.00/0.43)	

CMYK percentages

%63.01
%49.32
%0
%42.75

Codes

Color #364A92 in popluar color models

364A92
RGB5474146
HSL227°46.00%39.22%
HSB/HSV227°63.01%57.25%
CMYK63.01%49.32%0.00%
42.75%

Color #364A92 in popluar number systems.

HEX364A92
Decimal5474146
Binary110110100101010010010
Octal66112222

Shades and tints

Shades of #364A92

#364A92
(54,74,146)
#324485
(50,68,133)
#2E3E78
(46,62,120)
#2A386B
(42,56,107)
#26325E
(38,50,94)
#222C51
(34,44,81)
#1E2644
(30,38,68)
#1A2037
(26,32,55)
#161A2A
(22,26,42)
#12141D
(18,20,29)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #364A92

#364A92
(54,74,146)
#485A9B
(72,90,155)
#5A6AA4
(90,106,164)
#6C7AAD
(108,122,173)
#7E8AB6
(126,138,182)
#909ABF
(144,154,191)
#A2AAC8
(162,170,200)
#B4BAD1
(180,186,209)
#C6CADA
(198,202,218)
#D8DAE3
(216,218,227)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364A92 color. Also use rgb(54,74,146) instead hex code.

Text Font Color

.myTextColor { color: #364A92; }

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

This text font color is #364A92.


Background Color

.myBgColor { background-color: #364A92; }

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

This div background color is #364A92.


Border color

.myBorderColor { border: 1px solid #364A92; }

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

This div border color is #364A92.


Opacity

.myOpacity80 { color: #364A92; opacity: 0.8; }

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

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

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

This text has shadow with #364A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364A92 on black background.


Color preview on white background

This text has color #364A92 on white background.



Black color preview on #364A92 background

This text has black color on #364A92 background.


White color preview on #364A92 background

This text has white color on #364A92 background.