Color Hex Logo

#3376cc Color Hex

#3376CC
(51,118,204)
0 Favorites   0 Comments

Color spaces of #3376cc

RGB 51118204
HSL0.590.600.50
HSV214°75°80°
CMYK 0.750.420.00   0.20
XYZ18.742818.020359.6172
Yxy18.02030.19450.1870
Hunter Lab42.45034.5238-53.5516
CIE-Lab49.52078.6115-50.6523

#3376cc color RGB value is (51,118,204).

#3376cc hex color red value is 51, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3376cc hue: 0.59 , saturation: 0.60 and the lightness value of 3376cc is 0.50.

The process color (four color CMYK) of #3376cc color hex is 0.75, 0.42, 0.00, 0.20. Web safe color of #3376cc is #3366cc. Color #3376cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01110110 11001100
Octal 63 166 314
Decimal 51 118 204
Hex 33 76 CC

RGB Percentages of Color #3376cc

%13.67
%31.64
%54.69

CMYK Percentages of Color #3376cc

%75
%42
%0
%20

Triadic Colors of #3376cc

#3376cc #cc3376 #76cc33

Analogous Colors of #3376cc

#3376cc #3d33cc #33c3cc

Monochromatic Colors of #3376cc

#3376cc

Complementary Color

#3376cc #cc8933

#3376cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3376cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3376cc Color CSS Codes

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

#3376cc Text Font Color

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

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


#3376cc Background Color

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

This div background color is #3376cc


#3376cc Border Color

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

This div border color is #3376cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3376cc


Comments

No comments written yet.

Please login to write comment.