Color Hex Logo

#326bbd Color Hex

#326BBD
(50,107,189)
0 Favorites   0 Comments

Color spaces of #326bbd

RGB 50107189
HSL0.600.580.47
HSV215°74°74°
CMYK 0.740.430.00   0.26
XYZ15.758414.867650.1833
Yxy14.86760.19500.1840
Hunter Lab38.55855.4734-50.1740
CIE-Lab45.45239.7999-48.5363

#326bbd color RGB value is (50,107,189).

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

The process color (four color CMYK) of #326bbd color hex is 0.74, 0.43, 0.00, 0.26. Web safe color of #326bbd is #3366cc. Color #326bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 10111101
Octal 62 153 275
Decimal 50 107 189
Hex 32 6B BD

RGB Percentages of Color #326bbd

%14.45
%30.92
%54.62

CMYK Percentages of Color #326bbd

%74
%43
%0
%26

Triadic Colors of #326bbd

#326bbd #bd326b #6bbd32

Analogous Colors of #326bbd

#326bbd #3f32bd #32b1bd

Monochromatic Colors of #326bbd

#326bbd

Complementary Color

#326bbd #bd8432

#326bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#326bbd Color CSS Codes

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

#326bbd Text Font Color

<p style="color:#326bbd">Text here</p>

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


#326bbd Background Color

<div style="background-color:#326bbd">
Div content here</div>

This div background color is #326bbd


#326bbd Border Color

<div style="border:3px solid #326bbd">
Div here</div>

This div border color is #326bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326bbd


Comments

No comments written yet.

Please login to write comment.