Color Hex Logo

#3461ab Color Hex

#3461AB
(52,97,171)
0 Favorites   0 Comments

Color spaces of #3461ab

RGB 5297171
HSL0.600.530.44
HSV217°70°67°
CMYK 0.700.430.00   0.33
XYZ13.041612.219740.1994
Yxy12.21970.19920.1867
Hunter Lab34.95675.4204-43.7125
CIE-Lab41.56329.7726-44.2304

#3461ab color RGB value is (52,97,171).

#3461ab hex color red value is 52, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3461ab hue: 0.60 , saturation: 0.53 and the lightness value of 3461ab is 0.44.

The process color (four color CMYK) of #3461ab color hex is 0.70, 0.43, 0.00, 0.33. Web safe color of #3461ab is #336699. Color #3461ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 10101011
Octal 64 141 253
Decimal 52 97 171
Hex 34 61 AB

RGB Percentages of Color #3461ab

%16.25
%30.31
%53.44

CMYK Percentages of Color #3461ab

%70
%43
%0
%33

Triadic Colors of #3461ab

#3461ab #ab3461 #61ab34

Analogous Colors of #3461ab

#3461ab #4334ab #349dab

Monochromatic Colors of #3461ab

#3461ab

Complementary Color

#3461ab #ab7e34

#3461ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3461ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3461ab Color CSS Codes

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

#3461ab Text Font Color

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

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


#3461ab Background Color

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

This div background color is #3461ab


#3461ab Border Color

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

This div border color is #3461ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3461ab


Comments

No comments written yet.

Please login to write comment.