COLOR #363665

HEX: #363665
RGB: (54,54,101)

Color info

#363665 contains red, green and blue colors in about the same proportion. Web safe color of #363665 is #333366 (or #336).

RGB color model

#363665 color RGB value is (54,54,101).

  • red value is 54;
  • green value is 54;
  • blue value is 101.
RGB:
(54,54,101)
(21%,21%,40%)

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 101 of 255 = 40%

54
54
101

R + G + B ~ 27%. #363665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 101 = 209 (100%)
R 54 of 209 ~ 25.84%
G 54 of 209 ~ 25.84%
B 101 of 209 ~ 48.33%

%25.84
%25.84
%48.33

CMYK color model

#363665 color CMYK value is (47,47,0,60).

  • cyan value is 46.53%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(47,47,0,60)
C47M47Y0K60 
(47%,47%,0%,60%)
(0.47/0.47/0.00/0.60)	

CMYK percentages

%46.53
%46.53
%0
%60.39

Codes

Color #363665 in popluar color models

363665
RGB5454101
HSL240°30.32%30.39%
HSB/HSV240°46.53%39.61%
CMYK46.53%46.53%0.00%
60.39%

Color #363665 in popluar number systems.

HEX363665
Decimal5454101
Binary1101101101101100101
Octal6666145

Shades and tints

Shades of #363665

#363665
(54,54,101)
#32325C
(50,50,92)
#2E2E53
(46,46,83)
#2A2A4A
(42,42,74)
#262641
(38,38,65)
#222238
(34,34,56)
#1E1E2F
(30,30,47)
#1A1A26
(26,26,38)
#16161D
(22,22,29)
#121214
(18,18,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #363665

#363665
(54,54,101)
#484873
(72,72,115)
#5A5A81
(90,90,129)
#6C6C8F
(108,108,143)
#7E7E9D
(126,126,157)
#9090AB
(144,144,171)
#A2A2B9
(162,162,185)
#B4B4C7
(180,180,199)
#C6C6D5
(198,198,213)
#D8D8E3
(216,216,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363665; }

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

This text font color is #363665.


Background Color

.myBgColor { background-color: #363665; }

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

This div background color is #363665.


Border color

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

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

This div border color is #363665.


Opacity

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

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

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

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

This text has shadow with #363665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363665 on black background.


Color preview on white background

This text has color #363665 on white background.



Black color preview on #363665 background

This text has black color on #363665 background.


White color preview on #363665 background

This text has white color on #363665 background.