Color Hex Logo

#335bac Color Hex

#335BAC
(51,91,172)
0 Favorites   0 Comments

Color spaces of #335bac

RGB 5191172
HSL0.610.540.44
HSV220°70°67°
CMYK 0.700.470.00   0.33
XYZ12.552711.164540.5231
Yxy11.16450.19540.1738
Hunter Lab33.41338.5855-48.5166
CIE-Lab39.856213.8668-47.5576

#335bac color RGB value is (51,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011011 10101100
Octal 63 133 254
Decimal 51 91 172
Hex 33 5B AC

RGB Percentages of Color #335bac

%16.24
%28.98
%54.78

CMYK Percentages of Color #335bac

%70
%47
%0
%33

Triadic Colors of #335bac

#335bac #ac335b #5bac33

Analogous Colors of #335bac

#335bac #4733ac #3398ac

Monochromatic Colors of #335bac

#335bac

Complementary Color

#335bac #ac8433

#335bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#335bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#335bac Color CSS Codes

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

#335bac Text Font Color

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

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


#335bac Background Color

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

This div background color is #335bac


#335bac Border Color

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

This div border color is #335bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #335bac


Comments

No comments written yet.

Please login to write comment.