Color Hex Logo

#335cc3 Color Hex

#335CC3
(51,92,195)
0 Favorites   0 Comments

Color spaces of #335cc3

RGB 5192195
HSL0.620.590.48
HSV223°74°76°
CMYK 0.740.530.00   0.24
XYZ15.042712.298253.2107
Yxy12.29820.18670.1527
Hunter Lab35.068815.1969-65.4140
CIE-Lab41.686221.8102-58.0758

#335cc3 color RGB value is (51,92,195).

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

The process color (four color CMYK) of #335cc3 color hex is 0.74, 0.53, 0.00, 0.24. Web safe color of #335cc3 is #3366cc. Color #335cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011100 11000011
Octal 63 134 303
Decimal 51 92 195
Hex 33 5C C3

RGB Percentages of Color #335cc3

%15.09
%27.22
%57.69

CMYK Percentages of Color #335cc3

%74
%53
%0
%24

Triadic Colors of #335cc3

#335cc3 #c3335c #5cc333

Analogous Colors of #335cc3

#335cc3 #5233c3 #33a4c3

Monochromatic Colors of #335cc3

#335cc3

Complementary Color

#335cc3 #c39a33

#335cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335cc3 Color CSS Codes

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

#335cc3 Text Font Color

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

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


#335cc3 Background Color

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

This div background color is #335cc3


#335cc3 Border Color

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

This div border color is #335cc3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,92,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335cc3


Comments

No comments written yet.

Please login to write comment.