Color Hex Logo

#324267 Color Hex

#324267
(50,66,103)
0 Favorites   0 Comments

Color spaces of #324267

RGB 5066103
HSL0.620.350.30
HSV222°51°40°
CMYK 0.510.360.00   0.60
XYZ5.71185.553813.6029
Yxy5.55380.22970.2233
Hunter Lab23.56652.0216-17.7264
CIE-Lab28.25765.0805-23.6754

#324267 color RGB value is (50,66,103).

#324267 hex color red value is 50, green value is 66 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #324267 hue: 0.62 , saturation: 0.35 and the lightness value of 324267 is 0.30.

The process color (four color CMYK) of #324267 color hex is 0.51, 0.36, 0.00, 0.60. Web safe color of #324267 is #333366. Color #324267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000010 01100111
Octal 62 102 147
Decimal 50 66 103
Hex 32 42 67

RGB Percentages of Color #324267

%22.83
%30.14
%47.03

CMYK Percentages of Color #324267

%51
%36
%0
%60

Triadic Colors of #324267

#324267 #673242 #426732

Analogous Colors of #324267

#324267 #3c3267 #325d67

Monochromatic Colors of #324267

#324267

Complementary Color

#324267 #675732

#324267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324267 Color CSS Codes

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

#324267 Text Font Color

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

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


#324267 Background Color

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

This div background color is #324267


#324267 Border Color

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

This div border color is #324267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,66,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324267;
  -webkit-box-shadow: 1px 1px 3px 2px #324267;
  box-shadow:         1px 1px 3px 2px #324267; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324267


Comments

No comments written yet.

Please login to write comment.