COLOR #364765

HEX: #364765
RGB: (54,71,101)

Color info

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

RGB color model

#364765 color RGB value is (54,71,101).

  • red value is 54;
  • green value is 71;
  • blue value is 101.
RGB:
(54,71,101)
(21%,28%,40%)

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 101 of 255 = 40%

54
71
101

R + G + B ~ 30%. #364765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 101 = 226 (100%)
R 54 of 226 ~ 23.89%
G 71 of 226 ~ 31.42%
B 101 of 226 ~ 44.69%

%23.89
%31.42
%44.69

CMYK color model

#364765 color CMYK value is (47,30,0,60).

  • cyan value is 46.53%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(47,30,0,60)
C47M30Y0K60 
(47%,30%,0%,60%)
(0.47/0.30/0.00/0.60)	

CMYK percentages

%46.53
%29.7
%0
%60.39

Codes

Color #364765 in popluar color models

364765
RGB5471101
HSL218°30.32%30.39%
HSB/HSV218°46.53%39.61%
CMYK46.53%29.70%0.00%
60.39%

Color #364765 in popluar number systems.

HEX364765
Decimal5471101
Binary11011010001111100101
Octal66107145

Shades and tints

Shades of #364765

#364765
(54,71,101)
#32415C
(50,65,92)
#2E3B53
(46,59,83)
#2A354A
(42,53,74)
#262F41
(38,47,65)
#222938
(34,41,56)
#1E232F
(30,35,47)
#1A1D26
(26,29,38)
#16171D
(22,23,29)
#121114
(18,17,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #364765

#364765
(54,71,101)
#485773
(72,87,115)
#5A6781
(90,103,129)
#6C778F
(108,119,143)
#7E879D
(126,135,157)
#9097AB
(144,151,171)
#A2A7B9
(162,167,185)
#B4B7C7
(180,183,199)
#C6C7D5
(198,199,213)
#D8D7E3
(216,215,227)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364765 color. Also use rgb(54,71,101) instead hex code.

Text Font Color

.myTextColor { color: #364765; }

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

This text font color is #364765.


Background Color

.myBgColor { background-color: #364765; }

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

This div background color is #364765.


Border color

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

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

This div border color is #364765.


Opacity

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

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

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

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

This text has shadow with #364765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364765 on black background.


Color preview on white background

This text has color #364765 on white background.



Black color preview on #364765 background

This text has black color on #364765 background.


White color preview on #364765 background

This text has white color on #364765 background.