Color Hex Logo

#3446b1 Color Hex

#3446B1
(52,70,177)
0 Favorites   0 Comments

Color spaces of #3446b1

RGB 5270177
HSL0.640.550.45
HSV231°71°69°
CMYK 0.710.600.00   0.31
XYZ11.54218.284742.5857
Yxy8.28470.18490.1327
Hunter Lab28.783221.2083-67.5735
CIE-Lab34.568929.6314-59.0741

#3446b1 color RGB value is (52,70,177).

#3446b1 hex color red value is 52, green value is 70 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #3446b1 hue: 0.64 , saturation: 0.55 and the lightness value of 3446b1 is 0.45.

The process color (four color CMYK) of #3446b1 color hex is 0.71, 0.60, 0.00, 0.31. Web safe color of #3446b1 is #333399. Color #3446b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000110 10110001
Octal 64 106 261
Decimal 52 70 177
Hex 34 46 B1

RGB Percentages of Color #3446b1

%17.39
%23.41
%59.20

CMYK Percentages of Color #3446b1

%71
%60
%0
%31

Triadic Colors of #3446b1

#3446b1 #b13446 #46b134

Analogous Colors of #3446b1

#3446b1 #6134b1 #3485b1

Monochromatic Colors of #3446b1

#3446b1

Complementary Color

#3446b1 #b19f34

#3446b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3446b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3446b1 Color CSS Codes

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

#3446b1 Text Font Color

<p style="color:#3446b1">Text here</p>

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


#3446b1 Background Color

<div style="background-color:#3446b1">
Div content here</div>

This div background color is #3446b1


#3446b1 Border Color

<div style="border:3px solid #3446b1">
Div here</div>

This div border color is #3446b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,70,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3446b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3446b1;
  -webkit-box-shadow: 1px 1px 3px 2px #3446b1;
  box-shadow:         1px 1px 3px 2px #3446b1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,70,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3446b1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3446b1


Comments

No comments written yet.

Please login to write comment.