Color Hex Logo

#3695dc Color Hex

#3695DC
(54,149,220)
0 Favorites   0 Comments

Color spaces of #3695dc

RGB 54149220
HSL0.570.700.54
HSV206°75°86°
CMYK 0.750.320.00   0.14
XYZ25.187027.446571.6803
Yxy27.44650.20260.2208
Hunter Lab52.3894-5.8649-44.4493
CIE-Lab59.3854-3.7809-44.0095

#3695dc color RGB value is (54,149,220).

#3695dc hex color red value is 54, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3695dc hue: 0.57 , saturation: 0.70 and the lightness value of 3695dc is 0.54.

The process color (four color CMYK) of #3695dc color hex is 0.75, 0.32, 0.00, 0.14. Web safe color of #3695dc is #3399cc. Color #3695dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010101 11011100
Octal 66 225 334
Decimal 54 149 220
Hex 36 95 DC

RGB Percentages of Color #3695dc

%12.77
%35.22
%52.01

CMYK Percentages of Color #3695dc

%75
%32
%0
%14

Triadic Colors of #3695dc

#3695dc #dc3695 #95dc36

Analogous Colors of #3695dc

#3695dc #3642dc #36dcd0

Monochromatic Colors of #3695dc

#3695dc

Complementary Color

#3695dc #dc7d36

#3695dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3695dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3695dc Color CSS Codes

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

#3695dc Text Font Color

<p style="color:#3695dc">Text here</p>

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


#3695dc Background Color

<div style="background-color:#3695dc">
Div content here</div>

This div background color is #3695dc


#3695dc Border Color

<div style="border:3px solid #3695dc">
Div here</div>

This div border color is #3695dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,149,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3695dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3695dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3695dc;
  box-shadow:         1px 1px 3px 2px #3695dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3695dc


Comments

No comments written yet.

Please login to write comment.