Color Hex Logo

#335ccc Color Hex

#335CCC
(51,92,204)
0 Favorites   0 Comments

Color spaces of #335ccc

RGB 5192204
HSL0.620.600.50
HSV224°75°80°
CMYK 0.750.550.00   0.20
XYZ16.091512.717758.7334
Yxy12.71770.18380.1453
Hunter Lab35.661918.1352-72.6844
CIE-Lab42.334825.1595-62.2293

#335ccc color RGB value is (51,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011100 11001100
Octal 63 134 314
Decimal 51 92 204
Hex 33 5C CC

RGB Percentages of Color #335ccc

%14.70
%26.51
%58.79

CMYK Percentages of Color #335ccc

%75
%55
%0
%20

Triadic Colors of #335ccc

#335ccc #cc335c #5ccc33

Analogous Colors of #335ccc

#335ccc #5633cc #33a9cc

Monochromatic Colors of #335ccc

#335ccc

Complementary Color

#335ccc #cca333

#335ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#335ccc Color CSS Codes

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

#335ccc Text Font Color

<p style="color:#335ccc">Text here</p>

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


#335ccc Background Color

<div style="background-color:#335ccc">
Div content here</div>

This div background color is #335ccc


#335ccc Border Color

<div style="border:3px solid #335ccc">
Div here</div>

This div border color is #335ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335ccc


Comments

No comments written yet.

Please login to write comment.