Color Hex Logo

#3342ab Color Hex

#3342AB
(51,66,171)
0 Favorites   0 Comments

Color spaces of #3342ab

RGB 5166171
HSL0.650.540.44
HSV233°70°67°
CMYK 0.700.610.00   0.33
XYZ10.66417.540539.4215
Yxy7.54050.18510.1309
Hunter Lab27.460021.2657-65.8947
CIE-Lab33.007029.9193-58.0510

#3342ab color RGB value is (51,66,171).

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

The process color (four color CMYK) of #3342ab color hex is 0.70, 0.61, 0.00, 0.33. Web safe color of #3342ab is #333399. Color #3342ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 10101011
Octal 63 102 253
Decimal 51 66 171
Hex 33 42 AB

RGB Percentages of Color #3342ab

%17.71
%22.92
%59.38

CMYK Percentages of Color #3342ab

%70
%61
%0
%33

Triadic Colors of #3342ab

#3342ab #ab3342 #42ab33

Analogous Colors of #3342ab

#3342ab #6033ab #337eab

Monochromatic Colors of #3342ab

#3342ab

Complementary Color

#3342ab #ab9c33

#3342ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3342ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3342ab Color CSS Codes

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

#3342ab Text Font Color

<p style="color:#3342ab">Text here</p>

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


#3342ab Background Color

<div style="background-color:#3342ab">
Div content here</div>

This div background color is #3342ab


#3342ab Border Color

<div style="border:3px solid #3342ab">
Div here</div>

This div border color is #3342ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3342ab


Comments

No comments written yet.

Please login to write comment.