#323740

Color #323740 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #323740

Tints of Vulcan #323740

Color information

#323740 (or 0x323740) is unknown color: approx Vulcan. HEX triplet: 32, 37 and 40. RGB value is (50,55,64). Sum of RGB (Red+Green+Blue) = 50+55+64=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #323740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323740 is #CDC8BF. Grayscale: #363636. Windows color (decimal): -13486272 or 4208434. OLE color: 4208434.

HSL color Cylindrical-coordinate representation of color #323740: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323740 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB505564-
CMYK0.220.1400.75
HSL218.57º12.28%22.35%-
HSV(B)218.57º21.88%25.1%-
XYZ3.613.785.39-
YUV54.53133.34124.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=29.59%
G=32.54%
B=37.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5055640.220.1400.75218.5712.2822.35
Hex32374016E04Bdbc16
Octal6267100261601133331426
Binary11001011011110000001011011100100101111011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323740; }

 p { color: rgb(50,55,64); }

 H1.HeaderClassName
 {
   color: #323740;
 }
 .AnyTagClassName
 {
   color: #323740;
 }
</style>
background-color css

<style>
 a { background-color: #323740; }

 a { background-color: rgb(50,55,64); }

 div.DivClassName
 {
   background-color: #323740;
 }
 .BgClassName
 {
   background-color: #323740;
 }
</style>
border-color css

<style>
 span { border-color: #323740; }

 span { border-color: rgb(50,55,64); }

 td.TdClassName
 {
   border-color: #323740;
 }
 .TagClassName
 {
   border-color: #323740;
 }
</style>