Color Hex Logo

#3699cc Color Hex

#3699CC
(54,153,204)
0 Favorites   0 Comments

Color spaces of #3699cc

RGB 54153204
HSL0.560.600.51
HSV200°74°80°
CMYK 0.740.250.00   0.20
XYZ23.811627.926461.2621
Yxy27.92640.21070.2471
Hunter Lab52.8454-12.0493-31.7413
CIE-Lab59.8222-11.6194-34.3823

#3699cc color RGB value is (54,153,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10011001 11001100
Octal 66 231 314
Decimal 54 153 204
Hex 36 99 CC

RGB Percentages of Color #3699cc

%13.14
%37.23
%49.64

CMYK Percentages of Color #3699cc

%74
%25
%0
%20

Triadic Colors of #3699cc

#3699cc #cc3699 #99cc36

Analogous Colors of #3699cc

#3699cc #364ecc #36ccb4

Monochromatic Colors of #3699cc

#3699cc

Complementary Color

#3699cc #cc6936

#3699cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3699cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3699cc Color CSS Codes

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

#3699cc Text Font Color

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

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


#3699cc Background Color

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

This div background color is #3699cc


#3699cc Border Color

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

This div border color is #3699cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3699cc


Comments

No comments written yet.

Please login to write comment.