Color Hex Logo

#3696e7 Color Hex

#3696E7
(54,150,231)
0 Favorites   0 Comments

Color spaces of #3696e7

RGB 54150231
HSL0.580.790.56
HSV207°77°91°
CMYK 0.770.350.00   0.09
XYZ26.851528.366579.6614
Yxy28.36650.19910.2103
Hunter Lab53.2602-3.2134-51.3980
CIE-Lab60.2184-0.4474-48.8046

#3696e7 color RGB value is (54,150,231).

#3696e7 hex color red value is 54, green value is 150 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #3696e7 hue: 0.58 , saturation: 0.79 and the lightness value of 3696e7 is 0.56.

The process color (four color CMYK) of #3696e7 color hex is 0.77, 0.35, 0.00, 0.09. Web safe color of #3696e7 is #3399ff. Color #3696e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010110 11100111
Octal 66 226 347
Decimal 54 150 231
Hex 36 96 E7

RGB Percentages of Color #3696e7

%12.41
%34.48
%53.10

CMYK Percentages of Color #3696e7

%77
%35
%0
%9

Triadic Colors of #3696e7

#3696e7 #e73696 #96e736

Analogous Colors of #3696e7

#3696e7 #363de7 #36e7e0

Monochromatic Colors of #3696e7

#3696e7

Complementary Color

#3696e7 #e78736

#3696e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3696e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3696e7 Color CSS Codes

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

#3696e7 Text Font Color

<p style="color:#3696e7">Text here</p>

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


#3696e7 Background Color

<div style="background-color:#3696e7">
Div content here</div>

This div background color is #3696e7


#3696e7 Border Color

<div style="border:3px solid #3696e7">
Div here</div>

This div border color is #3696e7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,150,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3696e7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3696e7;
  -webkit-box-shadow: 1px 1px 3px 2px #3696e7;
  box-shadow:         1px 1px 3px 2px #3696e7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3696e7


Comments

No comments written yet.

Please login to write comment.