#323642

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

Shades of Vulcan #323642

Tints of Vulcan #323642

Color information

#323642 (or 0x323642) is unknown color: approx Vulcan. HEX triplet: 32, 36 and 42. RGB value is (50,54,66). Sum of RGB (Red+Green+Blue) = 50+54+66=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #323642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323642 is #CDC9BD. Grayscale: #363636. Windows color (decimal): -13486526 or 4339250. OLE color: 4339250.

HSL color Cylindrical-coordinate representation of color #323642: hue angle of 225º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323642 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505466-
CMYK0.240.1800.74
HSL225º13.79%22.75%-
HSV(B)225º24.24%25.88%-
XYZ3.623.715.68-
YUV54.17134.67125.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=29.41%
G=31.76%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5054660.240.1800.7422513.7922.75
Hex323642181204Ae1e17
Octal6266102302201123411627
Binary110010110110100001011000100100100101011100001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323642; }

 p { color: rgb(50,54,66); }

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

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

 a { background-color: rgb(50,54,66); }

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

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

 span { border-color: rgb(50,54,66); }

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