Color Hex Logo

#335fa9 Color Hex

#335FA9
(51,95,169)
0 Favorites   0 Comments

Color spaces of #335fa9

RGB 5195169
HSL0.600.540.43
HSV218°70°66°
CMYK 0.700.440.00   0.34
XYZ12.618911.752839.1395
Yxy11.75280.19870.1851
Hunter Lab34.28245.7095-43.6926
CIE-Lab40.820510.1569-44.2387

#335fa9 color RGB value is (51,95,169).

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

The process color (four color CMYK) of #335fa9 color hex is 0.70, 0.44, 0.00, 0.34. Web safe color of #335fa9 is #336699. Color #335fa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10101001
Octal 63 137 251
Decimal 51 95 169
Hex 33 5F A9

RGB Percentages of Color #335fa9

%16.19
%30.16
%53.65

CMYK Percentages of Color #335fa9

%70
%44
%0
%34

Triadic Colors of #335fa9

#335fa9 #a9335f #5fa933

Analogous Colors of #335fa9

#335fa9 #4233a9 #339aa9

Monochromatic Colors of #335fa9

#335fa9

Complementary Color

#335fa9 #a97d33

#335fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fa9 Color CSS Codes

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

#335fa9 Text Font Color

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

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


#335fa9 Background Color

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

This div background color is #335fa9


#335fa9 Border Color

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

This div border color is #335fa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fa9


Comments

No comments written yet.

Please login to write comment.