COLOR #364385

HEX: #364385
RGB: (54,67,133)

Color info

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

RGB color model

#364385 color RGB value is (54,67,133).

  • red value is 54;
  • green value is 67;
  • blue value is 133.
RGB:
(54,67,133)
(21%,26%,52%)

RGB channels and saturation

R 54 of 255 = 21%
G 67 of 255 = 26%
B 133 of 255 = 52%

54
67
133

R + G + B ~ 33%. #364385 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 67 + 133 = 254 (100%)
R 54 of 254 ~ 21.26%
G 67 of 254 ~ 26.38%
B 133 of 254 ~ 52.36%

%21.26
%26.38
%52.36

CMYK color model

#364385 color CMYK value is (59,50,0,48).

  • cyan value is 59.40%
  • magenta value is 49.62%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(59,50,0,48)
C59M50Y0K48 
(59%,50%,0%,48%)
(0.59/0.50/0.00/0.48)	

CMYK percentages

%59.4
%49.62
%0
%47.84

Codes

Color #364385 in popluar color models

364385
RGB5467133
HSL230°42.25%36.67%
HSB/HSV230°59.40%52.16%
CMYK59.40%49.62%0.00%
47.84%

Color #364385 in popluar number systems.

HEX364385
Decimal5467133
Binary110110100001110000101
Octal66103205

Shades and tints

Shades of #364385

#364385
(54,67,133)
#323D79
(50,61,121)
#2E376D
(46,55,109)
#2A3161
(42,49,97)
#262B55
(38,43,85)
#222549
(34,37,73)
#1E1F3D
(30,31,61)
#1A1931
(26,25,49)
#161325
(22,19,37)
#120D19
(18,13,25)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #364385

#364385
(54,67,133)
#485490
(72,84,144)
#5A659B
(90,101,155)
#6C76A6
(108,118,166)
#7E87B1
(126,135,177)
#9098BC
(144,152,188)
#A2A9C7
(162,169,199)
#B4BAD2
(180,186,210)
#C6CBDD
(198,203,221)
#D8DCE8
(216,220,232)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364385 color. Also use rgb(54,67,133) instead hex code.

Text Font Color

.myTextColor { color: #364385; }

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

This text font color is #364385.


Background Color

.myBgColor { background-color: #364385; }

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

This div background color is #364385.


Border color

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

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

This div border color is #364385.


Opacity

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

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

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

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

This text has shadow with #364385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364385 on black background.


Color preview on white background

This text has color #364385 on white background.



Black color preview on #364385 background

This text has black color on #364385 background.


White color preview on #364385 background

This text has white color on #364385 background.