Color Hex Logo

#335fab Color Hex

#335FAB
(51,95,171)
0 Favorites   0 Comments

Color spaces of #335fab

RGB 5195171
HSL0.610.540.44
HSV218°70°67°
CMYK 0.700.440.00   0.33
XYZ12.808111.828540.1361
Yxy11.82850.19770.1826
Hunter Lab34.39266.2879-45.1165
CIE-Lab40.942210.9007-45.2257

#335fab color RGB value is (51,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011111 10101011
Octal 63 137 253
Decimal 51 95 171
Hex 33 5F AB

RGB Percentages of Color #335fab

%16.09
%29.97
%53.94

CMYK Percentages of Color #335fab

%70
%44
%0
%33

Triadic Colors of #335fab

#335fab #ab335f #5fab33

Analogous Colors of #335fab

#335fab #4333ab #339bab

Monochromatic Colors of #335fab

#335fab

Complementary Color

#335fab #ab7f33

#335fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#335fab Color CSS Codes

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

#335fab Text Font Color

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

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


#335fab Background Color

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

This div background color is #335fab


#335fab Border Color

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

This div border color is #335fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335fab


Comments

No comments written yet.

Please login to write comment.