COLOR #364066

HEX: #364066
RGB: (54,64,102)

Color info

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

RGB color model

#364066 color RGB value is (54,64,102).

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

RGB channels and saturation

R 54 of 255 = 21%
G 64 of 255 = 25%
B 102 of 255 = 40%

54
64
102

R + G + B ~ 29%. #364066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 64 + 102 = 220 (100%)
R 54 of 220 ~ 24.55%
G 64 of 220 ~ 29.09%
B 102 of 220 ~ 46.36%

%24.55
%29.09
%46.36

CMYK color model

#364066 color CMYK value is (47,37,0,60).

  • cyan value is 47.06%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(47,37,0,60)
C47M37Y0K60 
(47%,37%,0%,60%)
(0.47/0.37/0.00/0.60)	

CMYK percentages

%47.06
%37.25
%0
%60

Codes

Color #364066 in popluar color models

364066
RGB5464102
HSL228°30.77%30.59%
HSB/HSV228°47.06%40.00%
CMYK47.06%37.25%0.00%
60.00%

Color #364066 in popluar number systems.

HEX364066
Decimal5464102
Binary11011010000001100110
Octal66100146

Shades and tints

Shades of #364066

#364066
(54,64,102)
#323B5D
(50,59,93)
#2E3654
(46,54,84)
#2A314B
(42,49,75)
#262C42
(38,44,66)
#222739
(34,39,57)
#1E2230
(30,34,48)
#1A1D27
(26,29,39)
#16181E
(22,24,30)
#121315
(18,19,21)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #364066

#364066
(54,64,102)
#485173
(72,81,115)
#5A6280
(90,98,128)
#6C738D
(108,115,141)
#7E849A
(126,132,154)
#9095A7
(144,149,167)
#A2A6B4
(162,166,180)
#B4B7C1
(180,183,193)
#C6C8CE
(198,200,206)
#D8D9DB
(216,217,219)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364066; }

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

This text font color is #364066.


Background Color

.myBgColor { background-color: #364066; }

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

This div background color is #364066.


Border color

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

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

This div border color is #364066.


Opacity

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

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

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

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

This text has shadow with #364066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364066 on black background.


Color preview on white background

This text has color #364066 on white background.



Black color preview on #364066 background

This text has black color on #364066 background.


White color preview on #364066 background

This text has white color on #364066 background.