COLOR #364F7A

HEX: #364F7A
RGB: (54,79,122)

Color info

#364F7A contains mainly green and blue colors. Web safe color of #364F7A is #336666 (or #366).

RGB color model

#364F7A color RGB value is (54,79,122).

  • red value is 54;
  • green value is 79;
  • blue value is 122.
RGB:
(54,79,122)
(21%,31%,48%)

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 122 of 255 = 48%

54
79
122

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 122 = 255 (100%)
R 54 of 255 ~ 21.18%
G 79 of 255 ~ 30.98%
B 122 of 255 ~ 47.84%

%21.18
%30.98
%47.84

CMYK color model

#364F7A color CMYK value is (56,35,0,52).

  • cyan value is 55.74%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(56,35,0,52)
C56M35Y0K52 
(56%,35%,0%,52%)
(0.56/0.35/0.00/0.52)	

CMYK percentages

%55.74
%35.25
%0
%52.16

Codes

Color #364F7A in popluar color models

364F7A
RGB5479122
HSL218°38.64%34.51%
HSB/HSV218°55.74%47.84%
CMYK55.74%35.25%0.00%
52.16%

Color #364F7A in popluar number systems.

HEX364F7A
Decimal5479122
Binary11011010011111111010
Octal66117172

Shades and tints

Shades of #364F7A

#364F7A
(54,79,122)
#32486F
(50,72,111)
#2E4164
(46,65,100)
#2A3A59
(42,58,89)
#26334E
(38,51,78)
#222C43
(34,44,67)
#1E2538
(30,37,56)
#1A1E2D
(26,30,45)
#161722
(22,23,34)
#121017
(18,16,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #364F7A

#364F7A
(54,79,122)
#485F86
(72,95,134)
#5A6F92
(90,111,146)
#6C7F9E
(108,127,158)
#7E8FAA
(126,143,170)
#909FB6
(144,159,182)
#A2AFC2
(162,175,194)
#B4BFCE
(180,191,206)
#C6CFDA
(198,207,218)
#D8DFE6
(216,223,230)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364F7A color. Also use rgb(54,79,122) instead hex code.

Text Font Color

.myTextColor { color: #364F7A; }

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

This text font color is #364F7A.


Background Color

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

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

This div background color is #364F7A.


Border color

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

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

This div border color is #364F7A.


Opacity

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

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

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

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

This text has shadow with #364F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F7A on black background.


Color preview on white background

This text has color #364F7A on white background.



Black color preview on #364F7A background

This text has black color on #364F7A background.


White color preview on #364F7A background

This text has white color on #364F7A background.