Color Hex Logo

#3288cc Color Hex

#3288CC
(50,136,204)
0 Favorites   0 Comments

Color spaces of #3288cc

RGB 50136204
HSL0.570.610.50
HSV206°75°80°
CMYK 0.750.330.00   0.20
XYZ21.018622.646160.3901
Yxy22.64610.20200.2176
Hunter Lab47.5879-4.4391-41.9288
CIE-Lab54.7059-2.4064-42.4163

#3288cc color RGB value is (50,136,204).

#3288cc hex color red value is 50, green value is 136 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3288cc hue: 0.57 , saturation: 0.61 and the lightness value of 3288cc is 0.50.

The process color (four color CMYK) of #3288cc color hex is 0.75, 0.33, 0.00, 0.20. Web safe color of #3288cc is #3399cc. Color #3288cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001000 11001100
Octal 62 210 314
Decimal 50 136 204
Hex 32 88 CC

RGB Percentages of Color #3288cc

%12.82
%34.87
%52.31

CMYK Percentages of Color #3288cc

%75
%33
%0
%20

Triadic Colors of #3288cc

#3288cc #cc3288 #88cc32

Analogous Colors of #3288cc

#3288cc #323bcc #32ccc3

Monochromatic Colors of #3288cc

#3288cc

Complementary Color

#3288cc #cc7632

#3288cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3288cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3288cc Color CSS Codes

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

#3288cc Text Font Color

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

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


#3288cc Background Color

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

This div background color is #3288cc


#3288cc Border Color

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

This div border color is #3288cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3288cc

#3288cc Color Palettes


Comments

No comments written yet.

Please login to write comment.