Color Hex Logo

#3335ac Color Hex

#3335AC
(51,53,172)
0 Favorites   0 Comments

Color spaces of #3335ac

RGB 5153172
HSL0.660.540.44
HSV239°70°67°
CMYK 0.700.690.00   0.33
XYZ10.08476.228639.7004
Yxy6.22860.18000.1112
Hunter Lab24.957228.4533-76.8451
CIE-Lab29.982038.5088-63.6018

#3335ac color RGB value is (51,53,172).

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

The process color (four color CMYK) of #3335ac color hex is 0.70, 0.69, 0.00, 0.33. Web safe color of #3335ac is #333399. Color #3335ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110101 10101100
Octal 63 65 254
Decimal 51 53 172
Hex 33 35 AC

RGB Percentages of Color #3335ac

%18.48
%19.20
%62.32

CMYK Percentages of Color #3335ac

%70
%69
%0
%33

Triadic Colors of #3335ac

#3335ac #ac3335 #35ac33

Analogous Colors of #3335ac

#3335ac #6e33ac #3372ac

Monochromatic Colors of #3335ac

#3335ac

Complementary Color

#3335ac #acaa33

#3335ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3335ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3335ac Color CSS Codes

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

#3335ac Text Font Color

<p style="color:#3335ac">Text here</p>

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


#3335ac Background Color

<div style="background-color:#3335ac">
Div content here</div>

This div background color is #3335ac


#3335ac Border Color

<div style="border:3px solid #3335ac">
Div here</div>

This div border color is #3335ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,53,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 #3335ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3335ac


Comments

No comments written yet.

Please login to write comment.