COLOR #364A62

HEX: #364A62
RGB: (54,74,98)

Color info

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

RGB color model

#364A62 color RGB value is (54,74,98).

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

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 98 of 255 = 38%

54
74
98

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

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 98 = 226 (100%)
R 54 of 226 ~ 23.89%
G 74 of 226 ~ 32.74%
B 98 of 226 ~ 43.36%

%23.89
%32.74
%43.36

CMYK color model

#364A62 color CMYK value is (45,24,0,62).

  • cyan value is 44.90%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(45,24,0,62)
C45M24Y0K62 
(45%,24%,0%,62%)
(0.45/0.24/0.00/0.62)	

CMYK percentages

%44.9
%24.49
%0
%61.57

Codes

Color #364A62 in popluar color models

364A62
RGB547498
HSL213°28.95%29.80%
HSB/HSV213°44.90%38.43%
CMYK44.90%24.49%0.00%
61.57%

Color #364A62 in popluar number systems.

HEX364A62
Decimal547498
Binary11011010010101100010
Octal66112142

Shades and tints

Shades of #364A62

#364A62
(54,74,98)
#32445A
(50,68,90)
#2E3E52
(46,62,82)
#2A384A
(42,56,74)
#263242
(38,50,66)
#222C3A
(34,44,58)
#1E2632
(30,38,50)
#1A202A
(26,32,42)
#161A22
(22,26,34)
#12141A
(18,20,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #364A62

#364A62
(54,74,98)
#485A70
(72,90,112)
#5A6A7E
(90,106,126)
#6C7A8C
(108,122,140)
#7E8A9A
(126,138,154)
#909AA8
(144,154,168)
#A2AAB6
(162,170,182)
#B4BAC4
(180,186,196)
#C6CAD2
(198,202,210)
#D8DAE0
(216,218,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364A62; }

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

This text font color is #364A62.


Background Color

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

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

This div background color is #364A62.


Border color

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

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

This div border color is #364A62.


Opacity

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

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

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

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

This text has shadow with #364A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364A62 on black background.


Color preview on white background

This text has color #364A62 on white background.



Black color preview on #364A62 background

This text has black color on #364A62 background.


White color preview on #364A62 background

This text has white color on #364A62 background.