Color Hex Logo

#326cbb Color Hex

#326CBB
(50,108,187)
0 Favorites   0 Comments

Color spaces of #326cbb

RGB 50108187
HSL0.600.580.46
HSV215°73°73°
CMYK 0.730.420.00   0.27
XYZ15.647614.991149.0826
Yxy14.99110.19630.1880
Hunter Lab38.71834.3818-48.0581
CIE-Lab45.62208.4232-47.1059

#326cbb color RGB value is (50,108,187).

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

The process color (four color CMYK) of #326cbb color hex is 0.73, 0.42, 0.00, 0.27. Web safe color of #326cbb is #3366cc. Color #326cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 10111011
Octal 62 154 273
Decimal 50 108 187
Hex 32 6C BB

RGB Percentages of Color #326cbb

%14.49
%31.30
%54.20

CMYK Percentages of Color #326cbb

%73
%42
%0
%27

Triadic Colors of #326cbb

#326cbb #bb326c #6cbb32

Analogous Colors of #326cbb

#326cbb #3c32bb #32b1bb

Monochromatic Colors of #326cbb

#326cbb

Complementary Color

#326cbb #bb8132

#326cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#326cbb Color CSS Codes

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

#326cbb Text Font Color

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

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


#326cbb Background Color

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

This div background color is #326cbb


#326cbb Border Color

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

This div border color is #326cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326cbb


Comments

No comments written yet.

Please login to write comment.