Color Hex Logo

#32697b Color Hex

#32697B
(50,105,123)
0 Favorites   0 Comments

Color spaces of #32697b

RGB 50105123
HSL0.540.420.34
HSV195°59°48°
CMYK 0.590.150.00   0.52
XYZ9.942112.211320.5719
Yxy12.21130.23270.2858
Hunter Lab34.9447-10.3682-10.4427
CIE-Lab41.5500-12.4741-15.5388

#32697b color RGB value is (50,105,123).

#32697b hex color red value is 50, green value is 105 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #32697b hue: 0.54 , saturation: 0.42 and the lightness value of 32697b is 0.34.

The process color (four color CMYK) of #32697b color hex is 0.59, 0.15, 0.00, 0.52. Web safe color of #32697b is #336666. Color #32697b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 01111011
Octal 62 151 173
Decimal 50 105 123
Hex 32 69 7B

RGB Percentages of Color #32697b

%17.99
%37.77
%44.24

CMYK Percentages of Color #32697b

%59
%15
%0
%52

Triadic Colors of #32697b

#32697b #7b3269 #697b32

Analogous Colors of #32697b

#32697b #32457b #327b69

Monochromatic Colors of #32697b

#32697b

Complementary Color

#32697b #7b4432

#32697b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32697b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32697b Color CSS Codes

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

#32697b Text Font Color

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

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


#32697b Background Color

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

This div background color is #32697b


#32697b Border Color

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

This div border color is #32697b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,105,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32697b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32697b;
  -webkit-box-shadow: 1px 1px 3px 2px #32697b;
  box-shadow:         1px 1px 3px 2px #32697b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32697b


Comments

No comments written yet.

Please login to write comment.