Color Hex Logo

#335cad Color Hex

#335CAD
(51,92,173)
0 Favorites   0 Comments

Color spaces of #335cad

RGB 5192173
HSL0.610.540.44
HSV220°71°68°
CMYK 0.710.470.00   0.32
XYZ12.735211.375241.0596
Yxy11.37520.19540.1745
Hunter Lab33.72718.3782-48.5710
CIE-Lab40.205413.5897-47.5877

#335cad color RGB value is (51,92,173).

#335cad hex color red value is 51, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #335cad hue: 0.61 , saturation: 0.54 and the lightness value of 335cad is 0.44.

The process color (four color CMYK) of #335cad color hex is 0.71, 0.47, 0.00, 0.32. Web safe color of #335cad is #336699. Color #335cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011100 10101101
Octal 63 134 255
Decimal 51 92 173
Hex 33 5C AD

RGB Percentages of Color #335cad

%16.14
%29.11
%54.75

CMYK Percentages of Color #335cad

%71
%47
%0
%32

Triadic Colors of #335cad

#335cad #ad335c #5cad33

Analogous Colors of #335cad

#335cad #4733ad #3399ad

Monochromatic Colors of #335cad

#335cad

Complementary Color

#335cad #ad8433

#335cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#335cad Color CSS Codes

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

#335cad Text Font Color

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

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


#335cad Background Color

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

This div background color is #335cad


#335cad Border Color

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

This div border color is #335cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335cad

#335cad Color Palettes


Comments

No comments written yet.

Please login to write comment.