Color Hex Logo

#3655ee Color Hex

#3655EE
(54,85,238)
0 Favorites   0 Comments

Color spaces of #3655ee

RGB 5485238
HSL0.640.840.57
HSV230°77°93°
CMYK 0.770.640.00   0.07
XYZ20.202413.454382.4211
Yxy13.45430.17400.1159
Hunter Lab36.680134.1227-107.5500
CIE-Lab43.439942.1884-79.7905

#3655ee color RGB value is (54,85,238).

#3655ee hex color red value is 54, green value is 85 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3655ee hue: 0.64 , saturation: 0.84 and the lightness value of 3655ee is 0.57.

The process color (four color CMYK) of #3655ee color hex is 0.77, 0.64, 0.00, 0.07. Web safe color of #3655ee is #3366ff. Color #3655ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010101 11101110
Octal 66 125 356
Decimal 54 85 238
Hex 36 55 EE

RGB Percentages of Color #3655ee

%14.32
%22.55
%63.13

CMYK Percentages of Color #3655ee

%77
%64
%0
%7

Triadic Colors of #3655ee

#3655ee #ee3655 #55ee36

Analogous Colors of #3655ee

#3655ee #7336ee #36b1ee

Monochromatic Colors of #3655ee

#3655ee

Complementary Color

#3655ee #eecf36

#3655ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3655ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3655ee Color CSS Codes

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

#3655ee Text Font Color

<p style="color:#3655ee">Text here</p>

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


#3655ee Background Color

<div style="background-color:#3655ee">
Div content here</div>

This div background color is #3655ee


#3655ee Border Color

<div style="border:3px solid #3655ee">
Div here</div>

This div border color is #3655ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,85,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3655ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3655ee;
  -webkit-box-shadow: 1px 1px 3px 2px #3655ee;
  box-shadow:         1px 1px 3px 2px #3655ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3655ee


Comments

No comments written yet.

Please login to write comment.