Color Hex Logo

#3246bd Color Hex

#3246BD
(50,70,189)
0 Favorites   0 Comments

Color spaces of #3246bd

RGB 5070189
HSL0.640.580.47
HSV231°74°74°
CMYK 0.740.630.00   0.26
XYZ12.69098.732649.1608
Yxy8.73260.17980.1237
Hunter Lab29.551024.9440-77.9488
CIE-Lab35.464333.7284-64.7006

#3246bd color RGB value is (50,70,189).

#3246bd hex color red value is 50, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3246bd hue: 0.64 , saturation: 0.58 and the lightness value of 3246bd is 0.47.

The process color (four color CMYK) of #3246bd color hex is 0.74, 0.63, 0.00, 0.26. Web safe color of #3246bd is #3333cc. Color #3246bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000110 10111101
Octal 62 106 275
Decimal 50 70 189
Hex 32 46 BD

RGB Percentages of Color #3246bd

%16.18
%22.65
%61.17

CMYK Percentages of Color #3246bd

%74
%63
%0
%26

Triadic Colors of #3246bd

#3246bd #bd3246 #46bd32

Analogous Colors of #3246bd

#3246bd #6332bd #328cbd

Monochromatic Colors of #3246bd

#3246bd

Complementary Color

#3246bd #bda932

#3246bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3246bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3246bd Color CSS Codes

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

#3246bd Text Font Color

<p style="color:#3246bd">Text here</p>

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


#3246bd Background Color

<div style="background-color:#3246bd">
Div content here</div>

This div background color is #3246bd


#3246bd Border Color

<div style="border:3px solid #3246bd">
Div here</div>

This div border color is #3246bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,70,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3246bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3246bd;
  -webkit-box-shadow: 1px 1px 3px 2px #3246bd;
  box-shadow:         1px 1px 3px 2px #3246bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3246bd


Comments

No comments written yet.

Please login to write comment.