COLOR #364F7B

HEX: #364F7B
RGB: (54,79,123)

Color info

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

RGB color model

#364F7B color RGB value is (54,79,123).

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

RGB channels and saturation

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

54
79
123

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 123 = 256 (100%)
R 54 of 256 ~ 21.09%
G 79 of 256 ~ 30.86%
B 123 of 256 ~ 48.05%

%21.09
%30.86
%48.05

CMYK color model

#364F7B color CMYK value is (56,36,0,52).

  • cyan value is 56.10%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(56,36,0,52)
C56M36Y0K52 
(56%,36%,0%,52%)
(0.56/0.36/0.00/0.52)	

CMYK percentages

%56.1
%35.77
%0
%51.76

Codes

Color #364F7B in popluar color models

364F7B
RGB5479123
HSL218°38.98%34.71%
HSB/HSV218°56.10%48.24%
CMYK56.10%35.77%0.00%
51.76%

Color #364F7B in popluar number systems.

HEX364F7B
Decimal5479123
Binary11011010011111111011
Octal66117173

Shades and tints

Shades of #364F7B

#364F7B
(54,79,123)
#324870
(50,72,112)
#2E4165
(46,65,101)
#2A3A5A
(42,58,90)
#26334F
(38,51,79)
#222C44
(34,44,68)
#1E2539
(30,37,57)
#1A1E2E
(26,30,46)
#161723
(22,23,35)
#121018
(18,16,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #364F7B

#364F7B
(54,79,123)
#485F87
(72,95,135)
#5A6F93
(90,111,147)
#6C7F9F
(108,127,159)
#7E8FAB
(126,143,171)
#909FB7
(144,159,183)
#A2AFC3
(162,175,195)
#B4BFCF
(180,191,207)
#C6CFDB
(198,207,219)
#D8DFE7
(216,223,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364F7B; }

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

This text font color is #364F7B.


Background Color

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

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

This div background color is #364F7B.


Border color

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

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

This div border color is #364F7B.


Opacity

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

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

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

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

This text has shadow with #364F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F7B on black background.


Color preview on white background

This text has color #364F7B on white background.



Black color preview on #364F7B background

This text has black color on #364F7B background.


White color preview on #364F7B background

This text has white color on #364F7B background.