Color Hex Logo

#3695cc Color Hex

#3695CC
(54,149,204)
0 Favorites   0 Comments

Color spaces of #3695cc

RGB 54149204
HSL0.560.600.51
HSV202°74°80°
CMYK 0.740.270.00   0.20
XYZ23.167926.638861.0475
Yxy26.63880.20900.2403
Hunter Lab51.6128-10.1975-33.9991
CIE-Lab58.6385-9.3835-36.2301

#3695cc color RGB value is (54,149,204).

#3695cc hex color red value is 54, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3695cc hue: 0.56 , saturation: 0.60 and the lightness value of 3695cc is 0.51.

The process color (four color CMYK) of #3695cc color hex is 0.74, 0.27, 0.00, 0.20. Web safe color of #3695cc is #3399cc. Color #3695cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010101 11001100
Octal 66 225 314
Decimal 54 149 204
Hex 36 95 CC

RGB Percentages of Color #3695cc

%13.27
%36.61
%50.12

CMYK Percentages of Color #3695cc

%74
%27
%0
%20

Triadic Colors of #3695cc

#3695cc #cc3695 #95cc36

Analogous Colors of #3695cc

#3695cc #364acc #36ccb8

Monochromatic Colors of #3695cc

#3695cc

Complementary Color

#3695cc #cc6d36

#3695cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3695cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3695cc Color CSS Codes

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

#3695cc Text Font Color

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

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


#3695cc Background Color

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

This div background color is #3695cc


#3695cc Border Color

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

This div border color is #3695cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3695cc


Comments

No comments written yet.

Please login to write comment.