Color Hex Logo

#3241ab Color Hex

#3241AB
(50,65,171)
0 Favorites   0 Comments

Color spaces of #3241ab

RGB 5065171
HSL0.650.550.43
HSV233°71°67°
CMYK 0.710.620.00   0.33
XYZ10.55647.399039.3998
Yxy7.39900.18410.1290
Hunter Lab27.201121.6716-66.8386
CIE-Lab32.698530.4343-58.5567

#3241ab color RGB value is (50,65,171).

#3241ab hex color red value is 50, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3241ab hue: 0.65 , saturation: 0.55 and the lightness value of 3241ab is 0.43.

The process color (four color CMYK) of #3241ab color hex is 0.71, 0.62, 0.00, 0.33. Web safe color of #3241ab is #333399. Color #3241ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000001 10101011
Octal 62 101 253
Decimal 50 65 171
Hex 32 41 AB

RGB Percentages of Color #3241ab

%17.48
%22.73
%59.79

CMYK Percentages of Color #3241ab

%71
%62
%0
%33

Triadic Colors of #3241ab

#3241ab #ab3241 #41ab32

Analogous Colors of #3241ab

#3241ab #5f32ab #327eab

Monochromatic Colors of #3241ab

#3241ab

Complementary Color

#3241ab #ab9c32

#3241ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3241ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3241ab Color CSS Codes

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

#3241ab Text Font Color

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

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


#3241ab Background Color

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

This div background color is #3241ab


#3241ab Border Color

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

This div border color is #3241ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3241ab


Comments

No comments written yet.

Please login to write comment.