COLOR #365272

HEX: #365272
RGB: (54,82,114)

Color info

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

RGB color model

#365272 color RGB value is (54,82,114).

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

RGB channels and saturation

R 54 of 255 = 21%
G 82 of 255 = 32%
B 114 of 255 = 45%

54
82
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 82 + 114 = 250 (100%)
R 54 of 250 ~ 21.6%
G 82 of 250 ~ 32.8%
B 114 of 250 ~ 45.6%

%21.6
%32.8
%45.6

CMYK color model

#365272 color CMYK value is (53,28,0,55).

  • cyan value is 52.63%
  • magenta value is 28.07%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,28,0,55)
C53M28Y0K55 
(53%,28%,0%,55%)
(0.53/0.28/0.00/0.55)	

CMYK percentages

%52.63
%28.07
%0
%55.29

Codes

Color #365272 in popluar color models

365272
RGB5482114
HSL212°35.71%32.94%
HSB/HSV212°52.63%44.71%
CMYK52.63%28.07%0.00%
55.29%

Color #365272 in popluar number systems.

HEX365272
Decimal5482114
Binary11011010100101110010
Octal66122162

Shades and tints

Shades of #365272

#365272
(54,82,114)
#324B68
(50,75,104)
#2E445E
(46,68,94)
#2A3D54
(42,61,84)
#26364A
(38,54,74)
#222F40
(34,47,64)
#1E2836
(30,40,54)
#1A212C
(26,33,44)
#161A22
(22,26,34)
#121318
(18,19,24)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #365272

#365272
(54,82,114)
#48617E
(72,97,126)
#5A708A
(90,112,138)
#6C7F96
(108,127,150)
#7E8EA2
(126,142,162)
#909DAE
(144,157,174)
#A2ACBA
(162,172,186)
#B4BBC6
(180,187,198)
#C6CAD2
(198,202,210)
#D8D9DE
(216,217,222)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365272; }

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

This text font color is #365272.


Background Color

.myBgColor { background-color: #365272; }

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

This div background color is #365272.


Border color

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

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

This div border color is #365272.


Opacity

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

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

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

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

This text has shadow with #365272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365272 on black background.


Color preview on white background

This text has color #365272 on white background.



Black color preview on #365272 background

This text has black color on #365272 background.


White color preview on #365272 background

This text has white color on #365272 background.