Color Hex Logo

#326274 Color Hex

#326274
(50,98,116)
0 Favorites   0 Comments

Color spaces of #326274

RGB 5098116
HSL0.550.400.33
HSV196°57°45°
CMYK 0.570.160.00   0.55
XYZ8.835510.674418.1177
Yxy10.67440.23480.2837
Hunter Lab32.6717-8.9032-10.0084
CIE-Lab39.0266-10.6838-15.1312

#326274 color RGB value is (50,98,116).

#326274 hex color red value is 50, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #326274 hue: 0.55 , saturation: 0.40 and the lightness value of 326274 is 0.33.

The process color (four color CMYK) of #326274 color hex is 0.57, 0.16, 0.00, 0.55. Web safe color of #326274 is #336666. Color #326274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100010 01110100
Octal 62 142 164
Decimal 50 98 116
Hex 32 62 74

RGB Percentages of Color #326274

%18.94
%37.12
%43.94

CMYK Percentages of Color #326274

%57
%16
%0
%55

Triadic Colors of #326274

#326274 #743262 #627432

Analogous Colors of #326274

#326274 #324174 #327465

Monochromatic Colors of #326274

#326274

Complementary Color

#326274 #744432

#326274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326274 Color CSS Codes

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

#326274 Text Font Color

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

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


#326274 Background Color

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

This div background color is #326274


#326274 Border Color

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

This div border color is #326274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326274


Comments

No comments written yet.

Please login to write comment.