COLOR #365D72

HEX: #365D72
RGB: (54,93,114)

Color info

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

RGB color model

#365D72 color RGB value is (54,93,114).

  • red value is 54;
  • green value is 93;
  • blue value is 114.
RGB:
(54,93,114)
(21%,36%,45%)

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 114 of 255 = 45%

54
93
114

R + G + B ~ 34%. #365D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 114 = 261 (100%)
R 54 of 261 ~ 20.69%
G 93 of 261 ~ 35.63%
B 114 of 261 ~ 43.68%

%20.69
%35.63
%43.68

CMYK color model

#365D72 color CMYK value is (53,18,0,55).

  • cyan value is 52.63%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,18,0,55)
C53M18Y0K55 
(53%,18%,0%,55%)
(0.53/0.18/0.00/0.55)	

CMYK percentages

%52.63
%18.42
%0
%55.29

Codes

Color #365D72 in popluar color models

365D72
RGB5493114
HSL201°35.71%32.94%
HSB/HSV201°52.63%44.71%
CMYK52.63%18.42%0.00%
55.29%

Color #365D72 in popluar number systems.

HEX365D72
Decimal5493114
Binary11011010111011110010
Octal66135162

Shades and tints

Shades of #365D72

#365D72
(54,93,114)
#325568
(50,85,104)
#2E4D5E
(46,77,94)
#2A4554
(42,69,84)
#263D4A
(38,61,74)
#223540
(34,53,64)
#1E2D36
(30,45,54)
#1A252C
(26,37,44)
#161D22
(22,29,34)
#121518
(18,21,24)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #365D72

#365D72
(54,93,114)
#486B7E
(72,107,126)
#5A798A
(90,121,138)
#6C8796
(108,135,150)
#7E95A2
(126,149,162)
#90A3AE
(144,163,174)
#A2B1BA
(162,177,186)
#B4BFC6
(180,191,198)
#C6CDD2
(198,205,210)
#D8DBDE
(216,219,222)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365D72 color. Also use rgb(54,93,114) instead hex code.

Text Font Color

.myTextColor { color: #365D72; }

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

This text font color is #365D72.


Background Color

.myBgColor { background-color: #365D72; }

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

This div background color is #365D72.


Border color

.myBorderColor { border: 1px solid #365D72; }

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

This div border color is #365D72.


Opacity

.myOpacity80 { color: #365D72; opacity: 0.8; }

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

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

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

This text has shadow with #365D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D72 on black background.


Color preview on white background

This text has color #365D72 on white background.



Black color preview on #365D72 background

This text has black color on #365D72 background.


White color preview on #365D72 background

This text has white color on #365D72 background.