Color Hex Logo

#3641ce Color Hex

#3641CE
(54,65,206)
0 Favorites   0 Comments

Color spaces of #3641ce

RGB 5465206
HSL0.650.610.51
HSV236°74°81°
CMYK 0.740.680.00   0.19
XYZ14.55229.021159.3668
Yxy9.02110.17550.1088
Hunter Lab30.035133.9228-96.1667
CIE-Lab36.024943.2402-73.6916

#3641ce color RGB value is (54,65,206).

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

The process color (four color CMYK) of #3641ce color hex is 0.74, 0.68, 0.00, 0.19. Web safe color of #3641ce is #3333cc. Color #3641ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 11001110
Octal 66 101 316
Decimal 54 65 206
Hex 36 41 CE

RGB Percentages of Color #3641ce

%16.62
%20.00
%63.38

CMYK Percentages of Color #3641ce

%74
%68
%0
%19

Triadic Colors of #3641ce

#3641ce #ce3641 #41ce36

Analogous Colors of #3641ce

#3641ce #7736ce #368dce

Monochromatic Colors of #3641ce

#3641ce

Complementary Color

#3641ce #cec336

#3641ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3641ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3641ce Color CSS Codes

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

#3641ce Text Font Color

<p style="color:#3641ce">Text here</p>

This sample text font color is #3641ce
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.


#3641ce Background Color

<div style="background-color:#3641ce">
Div content here</div>

This div background color is #3641ce


#3641ce Border Color

<div style="border:3px solid #3641ce">
Div here</div>

This div border color is #3641ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,65,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 #3641ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3641ce


Comments

No comments written yet.

Please login to write comment.