Color Hex Logo

#335fa4 Color Hex

#335FA4
(51,95,164)
0 Favorites   0 Comments

Color spaces of #335fa4

RGB 5195164
HSL0.600.530.42
HSV217°69°64°
CMYK 0.690.420.00   0.36
XYZ12.158311.568636.7141
Yxy11.56860.20120.1914
Hunter Lab34.01264.2852-40.1903
CIE-Lab40.52218.3012-41.7529

#335fa4 color RGB value is (51,95,164).

#335fa4 hex color red value is 51, green value is 95 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #335fa4 hue: 0.60 , saturation: 0.53 and the lightness value of 335fa4 is 0.42.

The process color (four color CMYK) of #335fa4 color hex is 0.69, 0.42, 0.00, 0.36. Web safe color of #335fa4 is #336699. Color #335fa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10100100
Octal 63 137 244
Decimal 51 95 164
Hex 33 5F A4

RGB Percentages of Color #335fa4

%16.45
%30.65
%52.90

CMYK Percentages of Color #335fa4

%69
%42
%0
%36

Triadic Colors of #335fa4

#335fa4 #a4335f #5fa433

Analogous Colors of #335fa4

#335fa4 #3f33a4 #3398a4

Monochromatic Colors of #335fa4

#335fa4

Complementary Color

#335fa4 #a47833

#335fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fa4 Color CSS Codes

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

#335fa4 Text Font Color

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

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


#335fa4 Background Color

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

This div background color is #335fa4


#335fa4 Border Color

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

This div border color is #335fa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fa4


Comments

No comments written yet.

Please login to write comment.