COLOR #364060

HEX: #364060
RGB: (54,64,96)

Color info

#364060 contains red, green and blue colors in about the same proportion. Web safe color of #364060 is #333366 (or #336).

RGB color model

#364060 color RGB value is (54,64,96).

  • red value is 54;
  • green value is 64;
  • blue value is 96.
RGB:
(54,64,96)
(21%,25%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 64 of 255 = 25%
B 96 of 255 = 38%

54
64
96

R + G + B ~ 28%. #364060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 64 + 96 = 214 (100%)
R 54 of 214 ~ 25.23%
G 64 of 214 ~ 29.91%
B 96 of 214 ~ 44.86%

%25.23
%29.91
%44.86

CMYK color model

#364060 color CMYK value is (44,33,0,62).

  • cyan value is 43.75%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(44,33,0,62)
C44M33Y0K62 
(44%,33%,0%,62%)
(0.44/0.33/0.00/0.62)	

CMYK percentages

%43.75
%33.33
%0
%62.35

Codes

Color #364060 in popluar color models

364060
RGB546496
HSL226°28.00%29.41%
HSB/HSV226°43.75%37.65%
CMYK43.75%33.33%0.00%
62.35%

Color #364060 in popluar number systems.

HEX364060
Decimal546496
Binary11011010000001100000
Octal66100140

Shades and tints

Shades of #364060

#364060
(54,64,96)
#323B58
(50,59,88)
#2E3650
(46,54,80)
#2A3148
(42,49,72)
#262C40
(38,44,64)
#222738
(34,39,56)
#1E2230
(30,34,48)
#1A1D28
(26,29,40)
#161820
(22,24,32)
#121318
(18,19,24)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #364060

#364060
(54,64,96)
#48516E
(72,81,110)
#5A627C
(90,98,124)
#6C738A
(108,115,138)
#7E8498
(126,132,152)
#9095A6
(144,149,166)
#A2A6B4
(162,166,180)
#B4B7C2
(180,183,194)
#C6C8D0
(198,200,208)
#D8D9DE
(216,217,222)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364060 color. Also use rgb(54,64,96) instead hex code.

Text Font Color

.myTextColor { color: #364060; }

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

This text font color is #364060.


Background Color

.myBgColor { background-color: #364060; }

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

This div background color is #364060.


Border color

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

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

This div border color is #364060.


Opacity

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

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

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

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

This text has shadow with #364060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364060 on black background.


Color preview on white background

This text has color #364060 on white background.



Black color preview on #364060 background

This text has black color on #364060 background.


White color preview on #364060 background

This text has white color on #364060 background.