Color Hex Logo

#366bce Color Hex

#366BCE
(54,107,206)
0 Favorites   0 Comments

Color spaces of #366bce

RGB 54107206
HSL0.610.610.51
HSV219°74°81°
CMYK 0.740.480.00   0.19
XYZ17.919615.755960.4892
Yxy15.75590.19030.1673
Hunter Lab39.693711.1193-62.5664
CIE-Lab46.652616.6494-56.3912

#366bce color RGB value is (54,107,206).

#366bce hex color red value is 54, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #366bce hue: 0.61 , saturation: 0.61 and the lightness value of 366bce is 0.51.

The process color (four color CMYK) of #366bce color hex is 0.74, 0.48, 0.00, 0.19. Web safe color of #366bce is #3366cc. Color #366bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101011 11001110
Octal 66 153 316
Decimal 54 107 206
Hex 36 6B CE

RGB Percentages of Color #366bce

%14.71
%29.16
%56.13

CMYK Percentages of Color #366bce

%74
%48
%0
%19

Triadic Colors of #366bce

#366bce #ce366b #6bce36

Analogous Colors of #366bce

#366bce #4d36ce #36b7ce

Monochromatic Colors of #366bce

#366bce

Complementary Color

#366bce #ce9936

#366bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#366bce Color CSS Codes

.mybgcolor {background-color:#366bce; } 
.myforecolor {color:#366bce; }
.mybordercolor {border:3px solid #366bce; }

#366bce Text Font Color

<p style="color:#366bce">Text here</p>

This sample text font color is #366bce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#366bce Background Color

<div style="background-color:#366bce">
Div content here</div>

This div background color is #366bce


#366bce Border Color

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

This div border color is #366bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,107,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366bce;
  -webkit-box-shadow: 1px 1px 3px 2px #366bce;
  box-shadow:         1px 1px 3px 2px #366bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,107,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #366bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #366bce;
  -webkit-box-shadow: 1px 1px 3px 2px #366bce;
  box-shadow:         1px 1px 3px 2px #366bce;">
Div content here</div>

This div box has shadow with color #366bce


Comments

No comments written yet.

Please login to write comment.