Color Hex Logo

#3269ab Color Hex

#3269AB
(50,105,171)
0 Favorites   0 Comments

Color spaces of #3269ab

RGB 50105171
HSL0.590.550.43
HSV213°71°67°
CMYK 0.710.390.00   0.33
XYZ13.717713.721540.4536
Yxy13.72150.20200.2021
Hunter Lab37.04251.2782-38.8199
CIE-Lab43.83094.3798-40.6224

#3269ab color RGB value is (50,105,171).

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

The process color (four color CMYK) of #3269ab color hex is 0.71, 0.39, 0.00, 0.33. Web safe color of #3269ab is #336699. Color #3269ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 10101011
Octal 62 151 253
Decimal 50 105 171
Hex 32 69 AB

RGB Percentages of Color #3269ab

%15.34
%32.21
%52.45

CMYK Percentages of Color #3269ab

%71
%39
%0
%33

Triadic Colors of #3269ab

#3269ab #ab3269 #69ab32

Analogous Colors of #3269ab

#3269ab #3832ab #32a6ab

Monochromatic Colors of #3269ab

#3269ab

Complementary Color

#3269ab #ab7432

#3269ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3269ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3269ab Color CSS Codes

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

#3269ab Text Font Color

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

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


#3269ab Background Color

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

This div background color is #3269ab


#3269ab Border Color

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

This div border color is #3269ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3269ab


Comments

No comments written yet.

Please login to write comment.