COLOR #366AED

HEX: #366AED RGB: (54,106,237)

Color info

#366AED contains mainly blue color. Web safe color of #366AED is #3366FF (or #36F).

RGB color model

#366AED color RGB value is (54,106,237).

RGB: (54,106,237) (21%, 42%, 93%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 237 of 255 = 93%

54
106
237

R + G + B ~ 52%. #366AED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 106 + 237 = 397 (100%)
R 54 of 397 ~ 13.6%
G 106 of 397 ~ 26.7%
B 237 of 397 ~ 59.7'%

%13.6
%26.7
%59.7

CMYK color model

#366AED color CMYK value is (77,55,0,7).

  • cyan value is 77.22%
  • magenta value is 55.27%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (77,55,0,7)
C77M55Y0K7 (77%, 55%, 0%, 7%)
(0.77 / 0.55 / 0.00 / 0.07)

CMYK percentages

%77.22
%55.27
%0
%7.06

Codes

Color #366AED in popluar color models

36 6A ED
RGB 54 106 237
HSL 223° 83.56% 57.06%
HSB/HSV 223° 77.22% 92.94%
CMYK 77.22% 55.27% 0.00%
7.06%

Color #366AED in popluar number systems.

HEX 36 6A ED
Decimal 54 106 237
Binary 110110 1101010 11101101
Octal 66 152 355

Shades and tints

Shades of #366AED

#366AED
(54,106,237)
#3261D8
(50,97,216)
#2E58C3
(46,88,195)
#2A4FAE
(42,79,174)
#264699
(38,70,153)
#223D84
(34,61,132)
#1E346F
(30,52,111)
#1A2B5A
(26,43,90)
#162245
(22,34,69)
#121930
(18,25,48)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #366AED

#366AED
(54,106,237)
#4877EE
(72,119,238)
#5A84EF
(90,132,239)
#6C91F0
(108,145,240)
#7E9EF1
(126,158,241)
#90ABF2
(144,171,242)
#A2B8F3
(162,184,243)
#B4C5F4
(180,197,244)
#C6D2F5
(198,210,245)
#D8DFF6
(216,223,246)
#EAECF7
(234,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366AED color. Also use rgb(54,106,237) instead hex code.

Text Font Color

.myTextColor { color: #366AED; }

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

This text font color is #366AED.

Background Color

.myBgColor { background-color: #366AED; }

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

This div background color is #366AED.

Border color

.myBorderColor { border: 1px solid #366AED; }

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

This div border color is #366AED.

Opacity

.myOpacity80 { color: #366AED; opacity: 0.8; }

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

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

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

This text has shadow with #366AED color.


.textShadow {text-shadow: 3px 3px 1px #366AED', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #366AED; -webkit-box-shadow: 1px 1px 3px 2px #366AED; box-shadow:1px 1px 3px 2px #366AED;">
Div content here
</div>

This div box has shadow with color #366AED.

Preview

Color preview on black background

This text has color #366AED on black background.


Color preview on white background

This text has color #366AED on white background.


Black color preview on #366AED background

This text has black color on #366AED background.


White color preview on #366AED background

This text has white color on #366AED background.


Related colors

Complementary color

Complementary color for #hex is #C99512.


I love getcolorcode.com

Triadic colors

1 #ED366A and #6AED36 with #366AED are triadic colors.

2 #ED6A36 and #6A36ED with #366AED are triadic colors.