COLOR #365872

HEX: #365872
RGB: (54,88,114)

Color info

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

RGB color model

#365872 color RGB value is (54,88,114).

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

RGB channels and saturation

R 54 of 255 = 21%
G 88 of 255 = 35%
B 114 of 255 = 45%

54
88
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 88 + 114 = 256 (100%)
R 54 of 256 ~ 21.09%
G 88 of 256 ~ 34.38%
B 114 of 256 ~ 44.53%

%21.09
%34.38
%44.53

CMYK color model

#365872 color CMYK value is (53,23,0,55).

  • cyan value is 52.63%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,23,0,55)
C53M23Y0K55 
(53%,23%,0%,55%)
(0.53/0.23/0.00/0.55)	

CMYK percentages

%52.63
%22.81
%0
%55.29

Codes

Color #365872 in popluar color models

365872
RGB5488114
HSL206°35.71%32.94%
HSB/HSV206°52.63%44.71%
CMYK52.63%22.81%0.00%
55.29%

Color #365872 in popluar number systems.

HEX365872
Decimal5488114
Binary11011010110001110010
Octal66130162

Shades and tints

Shades of #365872

#365872
(54,88,114)
#325068
(50,80,104)
#2E485E
(46,72,94)
#2A4054
(42,64,84)
#26384A
(38,56,74)
#223040
(34,48,64)
#1E2836
(30,40,54)
#1A202C
(26,32,44)
#161822
(22,24,34)
#121018
(18,16,24)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #365872

#365872
(54,88,114)
#48677E
(72,103,126)
#5A768A
(90,118,138)
#6C8596
(108,133,150)
#7E94A2
(126,148,162)
#90A3AE
(144,163,174)
#A2B2BA
(162,178,186)
#B4C1C6
(180,193,198)
#C6D0D2
(198,208,210)
#D8DFDE
(216,223,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365872; }

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

This text font color is #365872.


Background Color

.myBgColor { background-color: #365872; }

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

This div background color is #365872.


Border color

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

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

This div border color is #365872.


Opacity

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

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

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

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

This text has shadow with #365872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365872 on black background.


Color preview on white background

This text has color #365872 on white background.



Black color preview on #365872 background

This text has black color on #365872 background.


White color preview on #365872 background

This text has white color on #365872 background.